blob: 7cc6eeb9328b3e48addf4956a0322496868ea932 [file] [log] [blame]
Till Westmannea8ab392013-06-05 15:17:08 -07001<!--
2 ! Copyright 2009-2013 by The Regents of the University of California
3 ! Licensed under the Apache License, Version 2.0 (the "License");
4 ! you may not use this file except in compliance with the License.
5 ! you may obtain a copy of the License from
6 !
7 ! http://www.apache.org/licenses/LICENSE-2.0
8 !
9 ! Unless required by applicable law or agreed to in writing, software
10 ! distributed under the License is distributed on an "AS IS" BASIS,
11 ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 ! See the License for the specific language governing permissions and
13 ! limitations under the License.
14 !-->
vinayakb68714632013-02-26 11:13:22 +000015<assembly>
16 <id>binary-assembly</id>
17 <formats>
18 <format>zip</format>
19 <format>dir</format>
20 </formats>
21 <includeBaseDirectory>false</includeBaseDirectory>
22 <fileSets>
23 <fileSet>
zheilbron01b0b632013-06-20 17:46:30 -070024 <directory>target/appassembler/repo</directory>
25 <outputDirectory>repo</outputDirectory>
26 </fileSet>
27 <fileSet>
zheilbron156149b2013-06-24 11:48:25 -070028 <directory>target/appassembler/bin</directory>
29 <outputDirectory>bin</outputDirectory>
30 <fileMode>0755</fileMode>
31 </fileSet>
32 <fileSet>
zheilbron01b0b632013-06-20 17:46:30 -070033 <directory>target/generated-resources/appassembler/booter-unix/etc</directory>
34 <outputDirectory>etc</outputDirectory>
35 <includes>
36 <include>asterixcc.xml</include>
37 <include>asterixnc.xml</include>
38 </includes>
39 </fileSet>
40 <fileSet>
41 <directory>target/generated-resources/appassembler/booter-unix/bin</directory>
vinayakb68714632013-02-26 11:13:22 +000042 <outputDirectory>bin</outputDirectory>
43 <fileMode>0755</fileMode>
44 </fileSet>
45 <fileSet>
zheilbron01b0b632013-06-20 17:46:30 -070046 <directory>target/generated-resources/appassembler/booter-windows/bin</directory>
47 <outputDirectory>bin</outputDirectory>
48 <fileMode>0755</fileMode>
vinayakb68714632013-02-26 11:13:22 +000049 </fileSet>
50 </fileSets>
51</assembly>