[jboss-svn-commits] JBL Code SVN: r8726 - labs/jbossesb/trunk/IDE/JBossIDE
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Jan 5 15:32:48 EST 2007
Author: kurt.stam at jboss.com
Date: 2007-01-05 15:32:47 -0500 (Fri, 05 Jan 2007)
New Revision: 8726
Modified:
labs/jbossesb/trunk/IDE/JBossIDE/.classpath
Log:
moving the xerces jar up or else the validation fails.
Modified: labs/jbossesb/trunk/IDE/JBossIDE/.classpath
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/.classpath 2007-01-05 20:24:43 UTC (rev 8725)
+++ labs/jbossesb/trunk/IDE/JBossIDE/.classpath 2007-01-05 20:32:47 UTC (rev 8726)
@@ -15,6 +15,7 @@
<classpathentry kind="src" path="product/samples/trailblazer/banks/src"/>
<classpathentry kind="src" path="product/samples/trailblazer/client/src"/>
<classpathentry kind="src" path="product/samples/trailblazer/loanbroker/src"/>
+ <classpathentry kind="lib" path="product/lib/ext/xercesImpl-2.7.1.jar"/>
<classpathentry kind="lib" path="product/lib/ext/activation.jar"/>
<classpathentry kind="lib" path="product/lib/ext/commons-logging.jar"/>
<classpathentry kind="lib" path="product/lib/ext/emma_ant.jar"/>
@@ -46,7 +47,6 @@
<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"/>
More information about the jboss-svn-commits
mailing list