[weld-commits] Weld SVN: r6178 - java-se/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Apr 28 09:14:43 EDT 2010


Author: peteroyle
Date: 2010-04-28 09:14:41 -0400 (Wed, 28 Apr 2010)
New Revision: 6178

Modified:
   java-se/trunk/pom.xml
Log:
WELDSE-1: the addClasspath element probably doesn't make sense in a shaded jar.

Modified: java-se/trunk/pom.xml
===================================================================
--- java-se/trunk/pom.xml	2010-04-28 13:13:42 UTC (rev 6177)
+++ java-se/trunk/pom.xml	2010-04-28 13:14:41 UTC (rev 6178)
@@ -182,7 +182,6 @@
             <configuration>
                <archive>
                   <manifest>
-                     <addClasspath>true</addClasspath>
                      <mainClass>org.jboss.weld.environment.se.StartMain</mainClass>
                   </manifest>
                </archive>



More information about the weld-commits mailing list