[jboss-cvs] JBossAS SVN: r90573 - branches/JBPAPP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 24 18:05:44 EDT 2009


Author: permaine
Date: 2009-06-24 18:05:43 -0400 (Wed, 24 Jun 2009)
New Revision: 90573

Removed:
   branches/JBPAPP_5_0/build/build.properties
Modified:
   branches/JBPAPP_5_0/build/build-release.xml
   branches/JBPAPP_5_0/build/build.xml
Log:
Backing out changes for JBPAPP-1979

Modified: branches/JBPAPP_5_0/build/build-release.xml
===================================================================
--- branches/JBPAPP_5_0/build/build-release.xml	2009-06-24 21:39:04 UTC (rev 90572)
+++ branches/JBPAPP_5_0/build/build-release.xml	2009-06-24 22:05:43 UTC (rev 90573)
@@ -78,7 +78,7 @@
    <condition property="version" value="${release.version.major}.${release.version.minor}.${release.version.revision}.${release.version.tag}">
       <isset property="release.version.tag"/>
    </condition>
-   <condition property="cvs.tag" value="JBPAPP_${release.version.major}_${release.version.minor}_${release.version.revision}">
+   <condition property="cvs.tag" value="JBoss_${release.version.major}_${release.version.minor}_${release.version.revision}">
       <not>
          <isset property="release.version.tag"/>
       </not>

Deleted: branches/JBPAPP_5_0/build/build.properties
===================================================================
--- branches/JBPAPP_5_0/build/build.properties	2009-06-24 21:39:04 UTC (rev 90572)
+++ branches/JBPAPP_5_0/build/build.properties	2009-06-24 22:05:43 UTC (rev 90573)
@@ -1,8 +0,0 @@
-# This file defines default property set for build variables
-
-version.major=5
-version.minor=0
-version.revision=0
-version.tag=GA
-version.name=EAP
-

Modified: branches/JBPAPP_5_0/build/build.xml
===================================================================
--- branches/JBPAPP_5_0/build/build.xml	2009-06-24 21:39:04 UTC (rev 90572)
+++ branches/JBPAPP_5_0/build/build.xml	2009-06-24 22:05:43 UTC (rev 90573)
@@ -29,19 +29,6 @@
 
   &buildmagic;
 
-  <condition property="build.properties.file.exists">
-    <available file="build.properties" type="file"/>
-  </condition>
-
-  <fail unless="build.properties.file.exists">
-  build.properties file not found.
-Please ensure that build.properties exists in the build dir of the checkout tree.
-  </fail>
-
-
-  <!-- Read in properties file for configuration to go smoothly -->
-  <property file="build.properties"/>
-
   <!-- Add the antcontrib tasks -->
   <taskdef resource="net/sf/antcontrib/antcontrib.properties">
     <classpath>




More information about the jboss-cvs-commits mailing list