[jboss-svn-commits] JBL Code SVN: r33312 - labs/jbossesb/trunk/product.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jun 2 11:54:19 EDT 2010


Author: dward
Date: 2010-06-02 11:54:19 -0400 (Wed, 02 Jun 2010)
New Revision: 33312

Modified:
   labs/jbossesb/trunk/product/.classpath
Log:
Fixed .classpath error introduced by JBESB-2981.


Modified: labs/jbossesb/trunk/product/.classpath
===================================================================
--- labs/jbossesb/trunk/product/.classpath	2010-06-02 13:50:11 UTC (rev 33311)
+++ labs/jbossesb/trunk/product/.classpath	2010-06-02 15:54:19 UTC (rev 33312)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry excluding="**/.svn/" kind="src" path="rosetta/src"/>
-	<classpathentry kind="src" path="samples/quickstarts/bpm_orchestration1/src"/>
 	<classpathentry excluding="**/.svn/" kind="src" path="rosetta/tests/src"/>
 	<classpathentry excluding="**/.svn/" kind="src" path="rosetta/tests/resources"/>
 	<classpathentry excluding="**/.svn/" kind="src" path="services/jbossesb/src/main/java"/>
@@ -24,7 +23,7 @@
 	<classpathentry excluding="**/.svn/" kind="src" path="services/soapui-client/src/test/java"/>
 	<classpathentry excluding="**/.svn/" kind="src" path="services/spring/src/main/java"/>
 	<classpathentry excluding="**/.svn/" kind="src" path="services/spring/src/test/java"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM 1.5"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="lib" path="etc/test/resources/log4j/dev"/>
 	<classpathentry kind="lib" path="build/jbossesb/lib/jbossesb-config-model-1.0.1.jar"/>
 	<classpathentry kind="lib" path="build/jbossesb/lib/jbossesb-config-model-1.1.0.jar"/>



More information about the jboss-svn-commits mailing list