]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.launcher/src/assembly/base.xml
Clean up directories
[gpl/argeo-slc.git] / runtime / org.argeo.slc.launcher / src / assembly / base.xml
index aef97a5cd963b64e84bd1ded5e9f88b882358946..b0f4a625b0c57e53aec0f51127cb1cb15a3bf673 100644 (file)
@@ -1,5 +1,21 @@
-<assembly xmlns="http://maven.apache.org/POM/4.0.0"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<!--
+
+    Copyright (C) 2007-2012 Argeo GmbH
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+            http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
        <id>base</id>
        <includeBaseDirectory>false</includeBaseDirectory>
@@ -8,9 +24,26 @@
        </formats>
        <fileSets>
                <fileSet>
-                       <directory>src/base</directory>
+                       <directory>target/base</directory>
                        <outputDirectory></outputDirectory>
                        <fileMode>0755</fileMode>
+                       <includes>
+                               <include>*.sh</include>
+                       </includes>
+               </fileSet>
+               <fileSet>
+                       <directory>target/base</directory>
+                       <outputDirectory></outputDirectory>
+                       <includes>
+                               <include>*.bat</include>
+                       </includes>
+               </fileSet>
+               <fileSet>
+                       <directory>target/base</directory>
+                       <outputDirectory></outputDirectory>
+                       <includes>
+                               <include>work/**</include>
+                       </includes>
                </fileSet>
        </fileSets>
 </assembly>
\ No newline at end of file