mpoeschl    2002/11/20 10:49:38

  Modified:    .        build.xml
  Log:
  add some descriptions
  
  Revision  Changes    Path
  1.35      +4 -4      jakarta-turbine-tdk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/build.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- build.xml 14 Mar 2002 00:43:38 -0000      1.34
  +++ build.xml 20 Nov 2002 18:49:38 -0000      1.35
  @@ -139,7 +139,7 @@
     <!-- Cleans up generated files                                           -->
     <!-- =================================================================== -->
   
  -  <target name="clean">
  +  <target name="clean" description="--> cleans up generated files">
       <delete dir="${tdk.target.dir}"/>
       <delete dir="${tdk.build.dir}"/>
     </target>
  @@ -158,15 +158,15 @@
     <!-- contextProperties attribute correctly and the build will fail.      -->
     <!-- =================================================================== -->
   
  -  <target name="test">
  -  
  +  <target name="test" description="--> builds the tdk and sample app">
  +
       <echo>
         database = ${database}
         createDatabaseUrl = ${createDatabaseUrl}
         buildDatabaseUrl = ${buildDatabaseUrl}
         databaseUrl = ${databaseUrl}
       </echo>
  -  
  +
       <antcall target="test-dist"/>
       <ant dir="${tdk.home}"/>
       <ant dir="${tdk.home}/webapps/${tdk.project}/WEB-INF/build" target="init">
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to