Till Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 1 | <!-- |
Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame] | 2 | ! 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 Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 18 | !--> |
vinayakb | 6871463 | 2013-02-26 11:13:22 +0000 | [diff] [blame] | 19 | <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> |
zheilbron | 01b0b63 | 2013-06-20 17:46:30 -0700 | [diff] [blame] | 28 | <directory>target/appassembler/repo</directory> |
| 29 | <outputDirectory>repo</outputDirectory> |
| 30 | </fileSet> |
| 31 | <fileSet> |
zheilbron | 156149b | 2013-06-24 11:48:25 -0700 | [diff] [blame] | 32 | <directory>target/appassembler/bin</directory> |
| 33 | <outputDirectory>bin</outputDirectory> |
| 34 | <fileMode>0755</fileMode> |
| 35 | </fileSet> |
| 36 | <fileSet> |
zheilbron | 54388a7 | 2013-08-27 15:52:30 -0700 | [diff] [blame] | 37 | <directory>target/generated-resources/appassembler/booter-windows/etc</directory> |
| 38 | <outputDirectory>bin</outputDirectory> |
zheilbron | 01b0b63 | 2013-06-20 17:46:30 -0700 | [diff] [blame] | 39 | <includes> |
| 40 | <include>asterixcc.xml</include> |
| 41 | <include>asterixnc.xml</include> |
| 42 | </includes> |
| 43 | </fileSet> |
zheilbron | 54388a7 | 2013-08-27 15:52:30 -0700 | [diff] [blame] | 44 | |
vinayakb | 6871463 | 2013-02-26 11:13:22 +0000 | [diff] [blame] | 45 | <fileSet> |
zheilbron | 01b0b63 | 2013-06-20 17:46:30 -0700 | [diff] [blame] | 46 | <directory>target/generated-resources/appassembler/booter-windows/bin</directory> |
| 47 | <outputDirectory>bin</outputDirectory> |
| 48 | <fileMode>0755</fileMode> |
vinayakb | 6871463 | 2013-02-26 11:13:22 +0000 | [diff] [blame] | 49 | </fileSet> |
| 50 | </fileSets> |
| 51 | </assembly> |