[jboss-cvs] JBoss Profiler SVN: r422 - branches/JBossProfiler2.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 14 11:47:58 EST 2008


Author: clebert.suconic at jboss.com
Date: 2008-02-14 11:47:58 -0500 (Thu, 14 Feb 2008)
New Revision: 422

Added:
   branches/JBossProfiler2/.classpath
   branches/JBossProfiler2/.project
Log:
Adding classpath and project

Added: branches/JBossProfiler2/.classpath
===================================================================
--- branches/JBossProfiler2/.classpath	                        (rev 0)
+++ branches/JBossProfiler2/.classpath	2008-02-14 16:47:58 UTC (rev 422)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src/main"/>
+	<classpathentry kind="src" path="src/test"/>
+	<classpathentry kind="lib" path="lib/asm.jar"/>
+	<classpathentry kind="lib" path="lib/concurrent.jar"/>
+	<classpathentry kind="lib" path="lib/ejb3-persistence.jar"/>
+	<classpathentry kind="lib" path="lib/jboss-common.jar"/>
+	<classpathentry kind="lib" path="lib/jboss-ejb3x.jar"/>
+	<classpathentry kind="lib" path="lib/jboss-remoting.jar"/>
+	<classpathentry kind="lib" path="lib/jbossall-client.jar"/>
+	<classpathentry kind="lib" path="lib/log4j.jar"/>
+	<classpathentry kind="lib" path="lib/servlet.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="lib" path="lib/javassist.jar"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: branches/JBossProfiler2/.project
===================================================================
--- branches/JBossProfiler2/.project	                        (rev 0)
+++ branches/JBossProfiler2/.project	2008-02-14 16:47:58 UTC (rev 422)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>JBossProfiler2</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