-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassembly.xml
More file actions
72 lines (66 loc) · 2.19 KB
/
assembly.xml
File metadata and controls
72 lines (66 loc) · 2.19 KB
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
<assembly>
<id></id>
<formats>
<!-- <format>dir</format>-->
<!-- <format>zip</format>-->
<!-- <format>tar.gz</format>-->
<format>jar</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<unpack>true</unpack>
<outputFileNameMapping></outputFileNameMapping>
<excludes>
<!-- <exclude>avalon-framework:avalon-framework</exclude>-->
<!-- <exclude>castor:castor</exclude>-->
<!-- <exclude>commons-httpclient:commons-httpclient</exclude>-->
<!-- <exclude>commons-lang:commons-lang</exclude>-->
<!-- <exclude>org.apache.derby:derbynet</exclude>-->
<!-- <exclude>sshtools:j2ssh-core</exclude>-->
<!-- <exclude>sshtools:j2ssh-common</exclude>-->
<!-- <exclude>junit:junit</exclude>-->
<!-- <exclude>logkit:logkit</exclude>-->
<!-- <exclude>javax.servlet:servlet-api</exclude>-->
<!-- <exclude>slide:webdavlib</exclude>-->
<exclude>antlr:antlr</exclude>
<exclude>bouncycastle:bcprov-jdk14</exclude>
<exclude>bouncycastle:bcprov-jdk15</exclude>
<exclude>bouncycastle:bcprov-jdk16</exclude>
<exclude>external.bouncycastle:bcprov-jdk15</exclude>
<exclude></exclude>
</excludes>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
<useDefaultExcludes>false</useDefaultExcludes>
<excludes>
<exclude>**/INDEX.LIST</exclude>
</excludes>
</fileSet>
</fileSets>
<!-- <files>-->
<!-- <file>-->
<!-- <source>config.properties</source>-->
<!-- <outputDirectory></outputDirectory>-->
<!-- </file>-->
<!-- <file>-->
<!-- <source>vomses.zip</source>-->
<!-- <outputDirectory></outputDirectory>-->
<!-- </file>-->
<!-- <file>-->
<!-- <source>certificates.zip</source>-->
<!-- <outputDirectory></outputDirectory>-->
<!-- </file>-->
<!-- <file>-->
<!-- <source>certificateRequested.html</source>-->
<!-- <outputDirectory>org/vpac/grix/html</outputDirectory>-->
<!-- <destName>requested.html</destName>-->
<!-- </file>-->
<!-- <file>-->
<!-- <source>infoCandidate.html</source>-->
<!-- <outputDirectory>org/vpac/grix/html</outputDirectory>-->
<!-- </file>-->
<!-- </files>-->
</assembly>