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 ar...@apache.org on 2004/04/02 08:50:07 UTC

cvs commit: db-ojb build.xml

arminw      2004/04/01 22:50:07

  Modified:    .        build.xml
  Log:
  use 'main-opt' (optimized compiling) target when 'jar' OJB
  
  Revision  Changes    Path
  1.119     +2 -2      db-ojb/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/build.xml,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- build.xml	28 Mar 2004 10:48:41 -0000	1.118
  +++ build.xml	2 Apr 2004 06:50:07 -0000	1.119
  @@ -368,7 +368,7 @@
       <!-- ================================================================== -->
   
       <target name="jar" description="Builds the binary ojb-xxx.jar in the dist directory.">
  -		<ant target="main"/>
  +		<ant target="main-opt"/>
   		<ant target="jar-internal"/>
       </target>
   
  
  
  

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