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 2002/02/09 00:48:55 UTC

cvs commit: jakarta-alexandria/proposal/gump/project jrefactory.xml webwork.xml

rubys       02/02/08 15:48:55

  Modified:    proposal/gump/project jrefactory.xml webwork.xml
  Log:
  Apply patches from Peter Donald.  Notes:
    * the problem with JRefactory was with the <cvs> not with the <project>
    * db40.jar is obtainable from webwork's cvs.  See the diff to see how
      this is done.
    * I see no dependency yet on saxon...
  
  Submitted by:	Peter Donald <pe...@apache.org>
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-alexandria/proposal/gump/project/jrefactory.xml
  
  Index: jrefactory.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jrefactory.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jrefactory.xml	8 Feb 2002 15:22:44 -0000	1.1
  +++ jrefactory.xml	8 Feb 2002 23:48:55 -0000	1.2
  @@ -5,7 +5,8 @@
       A refactoring tool for the Java programming language.
     </description>
   
  -  <cvs repository="sourceforge" host-prefix="cvs.jrefactory" dir="jrefactory"/>
  +  <cvs repository="sourceforge" host-prefix="cvs.JRefactory" dir="jrefactory" 
  +       module="JRefactory"/>
     
     <project name="jrefactory">
       <ant>
  
  
  
  1.2       +8 -0      jakarta-alexandria/proposal/gump/project/webwork.xml
  
  Index: webwork.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/webwork.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- webwork.xml	8 Feb 2002 15:22:44 -0000	1.1
  +++ webwork.xml	8 Feb 2002 23:48:55 -0000	1.2
  @@ -14,7 +14,15 @@
       <depend project="javacc"/>
       <depend project="jakarta-log4j"/>
       <depend project="jakarta-servletapi-4"/>
  +    <depend project="jakarta-velocity"/>
  +    <depend project="bsf"/>
  +    <depend project="jdom"/>
  +    <depend project="db40"/>
       <jar id="webwork" name="build/result/web/WEB-INF/lib/webwork.jar"/>
     </project>
   
  +  <project name="db40">
  +    <home nested="src"/>
  +    <jar name="lib/db4o.jar"/>
  +  </project>
   </module>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-alexandria/proposal/gump/project jrefactory.xml webwork.xml

Posted by Peter Donald <pe...@apache.org>.
On Sat, 9 Feb 2002 10:48, rubys@apache.org wrote:
> rubys       02/02/08 15:48:55
>
>   Modified:    proposal/gump/project jrefactory.xml webwork.xml
>   Log:
>   Apply patches from Peter Donald.  Notes:

Thanks!

>     * the problem with JRefactory was with the <cvs> not with the <project>

I didn't really have a clue what I was doing ;)

>     * db40.jar is obtainable from webwork's cvs.  See the diff to see how
>       this is done.

kool! didn't know you could do that ... or maybe I did and just didn't think 
about it.

>     * I see no dependency yet on saxon...

It is for openjmx (or at least saxon.jar is in openjmx CVS) - the mailing 
list seems to really hate that file though so everytime I sent it it hasn't 
got thorugh ;)


-- 
Cheers,

Pete

*----------------------------------------------*
| The best defense against logic is ignorance. |
*----------------------------------------------*

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>