[jboss-svn-commits] JBL Code SVN: r6846 - labs/jbossesb/workspace/b_georges
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Oct 17 03:03:25 EDT 2006
Author: b_georges
Date: 2006-10-17 03:03:22 -0400 (Tue, 17 Oct 2006)
New Revision: 6846
Added:
labs/jbossesb/workspace/b_georges/.classpath
labs/jbossesb/workspace/b_georges/.project
Log:
Adding JBoss IDE project and classpath
Added: labs/jbossesb/workspace/b_georges/.classpath
===================================================================
--- labs/jbossesb/workspace/b_georges/.classpath 2006-10-16 22:31:19 UTC (rev 6845)
+++ labs/jbossesb/workspace/b_georges/.classpath 2006-10-17 07:03:22 UTC (rev 6846)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="product/core/rosetta/src"/>
+ <classpathentry kind="src" path="product/core/rosetta/tests/src"/>
+ <classpathentry kind="src" path="product/core/listeners/src"/>
+ <classpathentry kind="src" path="product/core/listeners/tests/src"/>
+ <classpathentry kind="src" path="product/core/services/src"/>
+ <classpathentry kind="src" path="product/core/services/tests/src"/>
+ <classpathentry kind="lib" path="product/lib/ext/activation.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/commons-collections-2.0.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/commons-logging.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/edtftpj.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/emma_ant.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/emma.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/jboss-jmx.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/junit-4.1.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/log4j.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/mail.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/mockejb.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/ejb3_embedded/hibernate-all.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/ejb3_embedded/jboss-ejb3-all.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/ejb3_embedded/thirdparty-all.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JRE 1.5"/>
+ <classpathentry kind="lib" path="product/core/rosetta/tests/resources/conf"/>
+ <classpathentry kind="lib" path="product/lib/ext/jbossts-common.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/xstream-1.1.3.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/milyn-smooks-core-0.8-SNAPSHOT.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: labs/jbossesb/workspace/b_georges/.project
===================================================================
--- labs/jbossesb/workspace/b_georges/.project 2006-10-16 22:31:19 UTC (rev 6845)
+++ labs/jbossesb/workspace/b_georges/.project 2006-10-17 07:03:22 UTC (rev 6846)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>jbesb</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-svn-commits
mailing list