You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2008/06/21 18:18:27 UTC

svn commit: r670219 - in /webservices/axis2/scratch/java/saminda/osgi_test/distribution: bin.xml pom.xml

Author: saminda
Date: Sat Jun 21 09:18:27 2008
New Revision: 670219

URL: http://svn.apache.org/viewvc?rev=670219&view=rev
Log:
cleaning 

Modified:
    webservices/axis2/scratch/java/saminda/osgi_test/distribution/bin.xml
    webservices/axis2/scratch/java/saminda/osgi_test/distribution/pom.xml

Modified: webservices/axis2/scratch/java/saminda/osgi_test/distribution/bin.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/java/saminda/osgi_test/distribution/bin.xml?rev=670219&r1=670218&r2=670219&view=diff
==============================================================================
--- webservices/axis2/scratch/java/saminda/osgi_test/distribution/bin.xml (original)
+++ webservices/axis2/scratch/java/saminda/osgi_test/distribution/bin.xml Sat Jun 21 09:18:27 2008
@@ -29,8 +29,6 @@
                 <!--others-->
                 <include>org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar</include>
                 <include>org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec:jar</include>
-                <include>org.apache.woden:woden-api:jar</include>
-                <include>org.apache.woden:woden-impl-dom:jar</include>
                 <include>org.apache.ws.commons.schema:XmlSchema:jar</include>
                 <include>org.apache.neethi:neethi:jar</include>
             </includes>

Modified: webservices/axis2/scratch/java/saminda/osgi_test/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/java/saminda/osgi_test/distribution/pom.xml?rev=670219&r1=670218&r2=670219&view=diff
==============================================================================
--- webservices/axis2/scratch/java/saminda/osgi_test/distribution/pom.xml (original)
+++ webservices/axis2/scratch/java/saminda/osgi_test/distribution/pom.xml Sat Jun 21 09:18:27 2008
@@ -141,18 +141,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.woden</groupId>
-            <artifactId>woden-api</artifactId>
-            <version>1.0M8</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.woden</groupId>
-            <artifactId>woden-impl-dom</artifactId>
-            <version>1.0M8</version>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>1.4.2</version>