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 | 1341a16 | 2013-06-05 15:07:52 -0700 | [diff] [blame] | 10 | <assembly> |
| 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> |
| 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> |
| 25 | <outputDirectory>bin</outputDirectory> |
| 26 | <fileMode>0755</fileMode> |
| 27 | </fileSet> |
| 28 | <fileSet> |
buyingyi | 8027a49 | 2013-07-10 23:54:56 -0700 | [diff] [blame] | 29 | <directory>../pregelix-core/target/appassembler/lib</directory> |
| 30 | <outputDirectory>lib</outputDirectory> |
| 31 | <includes> |
| 32 | <include>*.jar</include> |
| 33 | </includes> |
buyingyi | 1341a16 | 2013-06-05 15:07:52 -0700 | [diff] [blame] | 34 | <fileMode>0755</fileMode> |
buyingyi | 8027a49 | 2013-07-10 23:54:56 -0700 | [diff] [blame] | 35 | </fileSet> |
buyingyi | 1341a16 | 2013-06-05 15:07:52 -0700 | [diff] [blame] | 36 | <fileSet> |
buyingyi | 8027a49 | 2013-07-10 23:54:56 -0700 | [diff] [blame] | 37 | <directory>../pregelix-example/target</directory> |
| 38 | <outputDirectory>examples</outputDirectory> |
| 39 | <includes> |
| 40 | <include>*with-dependencies.jar</include> |
| 41 | </includes> |
| 42 | <fileMode>0755</fileMode> |
| 43 | </fileSet> |
| 44 | <fileSet> |
| 45 | <directory>../pregelix-example/data</directory> |
| 46 | <outputDirectory>data</outputDirectory> |
| 47 | <fileMode>0755</fileMode> |
| 48 | </fileSet> |
buyingyi | 1341a16 | 2013-06-05 15:07:52 -0700 | [diff] [blame] | 49 | </fileSets> |
| 50 | </assembly> |