[jboss-svn-commits] JBL Code SVN: r9021 - labs/jbossesb/trunk/IDE/JBossIDE.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jan 25 09:29:24 EST 2007


Author: kurt.stam at jboss.com
Date: 2007-01-25 09:29:24 -0500 (Thu, 25 Jan 2007)
New Revision: 9021

Modified:
   labs/jbossesb/trunk/IDE/JBossIDE/.classpath
Log:
Fixing the cp to reflect the new milyn jars.

Modified: labs/jbossesb/trunk/IDE/JBossIDE/.classpath
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/.classpath	2007-01-25 13:09:41 UTC (rev 9020)
+++ labs/jbossesb/trunk/IDE/JBossIDE/.classpath	2007-01-25 14:29:24 UTC (rev 9021)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="product/core/rosetta/src"/>
+	<classpathentry kind="src" path="product/samples/quickstarts/helloworld/src"/>
 	<classpathentry kind="src" path="product/core/rosetta/tests/src"/>
 	<classpathentry kind="src" path="product/core/services/src"/>
 	<classpathentry kind="src" path="product/core/services/tests/src"/>
@@ -25,7 +26,6 @@
 	<classpathentry kind="lib" path="product/lib/ext/mockejb.jar"/>
 	<classpathentry kind="lib" path="product/lib/ext/jbossts-common.jar" sourcepath="/jbossts"/>
 	<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="lib" path="product/lib/ext/edtftpj.jar"/>
 	<classpathentry kind="lib" path="product/lib/ext/hsqldb.jar"/>
 	<classpathentry kind="lib" path="product/lib/ext/junit-4.1.jar"/>
@@ -35,14 +35,12 @@
 	<classpathentry kind="lib" path="product/lib/ext/c3p0-0.9.1-pre9.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="DROOLS/JBoss Rules"/>
-	<classpathentry kind="lib" path="product/lib/ext/milyn-commons-0.8-SNAPSHOT.jar"/>
 	<classpathentry kind="lib" path="product/lib/ext/milyn-smooks-misc-0.2.jar"/>
 	<classpathentry kind="lib" path="product/lib/ext/milyn-tinak-0.7.1.jar"/>
 	<classpathentry kind="lib" path="qa/lib/ext/jboss-remoting.jar"/>
 	<classpathentry kind="lib" path="qa/lib/ext/tomcat-coyote.jar"/>
 	<classpathentry kind="lib" path="qa/lib/ext/tomcat-http.jar"/>
 	<classpathentry kind="lib" path="qa/lib/ext/tomcat-util.jar"/>
-	<classpathentry kind="lib" path="product/lib/ext/milyn-smooks-javabean-0.1.1.jar"/>
 	<classpathentry kind="lib" path="product/lib/ext/milyn-smooks-templating-0.2.jar"/>
 	<classpathentry kind="lib" path="product/lib/ext/jsch-0.1.jar"/>
 	<classpathentry kind="lib" path="product/samples/trailblazer/banks/lib/ext/org.sadun.util.jar"/>
@@ -54,12 +52,21 @@
 	<classpathentry kind="lib" path="product/samples/trailblazer/client/lib/ext/jbossws-client.jar"/>
 	<classpathentry kind="lib" path="product/samples/trailblazer/client/lib/ext/axis.jar"/>
 	<classpathentry kind="lib" path="product/build/schema-model/classes"/>
-	<classpathentry kind="lib" path="product/lib/ext/scout-1.0-SNAPSHOT.jar"/>
+	<classpathentry kind="lib" path="product/lib/ext/scout-1.0-SNAPSHOT.jar" sourcepath="/scout"/>
 	<classpathentry kind="lib" path="product/lib/ext/jaxr-api-1.0-SNAPSHOT.jar"/>
-	<classpathentry kind="lib" path="product/lib/ext/juddi-1.0-SNAPSHOT.jar"/>
+	<classpathentry kind="lib" path="product/lib/ext/juddi-1.0-SNAPSHOT.jar" sourcepath="/juddi"/>
 	<classpathentry kind="lib" path="product/lib/ext/juddi-client-1.0-SNAPSHOT.jar"/>
 	<classpathentry kind="lib" path="product/lib/ext/xbean.jar" sourcepath="/xmlbeans"/>
 	<classpathentry kind="lib" path="product/lib/ext/stax-api-1.0.1.jar"/>
 	<classpathentry kind="lib" path="product/lib/ext/xmlpublic.jar"/>
+	<classpathentry kind="lib" path="product/console/resources/WEB-INF/lib/hibernate3.jar"/>
+	<classpathentry kind="lib" path="product/console/resources/WEB-INF/lib/hibernate-annotations.jar"/>
+	<classpathentry kind="lib" path="product/console/resources/WEB-INF/lib/jboss-seam.jar"/>
+	<classpathentry kind="lib" path="product/console/resources/WEB-INF/lib/jboss-seam-ui.jar"/>
+	<classpathentry kind="lib" path="product/console/resources/WEB-INF/lib/myfaces-api-1.1.3.jar"/>
+	<classpathentry kind="lib" path="product/console/resources/WEB-INF/lib/ejb3-persistence.jar"/>
+	<classpathentry kind="lib" path="product/lib/ext/milyn-smooks-core-0.8.jar"/>
+	<classpathentry kind="lib" path="product/lib/ext/milyn-smooks-javabean-0.2.jar"/>
+	<classpathentry kind="lib" path="product/lib/ext/milyn-commons-0.8.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>




More information about the jboss-svn-commits mailing list