[jboss-svn-commits] JBoss Common SVN: r2152 - common-core/trunk common-logging-jdk/trunk common-logging-log4j/trunk

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Nov 5 17:16:02 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-05 17:15:58 -0500 (Sun, 05 Nov 2006)
New Revision: 2152

Modified:
   common-core/trunk/.classpath
   common-logging-jdk/trunk/.classpath
   common-logging-log4j/trunk/.classpath
Log:
Correct the project references

Modified: common-core/trunk/.classpath
===================================================================
--- common-core/trunk/.classpath	2006-10-31 18:37:05 UTC (rev 2151)
+++ common-core/trunk/.classpath	2006-11-05 22:15:58 UTC (rev 2152)
@@ -8,6 +8,6 @@
 	<classpathentry kind="var" path="M2_REPO/oswego-concurrent/concurrent/1.3.4/concurrent-1.3.4.jar"/>
 	<classpathentry kind="var" path="M2_REPO/apache-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar"/>
 	<classpathentry kind="var" path="M2_REPO/apache-log4j/log4j/1.2.8/log4j-1.2.8.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/common-logging-spi"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/jboss-logging-spi"/>
 	<classpathentry kind="output" path="target/eclipse-classes"/>
 </classpath>

Modified: common-logging-jdk/trunk/.classpath
===================================================================
--- common-logging-jdk/trunk/.classpath	2006-10-31 18:37:05 UTC (rev 2151)
+++ common-logging-jdk/trunk/.classpath	2006-11-05 22:15:58 UTC (rev 2152)
@@ -7,7 +7,7 @@
 	<classpathentry kind="var" path="M2_REPO/apache-slide/webdavlib/2.0/webdavlib-2.0.jar"/>
 	<classpathentry kind="var" path="M2_REPO/apache-xerces/xml-apis/2.7.1/xml-apis-2.7.1.jar"/>
 	<classpathentry kind="var" path="M2_REPO/apache-log4j/log4j/1.2.8/log4j-1.2.8.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/common-core"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/common-logging-spi"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/jboss-common-core"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/jboss-logging-spi"/>
 	<classpathentry kind="output" path="target/eclipse-classes"/>
 </classpath>

Modified: common-logging-log4j/trunk/.classpath
===================================================================
--- common-logging-log4j/trunk/.classpath	2006-10-31 18:37:05 UTC (rev 2151)
+++ common-logging-log4j/trunk/.classpath	2006-11-05 22:15:58 UTC (rev 2152)
@@ -7,7 +7,7 @@
 	<classpathentry kind="var" path="M2_REPO/apache-xerces/xml-apis/2.7.1/xml-apis-2.7.1.jar"/>
 	<classpathentry kind="var" path="M2_REPO/apache-slide/webdavlib/2.0/webdavlib-2.0.jar"/>
 	<classpathentry kind="var" path="M2_REPO/apache-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/common-core"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/common-logging-spi"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/jboss-common-core"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/jboss-logging-spi"/>
 	<classpathentry kind="output" path="target/eclipse-classes"/>
 </classpath>




More information about the jboss-svn-commits mailing list