buyingyi | 8027a49 | 2013-07-10 23:54:56 -0700 | [diff] [blame] | 1 | <!-- ! Copyright 2009-2013 by The Regents of the University of California |
| 2 | ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may |
| 3 | not use this file except in compliance with the License. ! you may obtain |
| 4 | a copy of the License from ! ! http://www.apache.org/licenses/LICENSE-2.0 |
| 5 | ! ! Unless required by applicable law or agreed to in writing, software ! |
| 6 | distributed under the License is distributed on an "AS IS" BASIS, ! WITHOUT |
| 7 | WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ! See the |
| 8 | License for the specific language governing permissions and ! limitations |
| 9 | under the License. ! --> |
buyingyi | c73348c | 2012-11-02 00:31:31 +0000 | [diff] [blame] | 10 | <assembly> |
buyingyi | 1b1fc04 | 2013-02-28 21:07:40 +0000 | [diff] [blame] | 11 | <id>binary-assembly</id> |
| 12 | <formats> |
| 13 | <format>zip</format> |
| 14 | <format>dir</format> |
| 15 | </formats> |
| 16 | <includeBaseDirectory>false</includeBaseDirectory> |
| 17 | <fileSets> |
| 18 | <fileSet> |
buyingyi | 8027a49 | 2013-07-10 23:54:56 -0700 | [diff] [blame] | 19 | <directory>src/main/resources/conf</directory> |
| 20 | <outputDirectory>conf</outputDirectory> |
| 21 | <fileMode>0755</fileMode> |
| 22 | </fileSet> |
| 23 | <fileSet> |
| 24 | <directory>src/main/resources/scripts</directory> |
buyingyi | 1b1fc04 | 2013-02-28 21:07:40 +0000 | [diff] [blame] | 25 | <outputDirectory>bin</outputDirectory> |
| 26 | <fileMode>0755</fileMode> |
| 27 | </fileSet> |
| 28 | <fileSet> |
| 29 | <directory>target/appassembler/lib</directory> |
| 30 | <outputDirectory>lib</outputDirectory> |
buyingyi | 1b1fc04 | 2013-02-28 21:07:40 +0000 | [diff] [blame] | 31 | <includes> |
buyingyi | f237272 | 2013-02-28 23:16:17 +0000 | [diff] [blame] | 32 | <include>*.jar</include> |
buyingyi | 1b1fc04 | 2013-02-28 21:07:40 +0000 | [diff] [blame] | 33 | </includes> |
buyingyi | 8027a49 | 2013-07-10 23:54:56 -0700 | [diff] [blame] | 34 | <fileMode>0755</fileMode> |
buyingyi | 1b1fc04 | 2013-02-28 21:07:40 +0000 | [diff] [blame] | 35 | </fileSet> |
buyingyi | 72c359c | 2013-07-13 16:42:27 -0700 | [diff] [blame] | 36 | <fileSet> |
| 37 | <directory>target</directory> |
| 38 | <outputDirectory>lib</outputDirectory> |
| 39 | <includes> |
| 40 | <include>a-hive-patch.jar</include> |
| 41 | </includes> |
| 42 | <fileMode>0755</fileMode> |
| 43 | </fileSet> |
buyingyi | 1b1fc04 | 2013-02-28 21:07:40 +0000 | [diff] [blame] | 44 | </fileSets> |
buyingyi | 8027a49 | 2013-07-10 23:54:56 -0700 | [diff] [blame] | 45 | </assembly> |