User: starksm 
  Date: 02/04/09 00:50:39

  Modified:    .        Tag: Branch_2_4 build.xml
  Log:
  Update for JBoss_2_4_5_RC1
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.33.2.10 +16 -6     jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.33.2.9
  retrieving revision 1.33.2.10
  diff -u -r1.33.2.9 -r1.33.2.10
  --- build.xml 4 Apr 2002 08:27:55 -0000       1.33.2.9
  +++ build.xml 9 Apr 2002 07:50:39 -0000       1.33.2.10
  @@ -11,8 +11,8 @@
   your system/environment. This can be done by editing this file,
   or creating an .ant.properties file in the directory from step 1.
   a. version-tag: set this to the cvs tag you want to build. For example,
  -to build the JBoss_2_4_4 version use:
  -  version-tag="JBoss_2_4_4"
  +to build the JBoss_2_4_5 version use:
  +  version-tag="JBoss_2_4_5"
   To build the latest 2.4 branch chode use:
     version-tag="Branch_2_4"
   b. tomcat3x: set to the absolute path of the jakarta-tomcat-3.2.3 distribution
  @@ -30,9 +30,9 @@
   <project name="JBoss-2.4.x Dist" default="dist">
     <property file=".ant.properties" />
   
  -  <property name="version" value="2.4.5"/>
  +  <property name="version" value="2.4.5.RC1"/>
     <!-- Change to the cvs version tag you want to build -->
  -  <property name="version-tag" value="JBoss_2_4_5" />
  +  <property name="version-tag" value="JBoss_2_4_5_RC1" />
     <!-- The CVSROOT value -->
     <property name="cvsroot" 
value=":pserver:[EMAIL PROTECTED]:/cvsroot/jboss" />
     <!-- The location of the jakarta-tomcat-3.2.3 distribution -->
  @@ -40,8 +40,8 @@
     <!-- The location of the jakarta-tomcat-4.0 distribution -->
     <property name="tomcat4x" value="jakarta-tomcat-4.0.3" />
     <!-- The location of the Jetty-3.1.3-1 distribution -->
  -  <property name="jetty" value="Jetty-3.1.3-1" />
  -  <property name="jetty-jmx" value="JettyExtra-1.0.1/jmx" />
  +  <property name="jetty" value="Jetty-4.0.0" />
  +  <property name="jetty-jmx" value="JettyExtra-4.0.0/jmx" />
   
     <target name="init" unless="build.time">
       <tstamp>
  @@ -141,6 +141,15 @@
          quiet="true"
          output="jetty.log"
       />
  +    <echo message="Checking out JBossTest"/>
  +    <cvs cvsRoot="${cvsroot}"
  +       command="${cvs-op}"
  +       package="jbosstest"
  +       tag="${version-tag}"
  +       dest="."
  +       quiet="true"
  +       output="jbosstest.log"
  +    />
     </target>
   
     <target name="cvs-co" >
  @@ -256,3 +265,4 @@
     </target>
   
   </project>
  +
  
  
  

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

Reply via email to