Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 01:47:11 -0400 (Fri, 03 Aug 2007)
New Revision: 4130
Modified:
container/jboss40/trunk/.classpath
container/jboss42/trunk/.classpath
container/jboss50/trunk/.classpath
Log:
Fix eclipse classpath
Modified: container/jboss40/trunk/.classpath
===================================================================
--- container/jboss40/trunk/.classpath 2007-08-03 05:11:33 UTC (rev 4129)
+++ container/jboss40/trunk/.classpath 2007-08-03 05:47:11 UTC (rev 4130)
@@ -5,12 +5,13 @@
<classpathentry kind="con"
path="org.eclipse.jdt.USER_LIBRARY/jboss-4.0.x"/>
<classpathentry combineaccessrules="false" kind="src"
path="/jbossws-core"/>
<classpathentry combineaccessrules="false" kind="src"
path="/spi"/>
- <classpathentry kind="lib"
path="/integration-framework/thirdparty/dom4j.jar"/>
- <classpathentry kind="lib"
path="/integration-framework/thirdparty/jaxrpc-api.jar"/>
- <classpathentry kind="lib"
path="/integration-framework/thirdparty/jaxws-api.jar"/>
- <classpathentry kind="lib"
path="/integration-framework/thirdparty/jsr181-api.jar"/>
- <classpathentry kind="lib"
path="/integration-framework/thirdparty/saaj-api.jar"/>
<classpathentry combineaccessrules="false" kind="src"
path="/common"/>
<classpathentry combineaccessrules="false" kind="src"
path="/container-jboss42"/>
+ <classpathentry kind="lib" path="thirdparty/jaxrpc-api.jar"/>
+ <classpathentry kind="lib" path="thirdparty/jaxws-api.jar"/>
+ <classpathentry kind="lib"
path="thirdparty/jbossws-common.jar"/>
+ <classpathentry kind="lib"
path="thirdparty/jbossws-spi.jar"/>
+ <classpathentry kind="lib" path="thirdparty/jsr181-api.jar"/>
+ <classpathentry kind="lib" path="thirdparty/saaj-api.jar"/>
<classpathentry kind="output" path="output/eclipse"/>
</classpath>
Modified: container/jboss42/trunk/.classpath
===================================================================
--- container/jboss42/trunk/.classpath 2007-08-03 05:11:33 UTC (rev 4129)
+++ container/jboss42/trunk/.classpath 2007-08-03 05:47:11 UTC (rev 4130)
@@ -4,11 +4,12 @@
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con"
path="org.eclipse.jdt.USER_LIBRARY/jboss-4.2.x"/>
<classpathentry combineaccessrules="false" kind="src"
path="/spi"/>
- <classpathentry kind="lib"
path="/integration-framework/thirdparty/dom4j.jar"/>
- <classpathentry kind="lib"
path="/integration-framework/thirdparty/jaxws-api.jar"/>
- <classpathentry kind="lib"
path="/integration-framework/thirdparty/jsr181-api.jar"/>
- <classpathentry kind="lib"
path="/integration-framework/thirdparty/saaj-api.jar"/>
- <classpathentry kind="lib"
path="/integration-framework/thirdparty/jaxrpc-api.jar"/>
<classpathentry combineaccessrules="false" kind="src"
path="/common"/>
+ <classpathentry kind="lib" path="thirdparty/jaxrpc-api.jar"/>
+ <classpathentry kind="lib" path="thirdparty/jaxws-api.jar"/>
+ <classpathentry kind="lib"
path="thirdparty/jbossws-common.jar"/>
+ <classpathentry kind="lib"
path="thirdparty/jbossws-spi.jar"/>
+ <classpathentry kind="lib" path="thirdparty/jsr181-api.jar"/>
+ <classpathentry kind="lib" path="thirdparty/saaj-api.jar"/>
<classpathentry kind="output" path="output/eclipse"/>
</classpath>
Modified: container/jboss50/trunk/.classpath
===================================================================
--- container/jboss50/trunk/.classpath 2007-08-03 05:11:33 UTC (rev 4129)
+++ container/jboss50/trunk/.classpath 2007-08-03 05:47:11 UTC (rev 4130)
@@ -4,12 +4,12 @@
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con"
path="org.eclipse.jdt.USER_LIBRARY/jboss-5.0.x"/>
<classpathentry combineaccessrules="false" kind="src"
path="/spi"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/integration-framework"/>
- <classpathentry kind="lib"
path="/integration-framework/thirdparty/dom4j.jar"/>
- <classpathentry kind="lib"
path="/integration-framework/thirdparty/jaxws-api.jar"/>
- <classpathentry kind="lib"
path="/integration-framework/thirdparty/jsr181-api.jar"/>
- <classpathentry kind="lib"
path="/integration-framework/thirdparty/saaj-api.jar"/>
- <classpathentry kind="lib"
path="/integration-framework/thirdparty/jaxrpc-api.jar"/>
<classpathentry combineaccessrules="false" kind="src"
path="/common"/>
+ <classpathentry kind="lib" path="thirdparty/jaxrpc-api.jar"/>
+ <classpathentry kind="lib" path="thirdparty/jaxws-api.jar"/>
+ <classpathentry kind="lib"
path="thirdparty/jbossws-common.jar"/>
+ <classpathentry kind="lib"
path="thirdparty/jbossws-spi.jar"/>
+ <classpathentry kind="lib" path="thirdparty/jsr181-api.jar"/>
+ <classpathentry kind="lib" path="thirdparty/saaj-api.jar"/>
<classpathentry kind="output" path="output/eclipse"/>
</classpath>