diff options
author | neothemachine <[email protected]> | 2013-02-13 21:32:52 +0100 |
---|---|---|
committer | neothemachine <[email protected]> | 2013-02-13 21:32:52 +0100 |
commit | b79943c371c60434ca78b57677bcba7cd98a4e00 (patch) | |
tree | 2d711bd9857d6bd432a55f29038574d85d327d50 /ardor3d-examples | |
parent | 770fbc9f7660221b9a0f349e0c840c284157075b (diff) |
added new distribution module which builds zips with all deps
also, simplified assembly exclusion filter in examples project
Diffstat (limited to 'ardor3d-examples')
-rw-r--r-- | ardor3d-examples/assembly.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ardor3d-examples/assembly.xml b/ardor3d-examples/assembly.xml index 7a0d556..b77ead8 100644 --- a/ardor3d-examples/assembly.xml +++ b/ardor3d-examples/assembly.xml @@ -30,6 +30,7 @@ <exclude>*nativewindow*</exclude> <exclude>*newt*</exclude> <exclude>*gluegen*</exclude> + <exclude>META-INF/</exclude> </excludes> </fileSet> </fileSets> @@ -37,8 +38,8 @@ <dependencySet> <useProjectArtifact>false</useProjectArtifact> <excludes> - <exclude>*:*:*:lwjgl*natives-*:*</exclude> - <exclude>*:*:*:jinput*natives-*:*</exclude> + <exclude>*:lwjgl*natives-*</exclude> + <exclude>*:jinput*natives-*</exclude> </excludes> <outputDirectory>lib</outputDirectory> </dependencySet> |