blob: f9921a7cba8f0e5b85051b078376a6e52ddbcb10 [file] [log] [blame]
zheilbronbebb2202014-03-28 14:36:52 -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 !-->
15<assembly>
16 <id>adm101-demo-binary-assembly</id>
17 <formats>
18 <format>zip</format>
19 </formats>
20 <includeBaseDirectory>false</includeBaseDirectory>
21 <fileSets>
22 <fileSet>
23 <directory>src/main/resources/adm101-demo</directory>
24 <fileMode>0755</fileMode>
25 </fileSet>
26 </fileSets>
27 </assembly>