You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by to...@apache.org on 2005/10/10 16:24:14 UTC

cvs commit: db-ojb/src/ojb-blank build.xml

tomdz       2005/10/10 07:24:13

  Modified:    src/ojb-blank Tag: OJB_1_0_RELEASE build.xml
  Log:
  Updated ojb-blank build file to support the Torque version that OJB now uses (3.1.1)
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.5.2.6   +5 -1      db-ojb/src/ojb-blank/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ojb-blank/build.xml,v
  retrieving revision 1.5.2.5
  retrieving revision 1.5.2.6
  diff -u -r1.5.2.5 -r1.5.2.6
  --- build.xml	31 May 2005 23:52:09 -0000	1.5.2.5
  +++ build.xml	10 Oct 2005 14:24:11 -0000	1.5.2.6
  @@ -85,7 +85,7 @@
   
               <ojbrepository destinationFile="${build.dir}/repository_user.xml"/>
               <torqueschema databaseName="${databaseName}"
  -                          dtdUrl="http://db.apache.org/torque/dtd/database_3_0_1.dtd"
  +                          dtdUrl="http://db.apache.org/torque/dtd/database_3_1.dtd"
                             destinationFile="${build.dir}/database/project-schema.xml"/>
           </ojbdoclet>
       </target>
  @@ -165,6 +165,10 @@
                     value="true"/>
           <property name="torque.database.driver"
                     value="${jdbcRuntimeDriver}"/>
  +        <property name="torque.database.user"
  +                  value="${databaseUser}"/>
  +        <property name="torque.database.password"
  +                  value="${databasePassword}"/>
   
           <!-- We want Torque to also process the schema for OJB's internal tables.
                If you do not require them, put a comment around this copy task -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org