You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2002/02/09 03:55:48 UTC

cvs commit: jakarta-turbine-flux default.properties deps.list tdk.jar build.xml

jvanzyl     02/02/08 18:55:48

  Modified:    .        Tag: T_2_1_BRANCH build.xml
  Added:       .        Tag: T_2_1_BRANCH default.properties deps.list
                        tdk.jar
  Log:
  - same build pattern as the rest of the turbine projects.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.2   +35 -1     jakarta-turbine-flux/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-flux/build.xml,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- build.xml	13 Sep 2001 19:32:56 -0000	1.5.2.1
  +++ build.xml	9 Feb 2002 02:55:48 -0000	1.5.2.2
  @@ -3,7 +3,7 @@
   <project name="admin" default="compile" basedir=".">
     
     <property file="${user.home}/build.properties" />
  -  <property file="build.properties" />
  +  <property file="default.properties" />
   
     <path id="classpath">
       <pathelement location="${ecs.jar}"/>
  @@ -12,6 +12,40 @@
       <pathelement location="${turbine.jar}"/>
       <pathelement location="${velocity.jar}"/>
     </path>
  +
  +  <!-- ================================================================== -->
  +  <!-- U P D A T E  J A R S                                               -->
  +  <!-- ================================================================== -->
  +
  +  <!-- Build classpath -->
  +  <path id="update.classpath">
  +    <pathelement location="tdk.jar"/>
  +  </path>
  +
  +  <target
  +    name="update-jars">
  +    
  +    <taskdef 
  +      name="httpget" 
  +      className="org.apache.tdk.task.Get">
  +      <classpath refid="update.classpath"/>
  +    </taskdef>
  +    
  +    <!-- If you need proxy support you'll have to manually add:
  +    
  +         proxyHost="x"
  +         proxyPort="y"
  +       
  +         We'll clean this up but it worked for a user behind a proxy.
  +    -->
  +    
  +    <httpget
  +      baseUrl="http://jakarta.apache.org/turbine/jars/"
  +      dest="${lib.repo}"
  +      dependencyFile="deps.list"
  +    />
  +
  +  </target>    
   
     <!-- ================================================================== -->
     <!-- Prepares the build directory                                       -->
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +7 -9      jakarta-turbine-flux/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-flux/default.properties,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- default.properties	9 Feb 2002 02:35:21 -0000	1.1
  +++ default.properties	9 Feb 2002 02:55:48 -0000	1.1.2.1
  @@ -1,5 +1,5 @@
   name = flux
  -version = 3.0-dev
  +version = 2.1
   project = flux
   build.compiler = classic
   build.dir = ./bin
  @@ -9,16 +9,14 @@
   template.src.dir = ./src/templates
   resources.src.dir = ./src/resources
   final.name = ${project}-${version}
  +final.dir = ../${final.name}/
   ant.home = .
   debug = on
   optimize = off
   deprecation = off
   
  -servlet.jar = ${lib.repo}/servlet-2.2.jar
  -turbine.jar = ${lib.repo}/turbine-3.0-dev.jar
  -fulcrum.jar = ${lib.repo}/fulcrum-1.0.jar
  -velocity.jar = ${lib.repo}/velocity-1.2-dev.jar
  -torque.jar = ${lib.repo}/torque-3.0-dev.jar
  -commons-util.jar = ${lib.repo}/commons-util-0.1-dev.jar
  -jaf.jar = ${lib.repo}/activation-1.0.1.jar
  -stratum.jar = ${lib.repo}/stratum-0.1-dev.jar
  +servlet.jar =  ${lib.repo}/servlet-2.2.jar
  +turbine.jar =  ${lib.repo}/turbine-2.2b1.jar
  +velocity.jar =  ${lib.repo}/velocity-1.3-dev.jar
  +jaf.jar =  ${lib.repo}/activation-1.0.1.jar
  +ecs.jar = ${lib.repo}/ecs-1.4.1.jar
  
  
  
  1.1.2.1   +2 -5      jakarta-turbine-flux/deps.list
  
  Index: deps.list
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-flux/deps.list,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- deps.list	9 Feb 2002 02:35:21 -0000	1.1
  +++ deps.list	9 Feb 2002 02:55:48 -0000	1.1.2.1
  @@ -1,8 +1,5 @@
   servlet-2.2.jar
  -turbine-3.0-dev.jar
  -fulcrum-1.0.jar
  +turbine-2.2b1.jar
   velocity-1.3-dev.jar
  -torque-3.0-dev.jar
  -commons-util-0.1-dev.jar
   activation-1.0.1.jar
  -stratum-0.1-dev.jar
  +ecs-1.4.1.jar
  
  
  
  1.1.2.1   +22 -22    jakarta-turbine-flux/tdk.jar
  
  	<<Binary file>>
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>