Last change
on this file since 1884 was
1840,
checked in by sherbold, 10 years ago
|
- fixed build configuration of JFC monitor. Dependencies are now in the lib folder
|
-
Property svn:mime-type set to
text/plain
|
File size:
901 bytes
|
Line | |
---|
1 | <assembly |
---|
2 | xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" |
---|
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
4 | xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> |
---|
5 | <id>bin</id> |
---|
6 | <formats> |
---|
7 | <format>tar.gz</format> |
---|
8 | <format>dir</format> |
---|
9 | <!-- format>tar.bz2</format> |
---|
10 | <format>zip</format--> |
---|
11 | </formats> |
---|
12 | <dependencySets> |
---|
13 | <dependencySet> |
---|
14 | <includes></includes> |
---|
15 | <excludes> |
---|
16 | <exclude>de.ugoe.cs.autoquest:autoquest-jfcmonitor</exclude> |
---|
17 | </excludes> |
---|
18 | <outputDirectory>lib</outputDirectory> |
---|
19 | </dependencySet> |
---|
20 | <dependencySet> |
---|
21 | <includes> |
---|
22 | <include>de.ugoe.cs.autoquest:autoquest-jfcmonitor</include> |
---|
23 | </includes> |
---|
24 | <outputDirectory></outputDirectory> |
---|
25 | </dependencySet> |
---|
26 | </dependencySets> |
---|
27 | </assembly> |
---|
Note: See
TracBrowser
for help on using the repository browser.