aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/ardor3d-examples/assembly.xml
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ardor3d-examples/assembly.xml')
-rw-r--r--trunk/ardor3d-examples/assembly.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/trunk/ardor3d-examples/assembly.xml b/trunk/ardor3d-examples/assembly.xml
deleted file mode 100644
index bcd8eb5..0000000
--- a/trunk/ardor3d-examples/assembly.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?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>