Author: jochen
Date: Tue May 30 14:10:58 2006
New Revision: 410374

URL: http://svn.apache.org/viewvc?rev=410374&view=rev
Log:
Added required dependencies for build with JDK 1.4.

Modified:
    webservices/commons/trunk/modules/util/pom.xml

Modified: webservices/commons/trunk/modules/util/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/util/pom.xml?rev=410374&r1=410373&r2=410374&view=diff
==============================================================================
--- webservices/commons/trunk/modules/util/pom.xml (original)
+++ webservices/commons/trunk/modules/util/pom.xml Tue May 30 14:10:58 2006
@@ -4,7 +4,7 @@
     <groupId>org.apache.ws.commons</groupId>
     <artifactId>ws-commons-util</artifactId>
     <name>Apache WebServices Common Utilities</name>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
     <description>
         This is a small collection of utility classes, that allow
         high performance XML processing based on SAX. Basically,
@@ -143,4 +143,18 @@
             <url>scp://people.apache.org/www/ws.apache.org/commons/util</url>
         </site>
     </distributionManagement>
+    <profiles>
+        <profile>
+            <activation>
+               <jdk>1.4</jdk>
+            </activation>
+            <dependencies>
+                <dependency>
+                       <groupId>org.apache.ws.commons</groupId>
+                       <artifactId>ws-commons-java5</artifactId>
+                       <version>1.0</version>
+                </dependency>
+            </dependencies>
+        </profile>
+    </profiles>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to