[jboss-cvs] JBossAS SVN: r73355 - in trunk: server and 2 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue May 13 11:42:07 EDT 2008
Author: scott.stark at jboss.org
Date: 2008-05-13 11:42:07 -0400 (Tue, 13 May 2008)
New Revision: 73355
Modified:
trunk/ejb3/.classpath
trunk/server/.classpath
trunk/testsuite/.classpath
trunk/webservices/.classpath
Log:
Update for org/jboss/ws/lib/jbossws-spi.jar
Modified: trunk/ejb3/.classpath
===================================================================
--- trunk/ejb3/.classpath 2008-05-13 15:03:53 UTC (rev 73354)
+++ trunk/ejb3/.classpath 2008-05-13 15:42:07 UTC (rev 73355)
@@ -19,5 +19,6 @@
<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar" sourcepath="/thirdparty/jboss/test/lib/jboss-test-src.zip"/>
<classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate3.jar"/>
<classpathentry kind="lib" path="/thirdparty/org/jboss/ejb3/lib/jboss-ejb3-async.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/org/jboss/ws/lib/jbossws-spi.jar"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
Modified: trunk/server/.classpath
===================================================================
--- trunk/server/.classpath 2008-05-13 15:03:53 UTC (rev 73354)
+++ trunk/server/.classpath 2008-05-13 15:42:07 UTC (rev 73355)
@@ -11,10 +11,10 @@
<classpathentry exported="true" kind="lib" path="/thirdparty/hibernate-entitymanager/lib/ejb3-persistence.jar"/>
<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxrpc.jar"/>
<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-saaj.jar"/>
- <classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jbossws-spi/lib/jbossws-spi.jar"/>
<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/metadata/lib/jboss-metadata.jar" sourcepath="/thirdparty/jboss/metadata/lib/jboss-metadata-sources.jar">
<accessrule kind="discouraged" pattern="org/jboss/ejb3/**"/> <accessrule kind="discouraged" pattern="org/jboss/metamodel/**"/> </classpathentry>
<classpathentry exported="true" kind="lib" path="/thirdparty/sun-jaxb/lib/jaxb-api.jar"/>
<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jnpserver/lib/jnpserver.jar" sourcepath="/thirdparty/jboss/jnpserver/lib/jnpserver-sources.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/org/jboss/ws/lib/jbossws-spi.jar"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
Modified: trunk/testsuite/.classpath
===================================================================
--- trunk/testsuite/.classpath 2008-05-13 15:03:53 UTC (rev 73354)
+++ trunk/testsuite/.classpath 2008-05-13 15:42:07 UTC (rev 73355)
@@ -37,6 +37,6 @@
<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-remoting-aspects.jar"/>
<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-security-aspects.jar"/>
<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-transaction-aspects.jar"/>
- <classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate-core.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate3.jar"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
Modified: trunk/webservices/.classpath
===================================================================
--- trunk/webservices/.classpath 2008-05-13 15:03:53 UTC (rev 73354)
+++ trunk/webservices/.classpath 2008-05-13 15:42:07 UTC (rev 73355)
@@ -7,5 +7,6 @@
<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jbossws-common/lib/jbossws-common.jar" sourcepath="/thirdparty/jboss/jbossws-common/lib/jbossws-common-src.zip"/>
<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jbossws-framework/lib/jbossws-framework.jar" sourcepath="/thirdparty/jboss/jbossws-framework/lib/jbossws-framework-src.zip"/>
<classpathentry kind="lib" path="/thirdparty/jboss/jboss-deployers/lib/jboss-deployers-client.jar" sourcepath="/thirdparty/jboss/jboss-deployers/lib/jboss-deployers-client-sources.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/org/jboss/ws/lib/jbossws-spi.jar"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
More information about the jboss-cvs-commits
mailing list