Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 04:29:27 -0400 (Fri, 03 Aug 2007)
New Revision: 4134
Modified:
trunk/integration/sunri/.classpath
trunk/integration/sunri/ant-import/build-testsuite.xml
trunk/integration/sunri/ant-import/build-thirdparty.xml
trunk/integration/sunri/src/main/etc/bin-dist-build.xml
trunk/integration/xfire/.classpath
trunk/integration/xfire/ant-import/build-testsuite.xml
trunk/integration/xfire/ant-import/build-thirdparty.xml
trunk/integration/xfire/src/main/etc/bin-dist-build.xml
trunk/jbossws-core/.classpath
trunk/jbossws-core/ant-import-tests/build-testsuite.xml
trunk/jbossws-core/ant-import/build-testsuite.xml
trunk/jbossws-core/ant-import/build-thirdparty.xml
trunk/testsuite/.classpath
Log:
Remove dependency on jbossws-framework.jar
Modified: trunk/integration/sunri/.classpath
===================================================================
--- trunk/integration/sunri/.classpath 2007-08-03 07:44:53 UTC (rev 4133)
+++ trunk/integration/sunri/.classpath 2007-08-03 08:29:27 UTC (rev 4134)
@@ -21,9 +21,6 @@
<classpathentry kind="lib"
path="thirdparty/streambuffer.jar"/>
<classpathentry kind="lib"
path="thirdparty/servlet-api.jar"/>
<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/jboss-common-core.jar"/>
<classpathentry combineaccessrules="false" kind="src"
path="/common"/>
<classpathentry kind="output" path="output/eclipse"/>
</classpath>
Modified: trunk/integration/sunri/ant-import/build-testsuite.xml
===================================================================
--- trunk/integration/sunri/ant-import/build-testsuite.xml 2007-08-03 07:44:53 UTC (rev
4133)
+++ trunk/integration/sunri/ant-import/build-testsuite.xml 2007-08-03 08:29:27 UTC (rev
4134)
@@ -28,7 +28,6 @@
<path id="ws.stack.classpath">
<pathelement
location="${int.sunri.dir}/thirdparty/jbossws-common.jar"/>
- <pathelement
location="${int.sunri.dir}/thirdparty/jbossws-framework.jar"/>
<pathelement
location="${int.sunri.dir}/thirdparty/jbossws-spi.jar"/>
<pathelement
location="${int.sunri.dir}/thirdparty/FastInfoset.jar"/>
<pathelement location="${int.sunri.dir}/thirdparty/http.jar"/>
Modified: trunk/integration/sunri/ant-import/build-thirdparty.xml
===================================================================
--- trunk/integration/sunri/ant-import/build-thirdparty.xml 2007-08-03 07:44:53 UTC (rev
4133)
+++ trunk/integration/sunri/ant-import/build-thirdparty.xml 2007-08-03 08:29:27 UTC (rev
4134)
@@ -84,8 +84,8 @@
<!-- The compile classpath for jboss50 integration -->
<path id="sunri.integration.classpath">
+ <!-- A stack MUST NOT have a compile time dependency on jbossws-framework.jar
-->
<pathelement location="${thirdparty.dir}/jbossws-common.jar"/>
- <pathelement location="${thirdparty.dir}/jbossws-framework.jar"/>
<pathelement location="${thirdparty.dir}/jbossws-spi.jar"/>
<pathelement location="${thirdparty.dir}/dom4j.jar"/>
Modified: trunk/integration/sunri/src/main/etc/bin-dist-build.xml
===================================================================
--- trunk/integration/sunri/src/main/etc/bin-dist-build.xml 2007-08-03 07:44:53 UTC (rev
4133)
+++ trunk/integration/sunri/src/main/etc/bin-dist-build.xml 2007-08-03 08:29:27 UTC (rev
4134)
@@ -78,7 +78,6 @@
<target name="tests-init" depends="prepare,tests-classpath">
<path id="ws.stack.classpath">
- <pathelement location="${lib.dir}/jbossws-framework.jar"/>
<pathelement location="${lib.dir}/jbossws-spi.jar"/>
<pathelement location="${thirdparty.dir}/FastInfoset.jar"/>
<pathelement location="${thirdparty.dir}/http.jar"/>
Modified: trunk/integration/xfire/.classpath
===================================================================
--- trunk/integration/xfire/.classpath 2007-08-03 07:44:53 UTC (rev 4133)
+++ trunk/integration/xfire/.classpath 2007-08-03 08:29:27 UTC (rev 4134)
@@ -16,8 +16,6 @@
<classpathentry kind="lib"
path="thirdparty/spring-core.jar"/>
<classpathentry kind="lib" path="thirdparty/spring-web.jar"/>
<classpathentry combineaccessrules="false" kind="src"
path="/spi"/>
- <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/ant-import/build-testsuite.xml
===================================================================
--- trunk/integration/xfire/ant-import/build-testsuite.xml 2007-08-03 07:44:53 UTC (rev
4133)
+++ trunk/integration/xfire/ant-import/build-testsuite.xml 2007-08-03 08:29:27 UTC (rev
4134)
@@ -28,7 +28,6 @@
<path id="ws.stack.classpath">
<pathelement
location="${int.xfire.dir}/thirdparty/jbossws-common.jar"/>
- <pathelement
location="${int.xfire.dir}/thirdparty/jbossws-framework.jar"/>
<pathelement
location="${int.xfire.dir}/thirdparty/jbossws-spi.jar"/>
<pathelement
location="${int.xfire.dir}/thirdparty/cxf-incubator.jar"/>
<pathelement
location="${int.xfire.dir}/thirdparty/geronimo-javamail.jar"/>
Modified: trunk/integration/xfire/ant-import/build-thirdparty.xml
===================================================================
--- trunk/integration/xfire/ant-import/build-thirdparty.xml 2007-08-03 07:44:53 UTC (rev
4133)
+++ trunk/integration/xfire/ant-import/build-thirdparty.xml 2007-08-03 08:29:27 UTC (rev
4134)
@@ -84,8 +84,8 @@
<target name="thirdparty-classpath"
depends="thirdparty-init">
<path id="xfire.integration.classpath">
+ <!-- A stack MUST NOT have a compile time dependency on jbossws-framework.jar
-->
<pathelement location="${thirdparty.dir}/jbossws-common.jar"/>
- <pathelement location="${thirdparty.dir}/jbossws-framework.jar"/>
<pathelement location="${thirdparty.dir}/jbossws-spi.jar"/>
<pathelement location="${thirdparty.dir}/cxf-incubator.jar"/>
Modified: trunk/integration/xfire/src/main/etc/bin-dist-build.xml
===================================================================
--- trunk/integration/xfire/src/main/etc/bin-dist-build.xml 2007-08-03 07:44:53 UTC (rev
4133)
+++ trunk/integration/xfire/src/main/etc/bin-dist-build.xml 2007-08-03 08:29:27 UTC (rev
4134)
@@ -79,7 +79,6 @@
<target name="tests-init" depends="prepare,tests-classpath">
<path id="ws.stack.classpath">
- <pathelement location="${lib.dir}/jbossws-framework.jar"/>
<pathelement location="${lib.dir}/jbossws-spi.jar"/>
<pathelement location="${lib.dir}/cxf-incubator.jar"/>
<pathelement location="${lib.dir}/geronimo-javamail.jar"/>
Modified: trunk/jbossws-core/.classpath
===================================================================
--- trunk/jbossws-core/.classpath 2007-08-03 07:44:53 UTC (rev 4133)
+++ trunk/jbossws-core/.classpath 2007-08-03 08:29:27 UTC (rev 4134)
@@ -36,8 +36,6 @@
<classpathentry kind="lib" path="thirdparty/jaxws-rt.jar"/>
<classpathentry kind="lib" path="thirdparty/concurrent.jar"/>
<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/build-testsuite.xml
===================================================================
--- trunk/jbossws-core/ant-import/build-testsuite.xml 2007-08-03 07:44:53 UTC (rev 4133)
+++ trunk/jbossws-core/ant-import/build-testsuite.xml 2007-08-03 08:29:27 UTC (rev 4134)
@@ -28,7 +28,6 @@
<path id="ws.stack.classpath">
<pathelement
location="${core.dir}/thirdparty/jbossws-common.jar"/>
- <pathelement
location="${core.dir}/thirdparty/jbossws-framework.jar"/>
<pathelement location="${core.dir}/thirdparty/jbossws-spi.jar"/>
<pathelement location="${core.dir}/output/lib/jboss-jaxrpc.jar"/>
<pathelement location="${core.dir}/output/lib/jboss-jaxws.jar"/>
Modified: trunk/jbossws-core/ant-import/build-thirdparty.xml
===================================================================
--- trunk/jbossws-core/ant-import/build-thirdparty.xml 2007-08-03 07:44:53 UTC (rev 4133)
+++ trunk/jbossws-core/ant-import/build-thirdparty.xml 2007-08-03 08:29:27 UTC (rev 4134)
@@ -126,8 +126,8 @@
<!-- The compile classpath for jbossws core -->
<path id="thirdparty.classpath">
+ <!-- A stack MUST NOT have a compile time dependency on jbossws-framework.jar
-->
<pathelement location="${thirdparty.dir}/jbossws-common.jar"/>
- <pathelement
location="${thirdparty.dir}/jbossws-framework.jar"/>
<pathelement location="${thirdparty.dir}/jbossws-spi.jar"/>
<pathelement
location="${thirdparty.dir}/ejb3.deployer/jboss-annotations-ejb3.jar"/>
Modified: trunk/jbossws-core/ant-import-tests/build-testsuite.xml
===================================================================
--- trunk/jbossws-core/ant-import-tests/build-testsuite.xml 2007-08-03 07:44:53 UTC (rev
4133)
+++ trunk/jbossws-core/ant-import-tests/build-testsuite.xml 2007-08-03 08:29:27 UTC (rev
4134)
@@ -29,7 +29,6 @@
<path id="ws.stack.classpath">
<pathelement location="${core.dir}/thirdparty/jbossws-common.jar"/>
- <pathelement
location="${core.dir}/thirdparty/jbossws-framework.jar"/>
<pathelement location="${core.dir}/thirdparty/jbossws-spi.jar"/>
<pathelement location="${core.dir}/output/lib/jboss-jaxrpc.jar"/>
<pathelement location="${core.dir}/output/lib/jboss-jaxws.jar"/>
Modified: trunk/testsuite/.classpath
===================================================================
--- trunk/testsuite/.classpath 2007-08-03 07:44:53 UTC (rev 4133)
+++ trunk/testsuite/.classpath 2007-08-03 08:29:27 UTC (rev 4134)
@@ -4,7 +4,6 @@
<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/activation.jar"/>
<classpathentry kind="lib"
path="/integration-framework/thirdparty/dom4j.jar"/>
<classpathentry kind="lib"
path="/integration-framework/thirdparty/jaxb-api.jar"/>