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/05/14 03:25:27 UTC

cvs commit: jakarta-turbine-tdk/src/share/common/build/project project.properties

jvanzyl     01/05/13 18:25:27

  Modified:    src/share/common/build build.xml
               src/share/common/build/project project.properties
  Log:
  - allowing the creation of the database to be performed manually
    and have the create-database target skipped if the
    'database.manual.creation' property is set in the project properties.
  
  Revision  Changes    Path
  1.9       +1 -1      jakarta-turbine-tdk/src/share/common/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/share/common/build/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml	2001/05/06 23:52:09	1.8
  +++ build.xml	2001/05/14 01:25:26	1.9
  @@ -124,7 +124,7 @@
     <!-- Create the target database by executing a generated script       -->
     <!-- that is capable of performing the task.                          -->
     <!-- ================================================================ -->
  -  <target name="create-database" depends="init-tasks">
  +  <target name="create-database" depends="init-tasks" unless="database.manual.creation">
       
       <property name="script" value="create-database.${targetPlatformExt}"/>
       
  
  
  
  1.18      +1 -0      jakarta-turbine-tdk/src/share/common/build/project/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/share/common/build/project/project.properties,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.properties	2001/03/27 19:14:12	1.17
  +++ project.properties	2001/05/14 01:25:27	1.18
  @@ -27,6 +27,7 @@
   # -------------------------------------------------------------------
   
   database=@DATABASE@
  +#database.manual.creation = true
   
   # -------------------------------------------------------------------
   # 
  
  
  

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