[jboss-cvs] JBossAS SVN: r94540 - branches/JBPAPP_5_0/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Oct 9 03:10:26 EDT 2009
Author: stliu
Date: 2009-10-09 03:10:25 -0400 (Fri, 09 Oct 2009)
New Revision: 94540
Modified:
branches/JBPAPP_5_0/build/build-distr.xml
branches/JBPAPP_5_0/build/build.xml
Log:
JBPAPP-2727 Missed cglib.jar and asm.jar in EAP zip and Jar installer
Modified: branches/JBPAPP_5_0/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_0/build/build-distr.xml 2009-10-09 07:02:44 UTC (rev 94539)
+++ branches/JBPAPP_5_0/build/build-distr.xml 2009-10-09 07:10:25 UTC (rev 94540)
@@ -191,12 +191,6 @@
<fileset dir="${hibernate.hibernate.lib}">
<include name="hibernate-core.jar"/>
</fileset>
- <fileset dir="${org.objectweb.asm.lib}">
- <include name="asm.jar" />
- </fileset>
- <fileset dir="${cglib.cglib.lib}">
- <include name="cglib.jar" />
- </fileset>
<fileset dir="${hibernate.annotations.lib}">
<include name="hibernate-annotations.jar"/>
</fileset>
Modified: branches/JBPAPP_5_0/build/build.xml
===================================================================
--- branches/JBPAPP_5_0/build/build.xml 2009-10-09 07:02:44 UTC (rev 94539)
+++ branches/JBPAPP_5_0/build/build.xml 2009-10-09 07:10:25 UTC (rev 94540)
@@ -999,8 +999,6 @@
<fileset id="client.jar.fileset" dir="${client.jar.dir}">
<include name="*-client.jar"/>
- <include name="asm.jar"/>
- <include name="cglib.jar"/>
<include name="commons-logging.jar"/>
<include name="concurrent.jar"/>
<include name="ejb3-persistence.jar"/>
More information about the jboss-cvs-commits
mailing list