-
Notifications
You must be signed in to change notification settings - Fork 43
/
pom.xml
73 lines (69 loc) · 3.19 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.jcryptool</groupId>
<artifactId>org.jcryptool.releng</artifactId>
<version>1.0.8</version> <!-- version:parent -->
<relativePath>org.jcryptool.releng</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.jcryptool.core.parent</artifactId>
<packaging>pom</packaging>
<name>JCrypTool Core</name>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/jcryptool/core/issues</url>
</issueManagement>
<modules>
<module>com.thoughtworks.qdox</module>
<module>de.flexiprovider</module>
<module>net.sourceforge.codec</module>
<module>net.sourceforge.javahexeditor</module>
<module>org.apache.commons.cli</module>
<module>org.bouncycastle</module>
<module>org.jdom</module>
<module>org.jcryptool.actions.core</module>
<module>org.jcryptool.actions.ui</module>
<module>org.jcryptool.commands.core</module>
<module>org.jcryptool.commands.ui</module>
<module>org.jcryptool.core</module>
<module>org.jcryptool.core.cryptosystem</module>
<module>org.jcryptool.core.dependencies.feature</module>
<module>org.jcryptool.core.dependencies.nl_de.feature</module>
<module>org.jcryptool.core.feature</module>
<module>org.jcryptool.core.help</module>
<module>org.jcryptool.core.introduction</module>
<module>org.jcryptool.core.logging</module>
<module>org.jcryptool.core.nl</module>
<module>org.jcryptool.core.operations</module>
<module>org.jcryptool.core.util</module>
<module>org.jcryptool.core.views</module>
<module>org.jcryptool.crypto.feature</module>
<module>org.jcryptool.crypto.flexiprovider</module>
<module>org.jcryptool.crypto.flexiprovider.algorithms</module>
<module>org.jcryptool.crypto.flexiprovider.engines</module>
<module>org.jcryptool.crypto.flexiprovider.feature</module>
<module>org.jcryptool.crypto.flexiprovider.integrator</module>
<module>org.jcryptool.crypto.flexiprovider.keystore</module>
<module>org.jcryptool.crypto.flexiprovider.operations</module>
<module>org.jcryptool.crypto.keystore</module>
<module>org.jcryptool.editor.hex</module>
<module>org.jcryptool.editor.text</module>
<module>org.jcryptool.editors.feature</module>
<module>org.jcryptool.fileexplorer</module>
<module>org.jcryptool.jre.master.feature</module>
<!-- <module>org.jcryptool.jre.macosx.feature</module> -->
<!-- <module>org.jcryptool.jre.win64.feature</module> -->
<!-- <module>org.jcryptool.jre.linux64.feature</module> -->
<module>org.jcryptool.product</module>
<module>org.jcryptool.providers.feature</module>
<module>org.jcryptool.target</module>
<!-- <module>org.jcryptool.platformpatches.target</module> -->
<module>org.jcryptool.views.feature</module>
<module>org.jcryptool.functionlistgen</module>
<module>org.jcryptool.core.splitpackages</module>
<module>org.jcryptool.buildinfo</module>
<!-- <module>org.jcryptool.bci</module> -->
</modules>
</project>