blob: ab4633871744c5bb25b19887a9f13dd8d596eb04 [file] [log] [blame]
Till Westmann276bbc22013-06-05 18:56:27 -07001<!--
2 ! Copyright 2009-2013 by The Regents of the University of California
3 ! Licensed under the Apache License, Version 2.0 (the "License");
4 ! you may not use this file except in compliance with the License.
5 ! you may obtain a copy of the License from
6 !
7 ! http://www.apache.org/licenses/LICENSE-2.0
8 !
9 ! Unless required by applicable law or agreed to in writing, software
10 ! distributed under the License is distributed on an "AS IS" BASIS,
11 ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 ! See the License for the specific language governing permissions and
13 ! limitations under the License.
14 !-->
buyingyi1341a162013-06-05 15:07:52 -070015<assembly>
16 <id>binary-assembly</id>
17 <formats>
18 <format>zip</format>
19 <format>dir</format>
20 </formats>
21 <includeBaseDirectory>false</includeBaseDirectory>
22 <fileSets>
23 <fileSet>
24 <directory>src/main/resources/conf</directory>
25 <outputDirectory>conf</outputDirectory>
26 <fileMode>0755</fileMode>
27 </fileSet>
28 <fileSet>
29 <directory>src/main/resources/scripts</directory>
30 <outputDirectory>bin</outputDirectory>
31 <fileMode>0755</fileMode>
32 </fileSet>
33 <fileSet>
34 <directory>../pregelix-core/target/appassembler/lib</directory>
35 <outputDirectory>lib</outputDirectory>
36 <includes>
37 <include>*.jar</include>
38 </includes>
39 <fileMode>0755</fileMode>
40 </fileSet>
41 <fileSet>
42 <directory>../pregelix-example/target</directory>
43 <outputDirectory>examples</outputDirectory>
44 <includes>
45 <include>*with-dependencies.jar</include>
46 </includes>
47 <fileMode>0755</fileMode>
48 </fileSet>
49 <fileSet>
50 <directory>../pregelix-example/data</directory>
51 <outputDirectory>data</outputDirectory>
52 <fileMode>0755</fileMode>
53 </fileSet>
54 </fileSets>
55</assembly>