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.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/ardor3d-examples/assembly.xml b/ardor3d-examples/assembly.xml
new file mode 100644
index 0000000..bcd8eb5
--- /dev/null
+++ b/ardor3d-examples/assembly.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<assembly>
+ <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>${lwjgl.natives}/linux</directory>
+ <outputDirectory>lib/lwjgl/native/linux</outputDirectory>
+ </fileSet>
+ <fileSet>
+ <directory>${lwjgl.natives}/win32</directory>
+ <outputDirectory>lib/lwjgl/native/win32</outputDirectory>
+ </fileSet>
+ <fileSet>
+ <directory>${lwjgl.natives}/macosx</directory>
+ <outputDirectory>lib/lwjgl/native/macosx</outputDirectory>
+ </fileSet>
+ <fileSet>
+ <directory>${lwjgl.natives}/solaris</directory>
+ <outputDirectory>lib/lwjgl/native/solaris</outputDirectory>
+ </fileSet>
+ </fileSets>
+ <dependencySets>
+ <dependencySet>
+ <useProjectArtifact>false</useProjectArtifact>
+ <outputDirectory>lib</outputDirectory>
+ </dependencySet>
+ </dependencySets>
+</assembly>