blob: d5f50a99f309ae21eb19075e73e723ecdd53e601 [file] [log] [blame]
Till Westmannea8ab392013-06-05 15:17:08 -07001<!--
Ian Maxon928bbd12015-09-14 17:12:48 -07002 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy of the License at
9 !
10 ! http://www.apache.org/licenses/LICENSE-2.0
11 !
12 ! Unless required by applicable law or agreed to in writing,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
Till Westmannea8ab392013-06-05 15:17:08 -070018 !-->
vinayakb68714632013-02-26 11:13:22 +000019<assembly>
20 <id>binary-assembly</id>
21 <formats>
22 <format>zip</format>
23 <format>dir</format>
24 </formats>
25 <includeBaseDirectory>false</includeBaseDirectory>
26 <fileSets>
27 <fileSet>
zheilbron01b0b632013-06-20 17:46:30 -070028 <directory>target/appassembler/repo</directory>
29 <outputDirectory>repo</outputDirectory>
30 </fileSet>
31 <fileSet>
zheilbron156149b2013-06-24 11:48:25 -070032 <directory>target/appassembler/bin</directory>
33 <outputDirectory>bin</outputDirectory>
34 <fileMode>0755</fileMode>
35 </fileSet>
36 <fileSet>
zheilbron54388a72013-08-27 15:52:30 -070037 <directory>target/generated-resources/appassembler/booter-windows/etc</directory>
38 <outputDirectory>bin</outputDirectory>
zheilbron01b0b632013-06-20 17:46:30 -070039 <includes>
40 <include>asterixcc.xml</include>
41 <include>asterixnc.xml</include>
42 </includes>
43 </fileSet>
zheilbron54388a72013-08-27 15:52:30 -070044
vinayakb68714632013-02-26 11:13:22 +000045 <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>