]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - examples/org.argeo.slc.example01/src/assembly/slc.xml
Move default SLC location
[gpl/argeo-slc.git] / examples / org.argeo.slc.example01 / src / assembly / slc.xml
index 478d7415f434f9b5ad0bc0d9b0ec84b90d2eaad9..75b111eb5c1a3b7c71ae8e0428e547ea415766c2 100644 (file)
@@ -1,5 +1,4 @@
-<assembly xmlns="http://maven.apache.org/POM/4.0.0"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">\r
        <id>slc</id>\r
        <includeBaseDirectory>false</includeBaseDirectory>\r
@@ -8,11 +7,14 @@
        </formats>\r
        <fileSets>\r
                <fileSet>\r
-                       <directory>src/main/slc</directory>\r
+                       <directory>src/slc</directory>\r
                        <outputDirectory></outputDirectory>\r
                        <includes>\r
                                <include>**/*</include>\r
                        </includes>\r
+                       <excludes>\r
+                               <exclude>work/*/**</exclude>\r
+                       </excludes>\r
                </fileSet>\r
        </fileSets>\r
 </assembly>
\ No newline at end of file