[jboss-svn-commits] JBoss Common SVN: r2055 - common-logging-jdk/trunk

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Sep 24 10:01:43 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-09-24 10:01:41 -0400 (Sun, 24 Sep 2006)
New Revision: 2055

Added:
   common-logging-jdk/trunk/.classpath
   common-logging-jdk/trunk/.project
Log:
Update to 2.0.1.GA, add eclipse project/classpaths, fix log4j/jdk logginer plugin package names

Added: common-logging-jdk/trunk/.classpath
===================================================================
--- common-logging-jdk/trunk/.classpath	2006-09-24 14:00:36 UTC (rev 2054)
+++ common-logging-jdk/trunk/.classpath	2006-09-24 14:01:41 UTC (rev 2055)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<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 kind="output" path="target/eclipse-classes"/>
+</classpath>

Added: common-logging-jdk/trunk/.project
===================================================================
--- common-logging-jdk/trunk/.project	2006-09-24 14:00:36 UTC (rev 2054)
+++ common-logging-jdk/trunk/.project	2006-09-24 14:01:41 UTC (rev 2055)
@@ -0,0 +1,17 @@
+<projectDescription>
+  <name>jboss-logging-jdk</name>
+  <comment>JBoss Logging JDK classes</comment>
+  <projects>
+    <project>jboss-common-core</project>
+    <project>jboss-logging-spi</project>
+  </projects>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+      <arguments/>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file




More information about the jboss-svn-commits mailing list