Author: veithen
Date: Wed Feb  5 14:44:41 2014
New Revision: 1564790

URL: http://svn.apache.org/r1564790
Log:
Fixed a build issue with OpenJDK 7.

Modified:
    axis/axis1/java/trunk/distribution/pom.xml

Modified: axis/axis1/java/trunk/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/distribution/pom.xml?rev=1564790&r1=1564789&r2=1564790&view=diff
==============================================================================
--- axis/axis1/java/trunk/distribution/pom.xml (original)
+++ axis/axis1/java/trunk/distribution/pom.xml Wed Feb  5 14:44:41 2014
@@ -190,10 +190,9 @@
             <id>tools-include</id>
             <!-- Required on non Mac OS X platforms to use the javac Ant task 
with fork=false -->
             <activation>
-                <property>
-                    <name>java.vendor</name>
-                    <value>Sun Microsystems Inc.</value>
-                </property>
+                <file>
+                    <exists>${java.home}/../lib/tools.jar</exists>
+                </file>
             </activation>
             <build>
                 <pluginManagement>


Reply via email to