User: starksm 
  Date: 01/11/28 13:14:01

  Modified:    .        Tag: Branch_2_4 build.xml
  Log:
  Change release to version
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.33.2.3  +21 -20    jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.33.2.2
  retrieving revision 1.33.2.3
  diff -u -r1.33.2.2 -r1.33.2.3
  --- build.xml 2001/11/28 06:26:16     1.33.2.2
  +++ build.xml 2001/11/28 21:14:01     1.33.2.3
  @@ -1,20 +1,20 @@
   <!-- An Ant build script for retrieving and building all core modules on the
  -2.4. branch so that a distribution may be made for a given release tag.
  +2.4. branch so that a distribution may be made for a given version tag.
   This script has been used with 2.4.2 on.
   
  -To create a build for a given release tag, follow these steps:
  +To create a build for a given version tag, follow these steps:
   1. Create a directory and copy this build.xml script into it. This
   will be the directory into which all module source will be retrieved
  -and the release built into.
  +and the version built into.
   
   2. Set the value of the key build.xml properties as they apply to
   your system/environment. This can be done by editing this file,
   or creating an .ant.properties file in the directory from step 1.
  -a. release-tag: set this to the cvs tag you want to build. For example,
  -to build the JBoss_2_4_2 release use:
  -  release-tag="JBoss_2_4_2"
  +a. version-tag: set this to the cvs tag you want to build. For example,
  +to build the JBoss_2_4_2 version use:
  +  version-tag="JBoss_2_4_2"
   To build the latest 2.4 branch chode use:
  -  release-tag="Branch_2_4"
  +  version-tag="Branch_2_4"
   b. tomcat3x: set to the absolute path of the jakarta-tomcat-3.2.3 distribution
   This is required to build the contrib/tomcat bundle
   c. tomcat4x: set to the absolute path of the jakarta-tomcat-4.0 distribution 
  @@ -22,7 +22,7 @@
   
   3. Execute the dist target by running Ant1.3 in the directory created
   in step 1. This will create a jboss/dist directory with the JBoss
  -server release and contrib/tomcat/bundle/JBoss_x_Tomcat-3.x directory
  +server version and contrib/tomcat/bundle/JBoss_x_Tomcat-3.x directory
   with the JBoss/Tomcat bundle, and a contrib/catalina/bundle/JBoss_x_Tomcat-4.x
   directory with the JBoss/Catalina bundle.
   
  @@ -30,9 +30,9 @@
   <project name="JBoss-2.4.x Dist" default="dist">
     <property file=".ant.properties" />
   
  -  <property name="release" value="2.4.4"/>
  -  <!-- Change to the cvs release tag you want to build -->
  -  <property name="release-tag" value="JBoss_2_4_4" />
  +  <property name="version" value="2.4.4"/>
  +  <!-- Change to the cvs version tag you want to build -->
  +  <property name="version-tag" value="JBoss_2_4_4" />
     <!-- The CVSROOT value -->
     <property name="cvsroot" 
value=":pserver:[EMAIL PROTECTED]:/cvsroot/jboss" />
     <!-- The location of the jakarta-tomcat-3.2.3 distribution -->
  @@ -52,7 +52,7 @@
       <cvs cvsRoot="${cvsroot}"
          command="${cvs-op}"
          package="jboss"
  -       tag="${release-tag}"
  +       tag="${version-tag}"
          dest="."
          quiet="true"
          output="jboss_co.log"
  @@ -61,7 +61,7 @@
       <cvs cvsRoot="${cvsroot}"
          command="${cvs-op}"
          package="jnp"
  -       tag="${release-tag}"
  +       tag="${version-tag}"
          dest="."
          quiet="true"
          output="jnp_co.log"
  @@ -70,7 +70,7 @@
       <cvs cvsRoot="${cvsroot}"
          command="${cvs-op}"
          package="jbosssx"
  -       tag="${release-tag}"
  +       tag="${version-tag}"
          dest="."
          quiet="true"
          output="jbosssx_co.log"
  @@ -79,7 +79,7 @@
       <cvs cvsRoot="${cvsroot}"
          command="${cvs-op}"
          package="jbossmq"
  -       tag="${release-tag}"
  +       tag="${version-tag}"
          dest="."
          quiet="true"
          output="jbossmq_co.log"
  @@ -88,7 +88,7 @@
       <cvs cvsRoot="${cvsroot}"
          command="${cvs-op}"
          package="jbosscx"
  -       tag="${release-tag}"
  +       tag="${version-tag}"
          dest="."
          quiet="true"
          output="jbosscx_co.log"
  @@ -97,7 +97,7 @@
       <cvs cvsRoot="${cvsroot}"
          command="${cvs-op}"
          package="jbosspool"
  -       tag="${release-tag}"
  +       tag="${version-tag}"
          dest="."
          quiet="true"
          output="jbosspool_co.log"
  @@ -106,7 +106,7 @@
       <cvs cvsRoot="${cvsroot}"
          command="${cvs-op}"
          package="jboss-j2ee"
  -       tag="${release-tag}"
  +       tag="${version-tag}"
          dest="."
          quiet="true"
          output="jbossj2ee_co.log"
  @@ -115,7 +115,7 @@
       <cvs cvsRoot="${cvsroot}"
          command="${cvs-op}"
          package="contrib/tomcat"
  -       tag="${release-tag}"
  +       tag="${version-tag}"
          dest="."
          quiet="true"
          output="tomcat.log"
  @@ -124,7 +124,7 @@
       <cvs cvsRoot="${cvsroot}"
          command="${cvs-op}"
          package="contrib/catalina"
  -       tag="${release-tag}"
  +       tag="${version-tag}"
          dest="."
          quiet="true"
          output="catalina.log"
  @@ -158,6 +158,7 @@
   
     <target name="clean">
       <ant antfile="src/build/build.xml" dir="jboss" target="clean" />
  +    <ant antfile="src/build/build.xml" dir="jboss-j2ee" target="clean" />
       <ant antfile="src/build/build.xml" dir="jnp" target="clean" />
       <ant antfile="src/build/build.xml" dir="jbosssx" target="clean" />
       <ant antfile="src/build/build.xml" dir="jbossmq" target="clean" />
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to