[jboss-cvs] JBossAS SVN: r100717 - in branches/JBPAPP_5_0: component-matrix and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Feb 8 15:35:23 EST 2010
Author: fnasser at redhat.com
Date: 2010-02-08 15:35:23 -0500 (Mon, 08 Feb 2010)
New Revision: 100717
Modified:
branches/JBPAPP_5_0/build/build-distr.xml
branches/JBPAPP_5_0/component-matrix/pom.xml
branches/JBPAPP_5_0/thirdparty/pom.xml
Log:
JBPAPP-3445 - org.objectweb.asm.lib property in build-distr.xml not found error (USE CORRECT COORDINATE FOR THE ASM ARTIFACT)
Modified: branches/JBPAPP_5_0/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_0/build/build-distr.xml 2010-02-08 19:10:14 UTC (rev 100716)
+++ branches/JBPAPP_5_0/build/build-distr.xml 2010-02-08 20:35:23 UTC (rev 100717)
@@ -1255,7 +1255,7 @@
<fileset dir="${_module.output}/resources/threads"/>
</copy>
<copy todir="${install.common.lib}">
- <fileset dir="${asm.asm.lib}">
+ <fileset dir="${org.objectweb.asm.lib}">
<include name="asm.jar" />
</fileset>
</copy>
Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml 2010-02-08 19:10:14 UTC (rev 100716)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml 2010-02-08 20:35:23 UTC (rev 100717)
@@ -301,7 +301,7 @@
</dependency>
<dependency>
- <groupId>asm</groupId>
+ <groupId>org.objectweb.asm</groupId>
<artifactId>asm</artifactId>
<version>3.1</version>
</dependency>
Modified: branches/JBPAPP_5_0/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_0/thirdparty/pom.xml 2010-02-08 19:10:14 UTC (rev 100716)
+++ branches/JBPAPP_5_0/thirdparty/pom.xml 2010-02-08 20:35:23 UTC (rev 100717)
@@ -1138,7 +1138,7 @@
<artifactId>bsh</artifactId>
</dependency>
<dependency>
- <groupId>asm</groupId>
+ <groupId>org.objectweb.asm</groupId>
<artifactId>asm</artifactId>
</dependency>
<dependency>
More information about the jboss-cvs-commits
mailing list