[jboss-cvs] JBossAS SVN: r57166 - trunk/console

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 25 17:15:01 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-09-25 17:14:59 -0400 (Mon, 25 Sep 2006)
New Revision: 57166

Modified:
   trunk/console/.classpath
   trunk/console/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/console/.classpath
===================================================================
--- trunk/console/.classpath	2006-09-25 21:14:56 UTC (rev 57165)
+++ trunk/console/.classpath	2006-09-25 21:14:59 UTC (rev 57166)
@@ -3,9 +3,9 @@
 	<classpathentry kind="src" path="src/main"/>
 	<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-core/lib/jboss-common-core.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="/management"/>
 	<classpathentry kind="lib" path="/thirdparty/gnu-getopt/lib/getopt.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/beanshell/lib/bsh-1.3.0.jar"/>

Modified: trunk/console/build.xml
===================================================================
--- trunk/console/build.xml	2006-09-25 21:14:56 UTC (rev 57165)
+++ trunk/console/build.xml	2006-09-25 21:14:59 UTC (rev 57166)
@@ -330,7 +330,7 @@
         <include name="org/jboss/invocation/*"/>
         <exclude name="META-INF/INDEX.LIST"/>
       </zipfileset>
-      <zipfileset src="${jboss.common.core.lib}/jboss-common-core-2.0.0.jar">
+      <zipfileset src="${jboss.common.core.lib}/jboss-common-core.jar">
         <exclude name="META-INF/INDEX.LIST"/>
         <exclude name="org/jboss/util/property/**"/>
         <exclude name="org/jboss/util/propertyeditor/**"/>




More information about the jboss-cvs-commits mailing list