blob: a0fc2ab5dc3b50aec8626f98127e6ed4a6905c40 [file] [log] [blame]
buyingyi8027a492013-07-10 23:54:56 -07001<!-- ! 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. ! -->
buyingyi1341a162013-06-05 15:07:52 -070010<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>
buyingyi8027a492013-07-10 23:54:56 -070029 <directory>../pregelix-core/target/appassembler/lib</directory>
30 <outputDirectory>lib</outputDirectory>
31 <includes>
32 <include>*.jar</include>
33 </includes>
buyingyi1341a162013-06-05 15:07:52 -070034 <fileMode>0755</fileMode>
buyingyi8027a492013-07-10 23:54:56 -070035 </fileSet>
buyingyi1341a162013-06-05 15:07:52 -070036 <fileSet>
buyingyi8027a492013-07-10 23:54:56 -070037 <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>
buyingyi1341a162013-06-05 15:07:52 -070049 </fileSets>
50</assembly>