You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by sa...@apache.org on 2005/12/10 16:50:20 UTC

svn commit: r355752 - in /webservices/commons/trunk/policy: project.properties project.xml

Author: sanka
Date: Sat Dec 10 07:50:02 2005
New Revision: 355752

URL: http://svn.apache.org/viewcvs?rev=355752&view=rev
Log:
Added: commons-logging.jar artifacts

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=355752&r1=355751&r2=355752&view=diff
==============================================================================
--- webservices/commons/trunk/policy/project.properties (original)
+++ webservices/commons/trunk/policy/project.properties Sat Dec 10 07:50:02 2005
@@ -23,3 +23,4 @@
 stax.impl.artifactid=stax
 stax.impl.version=1.1.2-dev
 axis.wsdl4j.version=1.2
+commons.logging.version=1.0.4

Modified: webservices/commons/trunk/policy/project.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/policy/project.xml?rev=355752&r1=355751&r2=355752&view=diff
==============================================================================
--- webservices/commons/trunk/policy/project.xml (original)
+++ webservices/commons/trunk/policy/project.xml Sat Dec 10 07:50:02 2005
@@ -89,6 +89,14 @@
                <module>true</module>
             </properties>
         </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>${commons.logging.version}</version>
+            <properties>
+                <module>true</module>
+            </properties>
+        </dependency>
     </dependencies>
   <!-- build information for the project -->