You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/01/20 13:30:01 UTC

cvs commit: gump/project db-ojb.xml

bodewig     2005/01/20 04:30:01

  Modified:    project  db-ojb.xml
  Log:
  Don't delete dirs
  
  Revision  Changes    Path
  1.37      +2 -6      gump/project/db-ojb.xml
  
  Index: db-ojb.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/db-ojb.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- db-ojb.xml	21 Dec 2004 12:36:19 -0000	1.36
  +++ db-ojb.xml	20 Jan 2005 12:30:01 -0000	1.37
  @@ -1,6 +1,6 @@
   <?xml version="1.0" ?>
   <!--
  -  Copyright 2001-2004 The Apache Software Foundation
  +  Copyright 2001-2005 The Apache Software Foundation
   
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
  @@ -34,8 +34,6 @@
     <project name="db-ojb-from-packages">
       <package>org.apache.ojb</package>
   
  -    <delete dir="target/classes"/>
  -    <mkdir dir="target/classes" />
       <ant target="jar">
         <property name="archive" value="db-ojb-from-packages-@@DATE@@" />
       </ant>
  @@ -99,8 +97,6 @@
     <project name="db-ojb">
       <package>org.apache.ojb</package>
   
  -    <delete dir="target/classes"/>
  -    <mkdir dir="target/classes" />
       <ant target="jar">
         <property name="archive" value="db-ojb-@@DATE@@" />
       </ant>