On Jan 30, 2009, at 8:00 AM, [email protected] wrote:
Author: antelder
Date: Fri Jan 30 13:00:18 2009
New Revision: 739265
URL: http://svn.apache.org/viewvc?rev=739265&view=rev
Log:
Move webservices out of the distribution build till the axis2
binding is going
Modified:
tuscany/java/sca/distribution/pom.xml
Modified: tuscany/java/sca/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/distribution/pom.xml?rev=739265&r1=739264&r2=739265&view=diff
=
=
=
=
=
=
=
=
======================================================================
--- tuscany/java/sca/distribution/pom.xml (original)
+++ tuscany/java/sca/distribution/pom.xml Fri Jan 30 13:00:18 2009
@@ -36,8 +36,8 @@
<module>core</module>
<module>ejava</module>
<module>host-webapp</module>
- <module>webservice</module>
<!--
+ <module>webservice</module>
<module>manager</module>
<module>process</module>
<module>repository</module>
Not sure why this was needed (or rather why webservice was removed).
However, it breaks the build. There are multiple dependencies on
tuscany-distribution-webservice which will cause a build to fail due
to the missing artifact.
--kevan