You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by qu...@apache.org on 2003/01/20 22:59:56 UTC

cvs commit: jakarta-turbine-2 project.properties

quintonm    2003/01/20 13:59:56

  Modified:    .        project.properties
  Log:
  Scheduler OM objects will now only be generated if
  the schema file changes
  
  Revision  Changes    Path
  1.11      +1 -1      jakarta-turbine-2/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/project.properties,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.properties	20 Jan 2003 21:46:47 -0000	1.10
  +++ project.properties	20 Jan 2003 21:59:56 -0000	1.11
  @@ -37,7 +37,7 @@
   torque.schema.dir = target
   torque.contextProperties = project.properties
   torque.useClasspath = true
  -torque.runOnlyOnSchemaChange = false
  +torque.runOnlyOnSchemaChange = true
   torque.lib.dir = ${maven.repo.local}
   
   scheduler.database.name = default
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>