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 2001/07/18 05:13:47 UTC

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

jvanzyl     01/07/17 20:13:47

  Modified:    build    build.properties build.xml
  Removed:     build    build-torque.xml
  Log:
  - altering build to account for movement of torque to
    jakarta-turbine-torque
  
  Revision  Changes    Path
  1.13      +1 -1      jakarta-turbine/build/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/build/build.properties,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.properties	2001/07/15 18:08:41	1.12
  +++ build.properties	2001/07/18 03:13:47	1.13
  @@ -38,7 +38,7 @@
   complexObjectModel=true
   basePrefix=Base
   
  -templatePath = ${basedir}/../conf/torque/templates
  +templatePath = ${basedir}/../../jakarta-turbine-torque/src/templates
   schemaDirectory=${basedir}/../conf/master
   
   SQLControlTemplate = sql/base/Control.vm
  
  
  
  1.22      +0 -15     jakarta-turbine/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/build/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml	2001/07/15 02:08:09	1.21
  +++ build.xml	2001/07/18 03:13:47	1.22
  @@ -296,21 +296,6 @@
     </target>
   
     <!-- ================================================================== -->
  -  <!-- Create torque.jar for stand-alone use outside the context          -->
  -  <!-- of the TDK.                                                        -->
  -  <!-- ================================================================== -->
  -  
  -  <target name="torque"
  -          depends="compile"
  -          description="--> generates the torque distribution">
  -    
  -    <ant antfile="build-torque.xml">
  -      <property name="build.dir" value="${build.dir}"/>
  -    </ant>
  -    
  -  </target>
  -
  -  <!-- ================================================================== -->
     <!-- T E S T S                                                          -->
     <!-- ================================================================== -->
     
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org