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 2008/11/14 14:51:56 UTC

svn commit: r714003 - /webservices/commons/trunk/modules/transport/modules/testkit/pom.xml

Author: dims
Date: Fri Nov 14 05:51:55 2008
New Revision: 714003

URL: http://svn.apache.org/viewvc?rev=714003&view=rev
Log:
support IBM JDK's

Modified:
    webservices/commons/trunk/modules/transport/modules/testkit/pom.xml

Modified: webservices/commons/trunk/modules/transport/modules/testkit/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/testkit/pom.xml?rev=714003&r1=714002&r2=714003&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/testkit/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/testkit/pom.xml Fri Nov 14 05:51:55 2008
@@ -97,6 +97,24 @@
                 </dependency>
             </dependencies>
         </profile>
+        <profile>
+            <id>default-tools.jar-2</id>
+            <activation>
+                <property>
+                    <name>java.vendor</name>
+                    <value>IBM Corporation  </value>
+                </property>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>com.sun</groupId>
+                    <artifactId>tools</artifactId>
+                    <version>1.5.0</version>
+                    <scope>system</scope>
+                    <systemPath>${java.home}/../lib/tools.jar</systemPath>
+                </dependency>
+            </dependencies>
+        </profile>
     </profiles>
 
     <build>