Author: thomas.diesler(a)jboss.com
Date: 2006-12-07 08:41:52 -0500 (Thu, 07 Dec 2006)
New Revision: 1607
Modified:
branches/jbossws-1.0/.classpath
Log:
exclude duplicate bpel sources
Modified: branches/jbossws-1.0/.classpath
===================================================================
--- branches/jbossws-1.0/.classpath 2006-12-07 13:30:48 UTC (rev 1606)
+++ branches/jbossws-1.0/.classpath 2006-12-07 13:41:52 UTC (rev 1607)
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="src" path="src/test/java"/>
+ <classpathentry excluding="org/jboss/test/ws/jaxrpc/samples/wsbpel/"
kind="src" path="output/tests/wstools/java"/>
+ <classpathentry excluding="org/jboss/test/ws/interop/" kind="src"
path="src/test/java"/>
<classpathentry kind="lib" path="thirdparty/activation.jar"/>
<classpathentry kind="lib" path="thirdparty/mailapi.jar"/>
<classpathentry kind="lib" path="thirdparty/qdox.jar"/>