]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dist/org.argeo.slc.sdk/src/assembly/dist.xml
Don't switch to log
[gpl/argeo-slc.git] / dist / org.argeo.slc.sdk / src / assembly / dist.xml
index f2053a474fbd835ad042219cc05c934395bb169f..f9ffc4cb678fe798e3705c06e5897fcddd66b505 100644 (file)
@@ -1,16 +1,39 @@
-<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">
+<!--
+
+    Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>
+
+    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/plugins/maven-assembly-plugin/assembly/1.1.0"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
        <id>dist</id>
        <baseDirectory>slc</baseDirectory>
        <formats>
                <format>zip</format>
        </formats>
-       <filesets>
+       <fileSets>
                <fileSet>
                        <directory>target/base</directory>
                        <outputDirectory></outputDirectory>
+                       <includes>
+                               <include>**</include>
+                       </includes>
                </fileSet>
-       </filesets>
+       </fileSets>
        <dependencySets>
                <dependencySet>
                        <unpack>false</unpack>