diff options
author | neothemachine <[email protected]> | 2013-02-17 16:03:53 +0100 |
---|---|---|
committer | neothemachine <[email protected]> | 2013-02-17 16:03:53 +0100 |
commit | 6efbc7c052050f26a477ff1cfe1597b71b138e06 (patch) | |
tree | 7ed1b843504b752111b091f4cbc289006ed1f611 /ardor3d-examples | |
parent | a722d1b74b1557dd86e98c58a010479f65e4765b (diff) |
made the dependency filtering of the example assembly strict so that an
obsolete assembly configuration in the future leads to a build error
Diffstat (limited to 'ardor3d-examples')
-rw-r--r-- | ardor3d-examples/assembly.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ardor3d-examples/assembly.xml b/ardor3d-examples/assembly.xml index b77ead8..f14da15 100644 --- a/ardor3d-examples/assembly.xml +++ b/ardor3d-examples/assembly.xml @@ -37,6 +37,7 @@ <dependencySets> <dependencySet> <useProjectArtifact>false</useProjectArtifact> + <useStrictFiltering>true</useStrictFiltering> <excludes> <exclude>*:lwjgl*natives-*</exclude> <exclude>*:jinput*natives-*</exclude> |