aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-examples/assembly.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ardor3d-examples/assembly.xml')
-rw-r--r--ardor3d-examples/assembly.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/ardor3d-examples/assembly.xml b/ardor3d-examples/assembly.xml
new file mode 100644
index 0000000..7e29654
--- /dev/null
+++ b/ardor3d-examples/assembly.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<assembly>
+ <!--
+ When unzipped, run with:
+ java -Djava.library.path=lib -jar ardor3d-examples-...jar
+ -->
+ <id>release</id>
+ <formats>
+ <format>zip</format>
+ </formats>
+ <files>
+ <file>
+ <source>target/${project.artifactId}-${project.version}.jar</source>
+ <outputDirectory>/</outputDirectory>
+ </file>
+ </files>
+ <fileSets>
+ <fileSet>
+ <directory>target/natives</directory>
+ <outputDirectory>lib</outputDirectory>
+ </fileSet>
+ </fileSets>
+ <dependencySets>
+ <dependencySet>
+ <useProjectArtifact>false</useProjectArtifact>
+ <excludes>
+ <exclude>*:*:*:natives-*:*</exclude>
+ </excludes>
+ <outputDirectory>lib</outputDirectory>
+ </dependencySet>
+ </dependencySets>
+</assembly>