You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tdk-dev@turbine.apache.org by jv...@apache.org on 2001/06/15 22:45:18 UTC

cvs commit: jakarta-turbine-tdk/src/share/sample/build build.xml

jvanzyl     01/06/15 13:45:18

  Modified:    src/share/sample/build build.xml
  Log:
  - fixing some errors in the docs.
  
  Revision  Changes    Path
  1.7       +23 -2     jakarta-turbine-tdk/src/share/sample/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/share/sample/build/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	2001/05/29 15:09:52	1.6
  +++ build.xml	2001/06/15 20:45:16	1.7
  @@ -22,7 +22,7 @@
     
     <property name="final.name" value="${project}-${version}"/>
     <property name="final.dir" value="../${final.name}/"/>
  -  
  +
     <!-- ================================================================ -->
     <!-- I N I T  T A S K  T A R G E T                                    -->
     <!-- ================================================================ -->
  @@ -56,7 +56,12 @@
         classname="org.apache.velocity.texen.ant.TexenTask">
         <classpath refid="classpath"/>
       </taskdef>
  -  
  +    
  +    <taskdef name="format-source"
  +      classname="jstyle.FormatTask">
  +      <classpath refid="classpath"/>
  +    </taskdef>
  +
     </target>
   
     <!-- ================================================================ -->
  @@ -177,6 +182,12 @@
         xmlFile="${schemaDirectory}/${project}-schema.xml"
       />
   
  +    <format-source>
  +      <fileset dir="${src.dir}/${targetDirectory}">
  +        <include name="**/*.java"/>
  +      </fileset>
  +    </format-source>
  +
     </target>
     
     <!-- ================================================================ -->
  @@ -385,6 +396,16 @@
       <filter token="DATABASE_URL" value="${databaseUrl}"/>
       <filter token="DATABASE_USER" value="${databaseUser}"/>
       <filter token="DATABASE_PASSWORD" value="${databasePassword}"/>
  +    
  +    <!--
  +    
  +    Leave this set to "default" until we figure out how
  +    to get this value as a torque property.
  +    
  +    <filter token="DATABASE_DEFAULT" value="${project}"/>
  +    -->
  +    
  +    <filter token="DATABASE_DEFAULT" value="default"/>
       
       <property name="database.descriptor" value="${master.conf.dir}/database/${database}"/>
       <property name="database.name" value="${project}"/>
  
  
  

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