You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by di...@apache.org on 2006/02/01 12:07:08 UTC

svn commit: r374046 - in /webservices/commons/trunk/policy: project.properties project.xml src/org/apache/ws/policy/util/PolicyAttachmentUtil.java

Author: dims
Date: Wed Feb  1 03:07:04 2006
New Revision: 374046

URL: http://svn.apache.org/viewcvs?rev=374046&view=rev
Log:
fix name,version,repos; remove unused file

Removed:
    webservices/commons/trunk/policy/src/org/apache/ws/policy/util/PolicyAttachmentUtil.java
Modified:
    webservices/commons/trunk/policy/project.properties
    webservices/commons/trunk/policy/project.xml

Modified: webservices/commons/trunk/policy/project.properties
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/policy/project.properties?rev=374046&r1=374045&r2=374046&view=diff
==============================================================================
--- webservices/commons/trunk/policy/project.properties (original)
+++ webservices/commons/trunk/policy/project.properties Wed Feb  1 03:07:04 2006
@@ -17,11 +17,23 @@
 maven.xdoc.date=left
 ## maven.xdoc.version=${pom.currentVersion}
 
-axis2.version=0.95-SNAPSHOT
-axiom.version=0.95-SNAPSHOT
+policy.version=1.0-SNAPSHOT
+axiom.version=1.0-SNAPSHOT
 stax.api.version=1.0
 stax.impl.groupid=stax
 stax.impl.artifactid=stax
 stax.impl.version=1.1.2-dev
 axis.wsdl4j.version=1.2
 commons.logging.version=1.0.4
+
+# -------------------------------------------------------------------
+#                Dependency Repositories
+# -------------------------------------------------------------------
+maven.repo.remote=\
+http://www.ibiblio.org/maven,\
+http://cvs.apache.org/repository/,\
+http://www.apache.org/dist/java-repository/,\
+http://www.openejb.org/maven,\
+http://dist.codehaus.org/,\
+http://mirrors.sunsite.dk/maven/
+

Modified: webservices/commons/trunk/policy/project.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/policy/project.xml?rev=374046&r1=374045&r2=374046&view=diff
==============================================================================
--- webservices/commons/trunk/policy/project.xml (original)
+++ webservices/commons/trunk/policy/project.xml Wed Feb  1 03:07:04 2006
@@ -25,7 +25,7 @@
   <!-- a unique name for this project -->
 
   <name>Web Services Commons : WS-Policy implemenation</name>
-  <id>ws-policy</id>
+  <id>policy</id>
   <groupId>ws-commons</groupId>
   
   <!-- a short but descriptive name for the project -->
@@ -34,7 +34,7 @@
   <!-- The version of the project under development, e.g.
        1.1, 1.2, 2.0-SNAPSHOT -->
 
-  <currentVersion>1.0</currentVersion>
+  <currentVersion>${policy.version}</currentVersion>
   <!-- details about the organization that 'owns' the project -->
 
   <organization>
@@ -61,16 +61,6 @@
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
-            <artifactId>axis2-wsdl</artifactId>
-            <version>${axis2.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>axis2</groupId>
-            <artifactId>axis2-core</artifactId>
-            <version>${axis2.version}</version>
-        </dependency>
-        <dependency>
             <groupId>${stax.impl.groupid}</groupId>
             <artifactId>${stax.impl.artifactid}</artifactId>
             <version>${stax.impl.version}</version>
@@ -84,14 +74,6 @@
             <version>${stax.api.version}</version>
             <properties>
                 <module>true</module>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>axis</groupId>
-            <artifactId>axis-wsdl4j</artifactId>
-            <version>${axis.wsdl4j.version}</version>
-            <properties>
-               <module>true</module>
             </properties>
         </dependency>
         <dependency>