[jboss-cvs] JBossAS SVN: r62524 - projects/osgi/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 24 16:48:52 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-04-24 16:48:51 -0400 (Tue, 24 Apr 2007)
New Revision: 62524

Added:
   projects/osgi/trunk/.classpath
   projects/osgi/trunk/.project
Log:
Start an eclipse project

Added: projects/osgi/trunk/.classpath
===================================================================
--- projects/osgi/trunk/.classpath	                        (rev 0)
+++ projects/osgi/trunk/.classpath	2007-04-24 20:48:51 UTC (rev 62524)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="deployment/src/main"/>
+	<classpathentry kind="src" path="services/src/main"/>
+	<classpathentry kind="src" path="testsuite/src/main"/>
+	<classpathentry kind="src" path="repository/src/main"/>
+	<classpathentry kind="src" path="core/src/main"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="lib" path="thirdparty/osgi/lib/osgi.core.jar"/>
+	<classpathentry kind="lib" path="thirdparty/javassist/lib/javassist.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss/aop/lib/jboss-aop-jdk50.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss/jboss-vfs/lib/jboss-vfs.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss/microcontainer/lib/jboss-aop-mc-int.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss/microcontainer/lib/jboss-container.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss/microcontainer/lib/jboss-dependency.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss/microcontainer/lib/jboss-deployers.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss/common-logging-log4j/lib/jboss-logging-log4j.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar"/>
+	<classpathentry kind="lib" path="thirdparty/apache-log4j/lib/log4j.jar"/>
+	<classpathentry kind="output" path="output"/>
+</classpath>

Added: projects/osgi/trunk/.project
===================================================================
--- projects/osgi/trunk/.project	                        (rev 0)
+++ projects/osgi/trunk/.project	2007-04-24 20:48:51 UTC (rev 62524)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>osgi</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>




More information about the jboss-cvs-commits mailing list