Last change
on this file since 1389 was
981,
checked in by pharms, 12 years ago
|
- moved distribution to an appropriate distribution module
|
File size:
646 bytes
|
Rev | Line | |
---|
[579] | 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> |
---|
[981] | 7 | <format>zip</format> |
---|
[579] | 8 | </formats> |
---|
[981] | 9 | <includeBaseDirectory>false</includeBaseDirectory> |
---|
[579] | 10 | <fileSets> |
---|
| 11 | <fileSet> |
---|
| 12 | <directory>bin</directory> |
---|
| 13 | <outputDirectory></outputDirectory> |
---|
| 14 | <fileMode>775</fileMode> |
---|
| 15 | <includes> |
---|
| 16 | <include>*</include> |
---|
| 17 | </includes> |
---|
| 18 | </fileSet> |
---|
| 19 | </fileSets> |
---|
| 20 | </assembly> |
---|
Note: See
TracBrowser
for help on using the repository browser.