Last change
on this file since 1493 was
1019,
checked in by pharms, 12 years ago
|
- changed logfile format to XML
- included logging of GUI structure
- moved robot detection into monitor
|
File size:
1.3 KB
|
Rev | Line | |
---|
[857] | 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> |
---|
[876] | 14 | <includes></includes> |
---|
| 15 | <excludes> |
---|
[936] | 16 | <exclude>de.ugoe.cs.autoquest:autoquest-htmlmonitor</exclude> |
---|
[876] | 17 | </excludes> |
---|
| 18 | <outputDirectory>lib</outputDirectory> |
---|
| 19 | </dependencySet> |
---|
| 20 | <dependencySet> |
---|
| 21 | <includes> |
---|
[936] | 22 | <include>de.ugoe.cs.autoquest:autoquest-htmlmonitor</include> |
---|
[876] | 23 | </includes> |
---|
[857] | 24 | <outputDirectory></outputDirectory> |
---|
| 25 | </dependencySet> |
---|
| 26 | </dependencySets> |
---|
[876] | 27 | <fileSets> |
---|
| 28 | <fileSet> |
---|
| 29 | <directory>bin</directory> |
---|
| 30 | <outputDirectory></outputDirectory> |
---|
| 31 | <fileMode>775</fileMode> |
---|
| 32 | <includes> |
---|
| 33 | <include>*</include> |
---|
| 34 | </includes> |
---|
| 35 | </fileSet> |
---|
[1019] | 36 | <fileSet> |
---|
| 37 | <directory>data</directory> |
---|
| 38 | <outputDirectory>data</outputDirectory> |
---|
| 39 | <fileMode>664</fileMode> |
---|
| 40 | <includes> |
---|
| 41 | <include>**/*</include> |
---|
| 42 | </includes> |
---|
| 43 | </fileSet> |
---|
[876] | 44 | </fileSets> |
---|
[857] | 45 | </assembly> |
---|
Note: See
TracBrowser
for help on using the repository browser.