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/01/29 05:16:49 UTC

svn commit: r616161 - /webservices/commons/trunk/modules/XmlSchema/pom.xml

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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org