[jboss-svn-commits] JBL Code SVN: r5480 - labs/jbossesb/branches/ejb3
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Aug 4 17:50:17 EDT 2006
Author: kurt.stam at jboss.com
Date: 2006-08-04 17:50:16 -0400 (Fri, 04 Aug 2006)
New Revision: 5480
Added:
labs/jbossesb/branches/ejb3/.classpath
Log:
Adding ejb3 support
Added: labs/jbossesb/branches/ejb3/.classpath
===================================================================
--- labs/jbossesb/branches/ejb3/.classpath 2006-08-04 21:47:16 UTC (rev 5479)
+++ labs/jbossesb/branches/ejb3/.classpath 2006-08-04 21:50:16 UTC (rev 5480)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="product/core/common/src"/>
+ <classpathentry excluding="org/jboss/soa/esb/common/tests/conf/" kind="src" path="product/core/common/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/processors/src"/>
+ <classpathentry kind="src" path="product/core/processors/tests/src"/>
+ <classpathentry kind="src" path="product/core/services/src"/>
+ <classpathentry kind="src" path="product/core/services/tests/src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.5.0_07"/>
+ <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/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.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/xdoclet-1.2.3.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/xdoclet-ejb-module-1.2.3.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/xdoclet-jboss-module-1.2.3.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/xdoclet-jmx-module-1.2.3.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/xdoclet-web-module-1.2.3.jar"/>
+ <classpathentry kind="con" path="org.jboss.ide.eclipse.jdt.core.classpath.j2ee-1.4"/>
+ <classpathentry kind="lib" path="product/lib/ext/xjavadoc-1.5-snapshot050611.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/mockejb.jar"/>
+ <classpathentry kind="lib" path="product/core/common/tests/resources/conf"/>
+ <classpathentry kind="lib" path="product/lib/deploy/postgresql-8.1-407.jdbc3.jar"/>
+ <classpathentry kind="lib" path="product/lib/ejb3_embedded/hibernate-all.jar"/>
+ <classpathentry kind="lib" path="product/lib/ejb3_embedded/jboss-ejb3-all.jar"/>
+ <classpathentry kind="lib" path="product/lib/ejb3_embedded/thirdparty-all.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
More information about the jboss-svn-commits
mailing list