]> git.argeo.org Git - gpl/argeo-slc.git/blob - examples/org.argeo.slc.example01/src/assembly/slc.xml
Explicitely set version Maven Bundle Plugin so that M2Eclipse plugin not always check...
[gpl/argeo-slc.git] / examples / org.argeo.slc.example01 / src / assembly / slc.xml
1 <assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
3 <id>slc</id>
4 <includeBaseDirectory>false</includeBaseDirectory>
5 <formats>
6 <format>zip</format>
7 </formats>
8 <fileSets>
9 <fileSet>
10 <directory>src/slc</directory>
11 <outputDirectory></outputDirectory>
12 <includes>
13 <include>**/*</include>
14 </includes>
15 <excludes>
16 <exclude>work/*/**</exclude>
17 </excludes>
18 </fileSet>
19 </fileSets>
20 </assembly>