You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by ru...@apache.org on 2001/06/16 04:28:01 UTC

cvs commit: jakarta-alexandria/proposal/gump/project castor.xml openjms.xml

rubys       01/06/15 19:28:01

  Modified:    proposal/gump/project castor.xml openjms.xml
  Log:
  These build files are sensitive to the current working directory...
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-alexandria/proposal/gump/project/castor.xml
  
  Index: castor.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/castor.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- castor.xml	2001/04/16 17:52:44	1.5
  +++ castor.xml	2001/06/16 02:28:01	1.6
  @@ -36,7 +36,7 @@
       <depend project="junit"/>
       <depend project="jtf"/>
       <depend project="XMLDiff"/>
  -    <ant basedir="src" target="runtests"/>
  +    <ant buildfile="src/build.xml" target="runtests"/>
     </project>
   
     <project name="jtf">
  
  
  
  1.5       +1 -1      jakarta-alexandria/proposal/gump/project/openjms.xml
  
  Index: openjms.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/openjms.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- openjms.xml	2001/04/29 13:09:08	1.4
  +++ openjms.xml	2001/06/16 02:28:01	1.5
  @@ -7,7 +7,7 @@
   
     <cvs repository="exolab" host-prefix="openjms" dir="openjms"/>
   
  -  <ant basedir="src" target="jar"/>
  +  <ant buildfile="src/build.xml" target="jar"/>
   
     <depend project="jakarta-ant"/>
     <depend project="xml-xerces"/>
  
  
  

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