mpoeschl    2002/09/11 09:51:25

  Modified:    src/conf build-torque.xml
  Log:
  add some task descriptions
  
  Revision  Changes    Path
  1.52      +9 -5      jakarta-turbine-torque/src/conf/build-torque.xml
  
  Index: build-torque.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build-torque.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- build-torque.xml  22 Aug 2002 14:49:12 -0000      1.51
  +++ build-torque.xml  11 Sep 2002 16:51:25 -0000      1.52
  @@ -310,7 +310,8 @@
     <!-- ================================================================ -->
   
     <target
  -    name="insert-sql">
  +    name="insert-sql"
  +    description="==> inserts the generated sql ">
   
       <torque-sql-exec
         autocommit="true"
  @@ -386,7 +387,8 @@
     <!-- ================================================================ -->
   
     <target
  -    name="id-table-init-sql">
  +    name="id-table-init-sql"
  +    description="==> generates initialization sql for ID Broker">
   
       <echo message="+------------------------------------------+"/>
       <echo message="|                                          |"/>
  @@ -567,7 +569,7 @@
     <target
       name="om-zip"
       depends="check-om-zip"
  -    description="Moves source om files to separate jar and out of the source tree">
  +    description="==> moves source om files to separate jar and out of the source 
tree">
   
       <echo message="+------------------------------------------+"/>
       <echo message="|                                          |"/>
  @@ -725,7 +727,8 @@
     <!-- =================================================================== -->
   
     <target
  -    name="ojb-repository">
  +    name="ojb-repository"
  +    description="==> generates the repository for ojb (experimental)">
   
       <echo message="+------------------------------------------+"/>
       <echo message="|                                          |"/>
  @@ -751,7 +754,8 @@
     </target>
   
     <target
  -    name="ojb-model">
  +    name="ojb-model"
  +    description="==> generates an object model for ojb (experimental)">
   
       <echo message="+------------------------------------------+"/>
       <echo message="|                                          |"/>
  
  
  

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

Reply via email to