[jboss-svn-commits] JBoss Common SVN: r2058 - common-core/trunk common-logging-jdk/trunk common-logging-log4j/trunk common-logging-spi/trunk
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Sep 25 10:48:24 EDT 2006
Author: adrian at jboss.org
Date: 2006-09-25 10:48:07 -0400 (Mon, 25 Sep 2006)
New Revision: 2058
Modified:
common-core/trunk/.classpath
common-logging-jdk/trunk/.classpath
common-logging-jdk/trunk/.project
common-logging-log4j/trunk/.classpath
common-logging-log4j/trunk/.project
common-logging-spi/trunk/.project
Log:
Fix the eclipse build.
Modified: common-core/trunk/.classpath
===================================================================
--- common-core/trunk/.classpath 2006-09-25 14:46:59 UTC (rev 2057)
+++ common-core/trunk/.classpath 2006-09-25 14:48:07 UTC (rev 2058)
@@ -5,9 +5,9 @@
<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/junit/junit/3.8.1/junit-3.8.1.jar"/>
- <classpathentry kind="src" path="/jboss-logging-spi"/>
<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 kind="output" path="target/eclipse-classes"/>
</classpath>
Modified: common-logging-jdk/trunk/.classpath
===================================================================
--- common-logging-jdk/trunk/.classpath 2006-09-25 14:46:59 UTC (rev 2057)
+++ common-logging-jdk/trunk/.classpath 2006-09-25 14:48:07 UTC (rev 2058)
@@ -3,11 +3,11 @@
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="M2_REPO/oswego-concurrent/concurrent/1.3.4/concurrent-1.3.4.jar"/>
- <classpathentry kind="src" path="/jboss-common-core"/>
<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-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="src" path="/jboss-logging-spi"/>
<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 kind="output" path="target/eclipse-classes"/>
</classpath>
Modified: common-logging-jdk/trunk/.project
===================================================================
--- common-logging-jdk/trunk/.project 2006-09-25 14:46:59 UTC (rev 2057)
+++ common-logging-jdk/trunk/.project 2006-09-25 14:48:07 UTC (rev 2058)
@@ -1,5 +1,5 @@
<projectDescription>
- <name>jboss-logging-jdk</name>
+ <name>common-logging-jdk</name>
<comment>JBoss Logging JDK classes</comment>
<projects>
<project>jboss-common-core</project>
Modified: common-logging-log4j/trunk/.classpath
===================================================================
--- common-logging-log4j/trunk/.classpath 2006-09-25 14:46:59 UTC (rev 2057)
+++ common-logging-log4j/trunk/.classpath 2006-09-25 14:48:07 UTC (rev 2058)
@@ -4,10 +4,10 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="M2_REPO/oswego-concurrent/concurrent/1.3.4/concurrent-1.3.4.jar"/>
<classpathentry kind="var" path="M2_REPO/apache-log4j/log4j/1.2.8/log4j-1.2.8.jar"/>
- <classpathentry kind="src" path="/jboss-logging-spi"/>
<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="src" path="/jboss-common-core"/>
<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 kind="output" path="target/eclipse-classes"/>
</classpath>
Modified: common-logging-log4j/trunk/.project
===================================================================
--- common-logging-log4j/trunk/.project 2006-09-25 14:46:59 UTC (rev 2057)
+++ common-logging-log4j/trunk/.project 2006-09-25 14:48:07 UTC (rev 2058)
@@ -1,5 +1,5 @@
<projectDescription>
- <name>jboss-logging-log4j</name>
+ <name>common-logging-log4j</name>
<comment>JBoss Logging Log4j classes</comment>
<projects>
<project>jboss-logging-spi</project>
Modified: common-logging-spi/trunk/.project
===================================================================
--- common-logging-spi/trunk/.project 2006-09-25 14:46:59 UTC (rev 2057)
+++ common-logging-spi/trunk/.project 2006-09-25 14:48:07 UTC (rev 2058)
@@ -1,5 +1,5 @@
<projectDescription>
- <name>jboss-logging-spi</name>
+ <name>common-logging-spi</name>
<comment>The JBoss Logging Framework Programming Interface</comment>
<projects/>
<buildSpec>
More information about the jboss-svn-commits
mailing list