[jboss-svn-commits] JBL Code SVN: r12229 - labs/jbossesb/trunk/IDE/JBossIDE.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed May 30 05:48:18 EDT 2007
Author: beve
Date: 2007-05-30 05:48:18 -0400 (Wed, 30 May 2007)
New Revision: 12229
Modified:
labs/jbossesb/trunk/IDE/JBossIDE/core_src_plus_tests.classpath
Log:
Changed the order of folders so that src folder come before the test folders.
Modified: labs/jbossesb/trunk/IDE/JBossIDE/core_src_plus_tests.classpath
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/core_src_plus_tests.classpath 2007-05-30 09:45:41 UTC (rev 12228)
+++ labs/jbossesb/trunk/IDE/JBossIDE/core_src_plus_tests.classpath 2007-05-30 09:48:18 UTC (rev 12229)
@@ -14,12 +14,12 @@
<classpathentry excluding="**/.svn/" kind="src" path="core/services/tests/src"/>
<classpathentry excluding="**/.svn/" kind="src" path="services/jbpm/src/main/java"/>
<classpathentry excluding="**/.svn/" kind="src" path="services/jbpm/src/test/java"/>
+ <classpathentry excluding="**/.svn/" kind="src" path="services/jbrules/src/main/java"/>
<classpathentry excluding="**/.svn/" kind="src" path="services/jbrules/src/test/java"/>
- <classpathentry excluding="**/.svn/" kind="src" path="services/jbrules/src/main/java"/>
+ <classpathentry excluding="**/.svn/" kind="src" path="services/soapui-client/src/main/java"/>
<classpathentry excluding="**/.svn/" kind="src" path="services/soapui-client/src/test/java"/>
- <classpathentry excluding="**/.svn/" kind="src" path="services/soapui-client/src/main/java"/>
+ <classpathentry excluding="**/.svn/" kind="src" path="tools/console/src"/>
<classpathentry excluding="**/.svn/" kind="src" path="tools/console/test"/>
- <classpathentry excluding="**/.svn/" kind="src" path="tools/console/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/ext/activation.jar"/>
<classpathentry kind="lib" path="lib/ext/antlr-2.7.6.jar"/>
More information about the jboss-svn-commits
mailing list