You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by mp...@apache.org on 2002/02/01 02:05:36 UTC

cvs commit: jakarta-turbine-torque default.properties build.xml

mpoeschl    02/01/31 17:05:36

  Modified:    .        default.properties build.xml
  Log:
  - use the final xerces-2.0.0 jars
  - add stratum.jar (needed for configuration and lifecycle)
  
  Revision  Changes    Path
  1.16      +4 -3      jakarta-turbine-torque/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/default.properties,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- default.properties	29 Jan 2002 04:50:28 -0000	1.15
  +++ default.properties	1 Feb 2002 01:05:36 -0000	1.16
  @@ -37,7 +37,7 @@
   javadoc.destdir = ./docs/api
   jakarta.site2 = ../jakarta-site2
   
  -year = 1999-2001
  +year = 1999-2002
   debug = on
   optimize = off
   deprecation = on
  @@ -47,11 +47,12 @@
   # order to build Torque:
   
   velocity.jar = ${lib.repo}/velocity-1.3-dev.jar
  -xerces.jar = ${lib.repo}/xerces-2_0_0_beta4/xercesImpl.jar
  -xmlParserAPIs.jar = ${lib.repo}/xerces-2_0_0_beta4/xmlParserAPIs.jar
  +xerces.jar = ${lib.repo}/xercesImpl-2.0.0.jar
  +xmlParserAPIs.jar = ${lib.repo}/xmlParserAPIs-2.0.0.jar
   village.jar = ${lib.repo}/village-1.5.3-dev.jar
   log4j.jar = ${lib.repo}/log4j-1.1.3.jar
   commons-collections.jar = ${lib.repo}/commons-collections.jar
   commons-util.jar = ${lib.repo}/commons-util-0.1-dev.jar
   jdbc.jar = ${lib.repo}/jdbc2_0-stdext.jar
   junit.jar = ${lib.repo}/junit-3.7.jar
  +stratum.jar = ${lib.repo}/stratum-0.1-dev.jar
  
  
  
  1.32      +9 -8      jakarta-turbine-torque/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml	29 Jan 2002 04:50:28 -0000	1.31
  +++ build.xml	1 Feb 2002 01:05:36 -0000	1.32
  @@ -20,33 +20,34 @@
       <pathelement location="${commons-collections.jar}"/>
       <pathelement location="${commons-util.jar}"/>
       <pathelement location="${junit.jar}"/>
  +    <pathelement location="${stratum.jar}"/>
       <pathelement location="tdk.jar"/>
     </path>
   
     <target
       name="update-jars">
  -    
  -    <taskdef 
  -      name="httpget" 
  +
  +    <taskdef
  +      name="httpget"
         className="org.apache.tdk.task.Get">
         <classpath refid="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>    
  +  </target>
   
     <!-- ================================================================== -->
     <!-- E N V I R O N M E N T                                             -->
  
  
  

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