Author: thomas.diesler(a)jboss.com
Date: 2007-01-06 02:31:41 -0500 (Sat, 06 Jan 2007)
New Revision: 1840
Modified:
trunk/jbossws-core/.classpath
trunk/jbossws-core/src/main/resources/samples/common/build-thirdparty.xml
Log:
Update eclipse project classpaths
Modified: trunk/jbossws-core/.classpath
===================================================================
--- trunk/jbossws-core/.classpath 2007-01-06 07:31:34 UTC (rev 1839)
+++ trunk/jbossws-core/.classpath 2007-01-06 07:31:41 UTC (rev 1840)
@@ -2,40 +2,33 @@
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<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="/build"/>
- <classpathentry kind="lib"
path="/build/thirdparty/activation.jar"/>
<classpathentry kind="lib" path="/build/thirdparty/ant.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/activation.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/commons-logging.jar"/>
<classpathentry kind="lib"
path="/build/thirdparty/concurrent.jar"/>
- <classpathentry kind="lib"
path="/build/thirdparty/hibernate3.jar"/>
<classpathentry kind="lib"
path="/build/thirdparty/javassist.jar"/>
<classpathentry kind="lib"
path="/build/thirdparty/jaxb-api.jar"/>
<classpathentry kind="lib"
path="/build/thirdparty/jaxb-impl.jar"/>
- <classpathentry kind="lib"
path="/build/thirdparty/jaxb-xjc.jar"/>
<classpathentry kind="lib"
path="/build/thirdparty/jboss-common-core.jar"/>
<classpathentry kind="lib"
path="/build/thirdparty/jboss-container.jar"/>
- <classpathentry kind="lib"
path="/build/thirdparty/jboss-dependency.jar"/>
- <classpathentry kind="lib"
path="/build/thirdparty/jboss-deployers.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jboss-j2ee.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jboss-logging-log4j.jar"/>
<classpathentry kind="lib"
path="/build/thirdparty/jboss-logging-spi.jar"/>
- <classpathentry kind="lib"
path="/build/thirdparty/jboss-microcontainer.jar"/>
<classpathentry kind="lib"
path="/build/thirdparty/jboss-remoting.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jboss-security-spi.jar"/>
<classpathentry kind="lib"
path="/build/thirdparty/jboss-xml-binding.jar"/>
- <classpathentry kind="lib"
path="/build/thirdparty/junit.jar"/>
- <classpathentry kind="lib"
path="/build/thirdparty/log4j.jar"/>
<classpathentry kind="lib"
path="/build/thirdparty/mailapi.jar"/>
- <classpathentry kind="lib"
path="/build/thirdparty/policy-1.0.jar"/>
- <classpathentry kind="lib"
path="/build/thirdparty/qdox.jar"/>
- <classpathentry kind="lib"
path="/build/thirdparty/resolver.jar"/>
- <classpathentry kind="lib"
path="/build/thirdparty/serializer.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/wsdl4j.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/xmlsec.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/ejb3.deployer/jboss-annotations-ejb3.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/ejb3.deployer/jboss-ejb3x.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jaxb-xjc.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jboss-dependency.jar"/>
+ <classpathentry kind="lib"
path="/build/thirdparty/jboss-microcontainer.jar"/>
<classpathentry kind="lib"
path="/build/thirdparty/servlet-api.jar"/>
<classpathentry kind="lib"
path="/build/thirdparty/stax-api-1.0.jar"/>
- <classpathentry kind="lib"
path="/build/thirdparty/wsdl4j.jar"/>
<classpathentry kind="lib"
path="/build/thirdparty/wstx-lgpl-2.0.6.jar"/>
<classpathentry kind="lib"
path="/build/thirdparty/xalan.jar"/>
<classpathentry kind="lib"
path="/build/thirdparty/xercesImpl.jar"/>
- <classpathentry kind="lib"
path="/build/thirdparty/xml-apis.jar"/>
- <classpathentry kind="lib"
path="/build/thirdparty/xmlsec.jar"/>
- <classpathentry kind="lib"
path="/build/thirdparty/xmlunit1.0.jar"/>
- <classpathentry kind="lib"
path="/build/thirdparty/jboss-vfs.jar"/>
<classpathentry kind="output" path="output-eclipse"/>
</classpath>
Modified: trunk/jbossws-core/src/main/resources/samples/common/build-thirdparty.xml
===================================================================
--- trunk/jbossws-core/src/main/resources/samples/common/build-thirdparty.xml 2007-01-06
07:31:34 UTC (rev 1839)
+++ trunk/jbossws-core/src/main/resources/samples/common/build-thirdparty.xml 2007-01-06
07:31:41 UTC (rev 1840)
@@ -43,7 +43,6 @@
<get src="${jboss.repository}/sun-jaxb/${sun-jaxb}/lib/jaxb-api.jar"
dest="${thirdparty.dir}/jaxb-api.jar" usetimestamp="true"
verbose="true"/>
<get src="${jboss.repository}/sun-jaxb/${sun-jaxb}/lib/jaxb-impl.jar"
dest="${thirdparty.dir}/jaxb-impl.jar" usetimestamp="true"
verbose="true"/>
<get
src="${jboss.repository}/sun-javamail/${sun-javamail}/lib/mailapi.jar"
dest="${thirdparty.dir}/mailapi.jar" usetimestamp="true"
verbose="true"/>
- <get src="${jboss.repository}/sun-javamail/${sun-javamail}/lib/mail.jar"
dest="${thirdparty.dir}/mail.jar" usetimestamp="true"
verbose="true"/>
<get
src="${jboss.repository}/sun-servlet/${sun-servlet}/lib/servlet-api.jar"
dest="${thirdparty.dir}/servlet-api.jar" usetimestamp="true"
verbose="true"/>
<unzip dest="${thirdparty.dir}"
src="${thirdparty.dir}/ejb3.deployer.zip"/>
</target>
@@ -68,7 +67,6 @@
<pathelement location="${thirdparty.dir}/jboss-xml-binding.jar"/>
<pathelement location="${thirdparty.dir}/log4j.jar"/>
<pathelement location="${thirdparty.dir}/mailapi.jar"/>
- <pathelement location="${thirdparty.dir}/mail.jar"/>
<pathelement location="${thirdparty.dir}/wsdl4j.jar"/>
<pathelement location="${thirdparty.dir}/xmlsec.jar"/>
Show replies by date