From edbc5c757c66d56eb2cffffa4076f0f2bfd6e748 Mon Sep 17 00:00:00 2001 From: neothemachine Date: Sun, 17 Feb 2013 19:11:50 +0100 Subject: Fixed assembly artifact exclusion bug see http://jira.codehaus.org/browse/MASSEMBLY-644 Updated ardor3d-examples to use 2.4 of maven-assembly-plugin --- ardor3d-examples/assembly.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ardor3d-examples/assembly.xml') diff --git a/ardor3d-examples/assembly.xml b/ardor3d-examples/assembly.xml index f14da15..be12458 100644 --- a/ardor3d-examples/assembly.xml +++ b/ardor3d-examples/assembly.xml @@ -39,8 +39,8 @@ false true - *:lwjgl*natives-* - *:jinput*natives-* + *:lwjgl*:*:natives-* + *:jinput*:*:natives-* lib -- cgit v1.2.3