Author: edwardsmj
Date: Thu Dec 11 06:30:44 2008
New Revision: 725698

URL: http://svn.apache.org/viewvc?rev=725698&view=rev
Log:
Additions to POM and Manifest for XSD-XML to enable compilation

Modified:
    tuscany/java/sca/modules/binding-ws-axis2/META-INF/MANIFEST.MF
    tuscany/java/sca/modules/binding-ws-axis2/pom.xml

Modified: tuscany/java/sca/modules/binding-ws-axis2/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-ws-axis2/META-INF/MANIFEST.MF?rev=725698&r1=725697&r2=725698&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-ws-axis2/META-INF/MANIFEST.MF (original)
+++ tuscany/java/sca/modules/binding-ws-axis2/META-INF/MANIFEST.MF Thu Dec 11 
06:30:44 2008
@@ -104,6 +104,7 @@
  org.apache.tuscany.sca.provider;version="1.4",
  org.apache.tuscany.sca.runtime;version="1.4",
  org.apache.tuscany.sca.xsd;version="1.4",
+ org.apache.tuscany.sca.xsd.xml;version="1.4",
  org.apache.ws.commons.schema,
  org.apache.ws.commons.schema.resolver,
  org.apache.ws.security,

Modified: tuscany/java/sca/modules/binding-ws-axis2/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-ws-axis2/pom.xml?rev=725698&r1=725697&r2=725698&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-ws-axis2/pom.xml (original)
+++ tuscany/java/sca/modules/binding-ws-axis2/pom.xml Thu Dec 11 06:30:44 2008
@@ -115,6 +115,15 @@
             <version>2.0-SNAPSHOT</version>
         </dependency>
 
+        <!-- Added by Mike Edwards, 11th December 2008 -->
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-xsd-xml</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <!-- end of addition -->
+
+
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>


Reply via email to