-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathassembly.xml
More file actions
30 lines (27 loc) · 789 Bytes
/
assembly.xml
File metadata and controls
30 lines (27 loc) · 789 Bytes
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
<assembly>
<id>UCADF-Core-Package</id>
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<!-- The base directory. -->
<fileSet>
<directory>${project.basedir}/UCADF-Package</directory>
<outputDirectory/>
<!--
<includes>
<include>UcAdfConfig.properties</include>
</includes>
-->
</fileSet>
<!-- The Library directory. -->
<fileSet>
<directory>${project.basedir}/target</directory>
<outputDirectory>Library</outputDirectory>
<includes>
<include>UCADF-Core-Library.jar</include>
</includes>
</fileSet>
</fileSets>
</assembly>