[jboss-cvs] JBossAS SVN: r57173 - trunk/aspects
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Sep 25 17:15:22 EDT 2006
Author: scott.stark at jboss.org
Date: 2006-09-25 17:15:20 -0400 (Mon, 25 Sep 2006)
New Revision: 57173
Modified:
trunk/aspects/.classpath
trunk/aspects/build.xml
Log:
Update to 2.0.1.GA of the jboss common jars and drop the version info from the jar names
Modified: trunk/aspects/.classpath
===================================================================
--- trunk/aspects/.classpath 2006-09-25 21:15:17 UTC (rev 57172)
+++ trunk/aspects/.classpath 2006-09-25 21:15:20 UTC (rev 57173)
@@ -7,14 +7,13 @@
<classpathentry kind="src" path="src/test50"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="/system"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core-2.0.0.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi-2.0.0.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/common-logging-log4j/lib/jboss-logging-log4j-2.0.0.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/common-logging-log4j/lib/jboss-logging-log4j.jar"/>
<classpathentry kind="src" path="/aop"/>
<classpathentry kind="src" path="/cluster"/>
<classpathentry kind="src" path="/transaction"/>
<classpathentry kind="src" path="/j2ee"/>
- <classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar" sourcepath="C:/usr/local/Java/Jakarta/jakarta-log4j-1.2.8/src/java"/>
+ <classpathentry sourcepath="C:/usr/local/Java/Jakarta/jakarta-log4j-1.2.8/src/java" kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
<classpathentry kind="lib" path="/thirdparty/apache-logging/lib/commons-logging.jar"/>
<classpathentry kind="lib" path="/thirdparty/beanshell/lib/bsh-1.3.0.jar"/>
@@ -27,11 +26,12 @@
<classpathentry kind="lib" path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
<classpathentry kind="lib" path="/thirdparty/apache-xerces/lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="/thirdparty/trove/lib/trove.jar"/>
- <classpathentry kind="lib" path="/thirdparty/javassist/lib/javassist.jar" sourcepath="/javassist"/>
+ <classpathentry sourcepath="/javassist" kind="lib" path="/thirdparty/javassist/lib/javassist.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/security/lib/jbosssx.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/security-spi/lib/jboss-security-spi.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/system-jmx"/>
<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-deployers.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
Modified: trunk/aspects/build.xml
===================================================================
--- trunk/aspects/build.xml 2006-09-25 21:15:17 UTC (rev 57172)
+++ trunk/aspects/build.xml 2006-09-25 21:15:20 UTC (rev 57173)
@@ -265,7 +265,7 @@
<fileset dir="${build.etc}">
<include name="org/jboss/**/*.xml"/>
</fileset>
- <zipfileset src="${jboss.common.core.lib}/jboss-common-core-2.0.0.jar">
+ <zipfileset src="${jboss.common.core.lib}/jboss-common-core.jar">
<include name="org/jboss/util/file/ArchiveBrowser*.class"/>
<include name="org/jboss/util/file/ClassFileFilter.class"/>
<include name="org/jboss/util/file/DirectoryArchiveBrowser.class"/>
@@ -410,7 +410,7 @@
<fileset dir="${build.etc}">
<include name="org/jboss/**/*.xml"/>
</fileset>
- <zipfileset src="${jboss.common.core.lib}/jboss-common-core-2.0.0.jar">
+ <zipfileset src="${jboss.common.core.lib}/jboss-common-core.jar">
<include name="org/jboss/util/file/ArchiveBrowser*.class"/>
<include name="org/jboss/util/file/ClassFileFilter.class"/>
<include name="org/jboss/util/file/DirectoryArchiveBrowser.class"/>
More information about the jboss-cvs-commits
mailing list