]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.webapp/src/assembly/ria-slc.xml
Update packaging for new libraries structure
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / assembly / ria-slc.xml
diff --git a/org.argeo.slc.webapp/src/assembly/ria-slc.xml b/org.argeo.slc.webapp/src/assembly/ria-slc.xml
new file mode 100644 (file)
index 0000000..57085d8
--- /dev/null
@@ -0,0 +1,17 @@
+<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>ria-slc</id>
+       <includeBaseDirectory>false</includeBaseDirectory>
+       <formats>
+               <format>zip</format>
+       </formats>
+       <fileSets>
+               <fileSet>
+                       <directory>src/main/webapp/argeo-ria-lib/slc</directory>
+                       <outputDirectory></outputDirectory>
+                       <includes>
+                               <include>*/**</include>
+                       </includes>
+               </fileSet>
+       </fileSets>
+</assembly>
\ No newline at end of file