| Line | Revision | Contents |
| 1 | 123 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| 3 | xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> | |
| 4 | <id>zip</id> | |
| 5 | <formats> | |
| 6 | <format>zip</format> | |
| 7 | </formats> | |
| 8 | <fileSets> | |
| 9 | <fileSet> | |
| 10 | <directory>src</directory> | |
| 11 | <lineEnding>dos</lineEnding> | |
| 12 | <includes> | |
| 13 | <include>**/*.java</include> | |
| 14 | </includes> | |
| 15 | </fileSet> | |
| 16 | <fileSet> | |
| 17 | <directory>tests</directory> | |
| 18 | <lineEnding>dos</lineEnding> | |
| 19 | <includes> | |
| 20 | <include>**/*.java</include> | |
| 21 | </includes> | |
| 22 | </fileSet> | |
| 23 | <fileSet> | |
| 24 | <directory>javadoc</directory> | |
| 25 | </fileSet> | |
| 26 | <fileSet> | |
| 27 | <directory></directory> | |
| 28 | <lineEnding>dos</lineEnding> | |
| 29 | <includes> | |
| 30 | <include>README</include> | |
| 31 | <include>CHANGES</include> | |
| 32 | <include>SCons*</include> | |
| 33 | <include>pom.xml</include> | |
| 34 | <include>zip.xml</include> | |
| 35 | </includes> | |
| 36 | </fileSet> | |
| 37 | <fileSet> | |
| 38 | <directory>${project.build.directory}</directory> | |
| 39 | <includes> | |
| 40 | <include>*.jar</include> | |
| 41 | </includes> | |
| 42 | <outputDirectory></outputDirectory> | |
| 43 | </fileSet> | |
| 44 | </fileSets> | |
| 45 | </assembly> |
Loggerhead is a web-based interface for Bazaar branches