[jboss-cvs] tools/etc/buildmagic ...

Rajesh Rajasekaran rajesh.rajasekaran at jboss.com
Wed Jul 26 12:35:22 EDT 2006


  User: rrajasekaran
  Date: 06/07/26 12:35:22

  Modified:    etc/buildmagic  Tag: Branch_4_0 build-common.xml
  Log:
  JBAS-3235 Do not build and run org.jboss.test.security.test.HttpsUnitTestCase with IBM JDK
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.6   +7 -0      tools/etc/buildmagic/build-common.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-common.xml
  ===================================================================
  RCS file: /cvsroot/jboss/tools/etc/buildmagic/build-common.xml,v
  retrieving revision 1.4.2.5
  retrieving revision 1.4.2.6
  diff -u -b -r1.4.2.5 -r1.4.2.6
  --- build-common.xml	1 Dec 2005 21:49:16 -0000	1.4.2.5
  +++ build-common.xml	26 Jul 2006 16:35:22 -0000	1.4.2.6
  @@ -30,6 +30,13 @@
     Unsupported Java version: You need at least JDK1.4 to build JBoss4
     </fail>
   
  +  <!--JDK Vendor Detection -->
  +  <condition property="IBM_JDK">
  +    <not>
  +      <available classname="com.sun.net.ssl.internal.ssl.Provider"/>
  +    </not>
  +  </condition>
  +
     <!-- environment needs to go first -->
     <property environment="env"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list