source: trunk/quest-jfcmonitor/src/main/assembly/bin.xml @ 848

Last change on this file since 848 was 848, checked in by pharms, 12 years ago
  • removed directories not to be included in assembly
  • Property svn:mime-type set to text/plain
File size: 577 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      <outputDirectory></outputDirectory>
15    </dependencySet>
16  </dependencySets>
17</assembly>
Note: See TracBrowser for help on using the repository browser.