blob: 6aab0cfcce502dc932145ce9f8e7193311adcfa4 [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>
Ian Maxon6e5f18e2015-11-24 18:02:48 -080028 <directory>target/classes/META-INF</directory>
29 <outputDirectory>.</outputDirectory>
30 <includes>
31 <include>LICENSE*</include>
32 <include>NOTICE*</include>
33 <include>DISCLAIMER*</include>
34 <include>DEPENDENCIES*</include>
35 </includes>
36 </fileSet>
37
38 <fileSet>
zheilbron01b0b632013-06-20 17:46:30 -070039 <directory>target/appassembler/repo</directory>
40 <outputDirectory>repo</outputDirectory>
41 </fileSet>
42 <fileSet>
zheilbron156149b2013-06-24 11:48:25 -070043 <directory>target/appassembler/bin</directory>
44 <outputDirectory>bin</outputDirectory>
45 <fileMode>0755</fileMode>
46 </fileSet>
47 <fileSet>
zheilbron54388a72013-08-27 15:52:30 -070048 <directory>target/generated-resources/appassembler/booter-windows/etc</directory>
49 <outputDirectory>bin</outputDirectory>
zheilbron01b0b632013-06-20 17:46:30 -070050 <includes>
Ian Maxon6e5f18e2015-11-24 18:02:48 -080051 <include>asterixcc.xml</include>
52 <include>asterixnc.xml</include>
zheilbron01b0b632013-06-20 17:46:30 -070053 </includes>
54 </fileSet>
zheilbron54388a72013-08-27 15:52:30 -070055
vinayakb68714632013-02-26 11:13:22 +000056 <fileSet>
zheilbron01b0b632013-06-20 17:46:30 -070057 <directory>target/generated-resources/appassembler/booter-windows/bin</directory>
58 <outputDirectory>bin</outputDirectory>
59 <fileMode>0755</fileMode>
vinayakb68714632013-02-26 11:13:22 +000060 </fileSet>
61 </fileSets>
62</assembly>