Author: dims
Date: Mon Jan 28 20:16:48 2008
New Revision: 616161

URL: http://svn.apache.org/viewvc?rev=616161&view=rev
Log:
better test for IBM JDK. no need to specify isIBM on the command line

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

Modified: webservices/commons/trunk/modules/XmlSchema/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/pom.xml?rev=616161&r1=616160&r2=616161&view=diff
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/pom.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/pom.xml Mon Jan 28 20:16:48 2008
@@ -327,10 +327,6 @@
                <id>DefaultTest</id>
                <activation>
                        <activeByDefault>true</activeByDefault>
-                       <property>
-                               <name>isIBM</name>
-                               <value>false</value>
-                       </property>
                </activation>
                <build>
                        <plugins>
@@ -373,8 +369,8 @@
                <id>IBMTest</id>
                <activation>
                        <property>
-                               <name>isIBM</name>
-                               <value>true</value>
+                               <name>java.vendor</name>
+                               <value>IBM Corporation</value>
                        </property>
                </activation>
                <build>



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

Reply via email to