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 br...@apache.org on 2004/01/04 05:36:07 UTC

cvs commit: db-ojb/src/test/org/apache/ojb build.xml

brianm      2004/01/03 20:36:07

  Modified:    src/test/org/apache/ojb build.xml
  Log:
  Fix accidental checkin
  
  Revision  Changes    Path
  1.3       +0 -11     db-ojb/src/test/org/apache/ojb/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	4 Jan 2004 04:34:15 -0000	1.2
  +++ build.xml	4 Jan 2004 04:36:07 -0000	1.3
  @@ -59,17 +59,6 @@
           <delete file="velocity.log"/>
       </target>
   
  -    <target name="repository-files">
  -        <taskdef name="ojbdoclet"
  -            classname="xdoclet.modules.ojb.OjbDocletTask"
  -            classpathref="compile-classpath" />
  -            <ojbdoclet destdir="./build">
  -                <fileset dir="./src/java"/>
  -                <ojbrepository destinationFile="repository_user.xml"/>
  -                <torqueschema databaseName="kendra" destinationFile="kendra_schema.xml"/>
  -            </ojbdoclet>
  -    </target>
  -
       <target name="jar" depends="build">
           <mkdir dir="${target.dir}"/>
           <jar index="true" jarfile="${target.dir}/${jar.name}">
  
  
  

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