You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jm...@apache.org on 2007/02/06 17:31:24 UTC

svn commit: r504192 - in /incubator/abdera/java/branches/0.2.2-incubating: dependencies/deps.properties extensions/pom.xml parser/pom.xml pom.xml

Author: jmsnell
Date: Tue Feb  6 08:31:23 2007
New Revision: 504192

URL: http://svn.apache.org/viewvc?view=rev&rev=504192
Log:
Applying Stephen's patch for the Maven build
Remove some unnecessary comment lines

Modified:
    incubator/abdera/java/branches/0.2.2-incubating/dependencies/deps.properties
    incubator/abdera/java/branches/0.2.2-incubating/extensions/pom.xml
    incubator/abdera/java/branches/0.2.2-incubating/parser/pom.xml
    incubator/abdera/java/branches/0.2.2-incubating/pom.xml

Modified: incubator/abdera/java/branches/0.2.2-incubating/dependencies/deps.properties
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.2.2-incubating/dependencies/deps.properties?view=diff&rev=504192&r1=504191&r2=504192
==============================================================================
--- incubator/abdera/java/branches/0.2.2-incubating/dependencies/deps.properties (original)
+++ incubator/abdera/java/branches/0.2.2-incubating/dependencies/deps.properties Tue Feb  6 08:31:23 2007
@@ -1,9 +1,6 @@
 geronimo.activation.dir=http://www.apache.org/dist/java-repository/org.apache.geronimo.specs/jars
 geronimo.activation.jar=geronimo-activation_1.0.2_spec-1.1.jar
 
-#axiom.dir=http://www.apache.org/dist/java-repository/ws-commons/jars
-#axiom.api.jar=axiom-api-1.0.jar
-#axiom.impl.jar=axiom-impl-1.0.jar
 axiom.dir=http://people.apache.org/~jmsnell
 axiom.api.jar=axiom-api-1.2.1.jar
 axiom.impl.jar=axiom-impl-1.2.1.jar

Modified: incubator/abdera/java/branches/0.2.2-incubating/extensions/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.2.2-incubating/extensions/pom.xml?view=diff&rev=504192&r1=504191&r2=504192
==============================================================================
--- incubator/abdera/java/branches/0.2.2-incubating/extensions/pom.xml (original)
+++ incubator/abdera/java/branches/0.2.2-incubating/extensions/pom.xml Tue Feb  6 08:31:23 2007
@@ -69,11 +69,11 @@
       <scope>compile</scope>
     </dependency>   
     <dependency>
-      <groupId>ws-commons</groupId>
+      <groupId>org.apache.ws.commons.axiom</groupId>
       <artifactId>axiom-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>ws-commons</groupId>
+      <groupId>org.apache.ws.commons.axiom</groupId>
       <artifactId>axiom-impl</artifactId>
     </dependency>
     <dependency>

Modified: incubator/abdera/java/branches/0.2.2-incubating/parser/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.2.2-incubating/parser/pom.xml?view=diff&rev=504192&r1=504191&r2=504192
==============================================================================
--- incubator/abdera/java/branches/0.2.2-incubating/parser/pom.xml (original)
+++ incubator/abdera/java/branches/0.2.2-incubating/parser/pom.xml Tue Feb  6 08:31:23 2007
@@ -49,11 +49,11 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>ws-commons</groupId>
+      <groupId>org.apache.ws.commons.axiom</groupId>
       <artifactId>axiom-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>ws-commons</groupId>
+      <groupId>org.apache.ws.commons.axiom</groupId>
       <artifactId>axiom-impl</artifactId>
     </dependency>
     <dependency>

Modified: incubator/abdera/java/branches/0.2.2-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.2.2-incubating/pom.xml?view=diff&rev=504192&r1=504191&r2=504192
==============================================================================
--- incubator/abdera/java/branches/0.2.2-incubating/pom.xml (original)
+++ incubator/abdera/java/branches/0.2.2-incubating/pom.xml Tue Feb  6 08:31:23 2007
@@ -181,16 +181,16 @@
       </dependency>
       
       <dependency>
-        <groupId>ws-commons</groupId>
+        <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-api</artifactId>
-        <version>1.0</version>
+        <version>1.2.1</version>
         <scope>compile</scope>
       </dependency>
       
       <dependency>
-        <groupId>ws-commons</groupId>
+        <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-impl</artifactId>
-        <version>1.0</version>
+        <version>1.2.1</version>
         <scope>compile</scope>
       </dependency>