Author: thomas.diesler(a)jboss.com
Date: 2007-08-02 08:38:10 -0400 (Thu, 02 Aug 2007)
New Revision: 4094
Modified:
trunk/integration/jboss40/.classpath
trunk/integration/jboss42/.classpath
trunk/integration/jboss50/.classpath
trunk/integration/native/.classpath
trunk/integration/spi/.classpath
trunk/integration/sunri/.classpath
trunk/integration/xfire/.classpath
trunk/jbossws-core/.classpath
trunk/jbossws-core/ant-import-tests/build-testsuite.xml
trunk/testsuite/.classpath
Log:
Fix eclipse classpath
Modified: trunk/integration/jboss40/.classpath
===================================================================
--- trunk/integration/jboss40/.classpath 2007-08-02 11:15:49 UTC (rev 4093)
+++ trunk/integration/jboss40/.classpath 2007-08-02 12:38:10 UTC (rev 4094)
@@ -12,5 +12,6 @@
<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 kind="output" path="output/eclipse"/>
</classpath>
Modified: trunk/integration/jboss42/.classpath
===================================================================
--- trunk/integration/jboss42/.classpath 2007-08-02 11:15:49 UTC (rev 4093)
+++ trunk/integration/jboss42/.classpath 2007-08-02 12:38:10 UTC (rev 4094)
@@ -10,5 +10,6 @@
<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="output" path="output/eclipse"/>
</classpath>
Modified: trunk/integration/jboss50/.classpath
===================================================================
--- trunk/integration/jboss50/.classpath 2007-08-02 11:15:49 UTC (rev 4093)
+++ trunk/integration/jboss50/.classpath 2007-08-02 12:38:10 UTC (rev 4094)
@@ -10,5 +10,6 @@
<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="output" path="output/eclipse"/>
</classpath>
Modified: trunk/integration/native/.classpath
===================================================================
--- trunk/integration/native/.classpath 2007-08-02 11:15:49 UTC (rev 4093)
+++ trunk/integration/native/.classpath 2007-08-02 12:38:10 UTC (rev 4094)
@@ -10,5 +10,6 @@
<classpathentry kind="lib"
path="/integration-framework/thirdparty/activation.jar"/>
<classpathentry kind="lib"
path="/integration-framework/thirdparty/dom4j.jar"/>
<classpathentry kind="lib"
path="/integration-framework/thirdparty/jboss-common-core.jar"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/common"/>
<classpathentry kind="output" path="output/eclipse"/>
</classpath>
Modified: trunk/integration/spi/.classpath
===================================================================
--- trunk/integration/spi/.classpath 2007-08-02 11:15:49 UTC (rev 4093)
+++ trunk/integration/spi/.classpath 2007-08-02 12:38:10 UTC (rev 4094)
@@ -24,5 +24,6 @@
<classpathentry kind="lib" path="thirdparty/saaj-api.jar"/>
<classpathentry kind="lib" path="thirdparty/jaxb-api.jar"/>
<classpathentry combineaccessrules="false" kind="src"
path="/spi"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/common"/>
<classpathentry kind="output" path="output/eclipse"/>
</classpath>
Modified: trunk/integration/sunri/.classpath
===================================================================
--- trunk/integration/sunri/.classpath 2007-08-02 11:15:49 UTC (rev 4093)
+++ trunk/integration/sunri/.classpath 2007-08-02 12:38:10 UTC (rev 4094)
@@ -25,5 +25,6 @@
<classpathentry combineaccessrules="false" kind="src"
path="/integration-framework"/>
<classpathentry kind="lib"
path="/integration-framework/thirdparty/dom4j.jar"/>
<classpathentry kind="lib"
path="/integration-framework/thirdparty/jboss-common-core.jar"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/common"/>
<classpathentry kind="output" path="output/eclipse"/>
</classpath>
Modified: trunk/integration/xfire/.classpath
===================================================================
--- trunk/integration/xfire/.classpath 2007-08-02 11:15:49 UTC (rev 4093)
+++ trunk/integration/xfire/.classpath 2007-08-02 12:38:10 UTC (rev 4094)
@@ -20,5 +20,6 @@
<classpathentry combineaccessrules="false" kind="src"
path="/integration-framework"/>
<classpathentry kind="lib"
path="/integration-framework/thirdparty/dom4j.jar"/>
<classpathentry kind="lib"
path="/integration-framework/thirdparty/jboss-common-core.jar"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/common"/>
<classpathentry kind="output" path="output/eclipse"/>
</classpath>
Modified: trunk/jbossws-core/.classpath
===================================================================
--- trunk/jbossws-core/.classpath 2007-08-02 11:15:49 UTC (rev 4093)
+++ trunk/jbossws-core/.classpath 2007-08-02 12:38:10 UTC (rev 4094)
@@ -38,5 +38,6 @@
<classpathentry combineaccessrules="false" kind="src"
path="/spi"/>
<classpathentry combineaccessrules="false" kind="src"
path="/integration-framework"/>
<classpathentry kind="lib"
path="/integration-framework/thirdparty/junit.jar"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/common"/>
<classpathentry kind="output" path="output/eclipse"/>
</classpath>
Modified: trunk/jbossws-core/ant-import-tests/build-testsuite.xml
===================================================================
--- trunk/jbossws-core/ant-import-tests/build-testsuite.xml 2007-08-02 11:15:49 UTC (rev
4093)
+++ trunk/jbossws-core/ant-import-tests/build-testsuite.xml 2007-08-02 12:38:10 UTC (rev
4094)
@@ -29,6 +29,8 @@
<path id="ws.stack.classpath">
<pathelement
location="${framework.dir}/output/lib/jbossws-framework.jar"/>
+ <pathelement
location="${framework.dir}/thirdparty/jbossws-common.jar"/>
+ <pathelement location="${framework.dir}/thirdparty/jbossws-spi.jar"/>
<pathelement location="${core.dir}/output/lib/jboss-jaxrpc.jar"/>
<pathelement location="${core.dir}/output/lib/jboss-jaxws.jar"/>
<pathelement location="${core.dir}/output/lib/jboss-saaj.jar"/>
Modified: trunk/testsuite/.classpath
===================================================================
--- trunk/testsuite/.classpath 2007-08-02 11:15:49 UTC (rev 4093)
+++ trunk/testsuite/.classpath 2007-08-02 12:38:10 UTC (rev 4094)
@@ -14,5 +14,6 @@
<classpathentry kind="lib"
path="/integration-framework/thirdparty/saaj-api.jar"/>
<classpathentry kind="lib"
path="/integration-framework/thirdparty/wsdl4j.jar"/>
<classpathentry kind="lib"
path="/integration-framework/thirdparty/junit.jar"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/common"/>
<classpathentry kind="output" path="output/eclipse"/>
</classpath>
Show replies by date