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> |
Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 28 | <directory>target/classes/META-INF</directory> |
| 29 | <outputDirectory>.</outputDirectory> |
| 30 | <includes> |
Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 31 | <include>DISCLAIMER*</include> |
Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 32 | </includes> |
| 33 | </fileSet> |
Ian Maxon | 622c25e | 2016-01-05 07:00:04 -0800 | [diff] [blame] | 34 | <fileSet> |
| 35 | <directory>src/main/licenses</directory> |
| 36 | <outputDirectory>.</outputDirectory> |
| 37 | <includes> |
| 38 | <include>LICENSE*</include> |
| 39 | <include>NOTICE*</include> |
| 40 | </includes> |
| 41 | </fileSet> |
| 42 | <fileSet> |
| 43 | <directory>src/main/resources</directory> |
| 44 | <outputDirectory>.</outputDirectory> |
| 45 | <includes> |
| 46 | <include>LICENSE*</include> |
| 47 | </includes> |
| 48 | </fileSet> |
Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 49 | <fileSet> |
zheilbron | 01b0b63 | 2013-06-20 17:46:30 -0700 | [diff] [blame] | 50 | <directory>target/appassembler/repo</directory> |
| 51 | <outputDirectory>repo</outputDirectory> |
| 52 | </fileSet> |
| 53 | <fileSet> |
zheilbron | 156149b | 2013-06-24 11:48:25 -0700 | [diff] [blame] | 54 | <directory>target/appassembler/bin</directory> |
| 55 | <outputDirectory>bin</outputDirectory> |
| 56 | <fileMode>0755</fileMode> |
| 57 | </fileSet> |
| 58 | <fileSet> |
zheilbron | 54388a7 | 2013-08-27 15:52:30 -0700 | [diff] [blame] | 59 | <directory>target/generated-resources/appassembler/booter-windows/etc</directory> |
| 60 | <outputDirectory>bin</outputDirectory> |
zheilbron | 01b0b63 | 2013-06-20 17:46:30 -0700 | [diff] [blame] | 61 | <includes> |
Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 62 | <include>asterixcc.xml</include> |
| 63 | <include>asterixnc.xml</include> |
zheilbron | 01b0b63 | 2013-06-20 17:46:30 -0700 | [diff] [blame] | 64 | </includes> |
| 65 | </fileSet> |
zheilbron | 54388a7 | 2013-08-27 15:52:30 -0700 | [diff] [blame] | 66 | |
vinayakb | 6871463 | 2013-02-26 11:13:22 +0000 | [diff] [blame] | 67 | <fileSet> |
zheilbron | 01b0b63 | 2013-06-20 17:46:30 -0700 | [diff] [blame] | 68 | <directory>target/generated-resources/appassembler/booter-windows/bin</directory> |
| 69 | <outputDirectory>bin</outputDirectory> |
| 70 | <fileMode>0755</fileMode> |
vinayakb | 6871463 | 2013-02-26 11:13:22 +0000 | [diff] [blame] | 71 | </fileSet> |
| 72 | </fileSets> |
| 73 | </assembly> |