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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jan 3 10:29:28 EST 2007


Author: kurt.stam at jboss.com
Date: 2007-01-03 10:29:27 -0500 (Wed, 03 Jan 2007)
New Revision: 8656

Modified:
   labs/jbossesb/trunk/IDE/JBossIDE/.classpath
Log:
Adding tb/client/src to the cp.

Modified: labs/jbossesb/trunk/IDE/JBossIDE/.classpath
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/.classpath	2007-01-03 15:25:54 UTC (rev 8655)
+++ labs/jbossesb/trunk/IDE/JBossIDE/.classpath	2007-01-03 15:29:27 UTC (rev 8656)
@@ -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/trailblazer/client/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"/>
@@ -45,6 +46,7 @@
 	<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/xercesImpl-2.7.1.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"/>
@@ -55,5 +57,7 @@
 	<classpathentry kind="lib" path="product/lib/ext/jms/activemq/activemq-core-4.1.0-incubator.jar"/>
 	<classpathentry kind="lib" path="product/lib/ext/jms/activemq/backport-util-concurrent-2.1.jar"/>
 	<classpathentry kind="lib" path="product/build/schema-model/classes"/>
+	<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="output" path="bin"/>
 </classpath>




More information about the jboss-svn-commits mailing list