jvanzyl     01/09/16 17:21:17

  Modified:    src/tdk/apps/2 build.properties build.xml
               src/tdk/apps/3 build.properties build.xml
  Log:
  - fixing some weird interaction between context properties and
    the properties explicity set in the torque task.
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-turbine-tdk/src/tdk/apps/2/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/apps/2/build.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.properties  2001/09/17 00:02:01     1.5
  +++ build.properties  2001/09/17 00:21:17     1.6
  @@ -48,8 +48,8 @@
   extend=TurbineMapBuilder
   mapname=TurbineMap
   suffix=MapBuilder
  -targetPackage=@TARGET_PACKAGE@
  -targetDirectory=@TARGET_DIRECTORY@
  +targetPackage=@[email protected]
  +targetDirectory=@TARGET_DIRECTORY@/om
   addSaveMethod=true
   addGetByNameMethod=false
   complexObjectModel=true
  
  
  
  1.6       +1 -1      jakarta-turbine-tdk/src/tdk/apps/2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/apps/2/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 2001/09/15 16:37:13     1.5
  +++ build.xml 2001/09/17 00:21:17     1.6
  @@ -184,7 +184,7 @@
         outputDirectory="${src.dir}/java"
         templatePath="${templatePath}"
         outputFile="report.${project}.om.generation"
  -      targetPackage="${targetPackage}.om"
  +      targetPackage="${targetPackage}"
         xmlFile="${conf.dir}/${project}-schema.xml"
       />
       
  
  
  
  1.4       +2 -2      jakarta-turbine-tdk/src/tdk/apps/3/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/apps/3/build.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.properties  2001/09/17 00:02:01     1.3
  +++ build.properties  2001/09/17 00:21:17     1.4
  @@ -48,8 +48,8 @@
   extend=TurbineMapBuilder
   mapname=TurbineMap
   suffix=MapBuilder
  -targetPackage=@TARGET_PACKAGE@
  -targetDirectory=@TARGET_DIRECTORY@
  +targetPackage=@[email protected]
  +targetDirectory=@TARGET_DIRECTORY@/om
   addSaveMethod=true
   addGetByNameMethod=false
   complexObjectModel=true
  
  
  
  1.3       +1 -1      jakarta-turbine-tdk/src/tdk/apps/3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/apps/3/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 2001/09/15 16:12:21     1.2
  +++ build.xml 2001/09/17 00:21:17     1.3
  @@ -192,7 +192,7 @@
         outputDirectory="${src.dir}/java"
         useClasspath="true"
         outputFile="report.${project}.om.generation"
  -      targetPackage="${targetPackage}.om"
  +      targetPackage="${targetPackage}"
         xmlFile="${conf.dir}/${project}-schema.xml"
       />
       
  
  
  

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

Reply via email to