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 jv...@apache.org on 2001/10/29 21:11:51 UTC

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

jvanzyl     01/10/29 12:11:50

  Modified:    proposal/gump/project bcel.xml
  Log:
  - the new bcel sources are now in jakarta
  
    notes:
  
    there is no "dist" target in the build file i got from markus,
    so i left it at the default "jar" target.
  
    resultant jar file is now in bin/ instead of lib/
  
    changed repository :-)
  
    added dependency of jakarta-regexp which is now used instead
    of the equivalent gnu package.
  
  Revision  Changes    Path
  1.3       +5 -5      jakarta-alexandria/proposal/gump/project/bcel.xml
  
  Index: bcel.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/bcel.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- bcel.xml	2001/10/27 14:57:17	1.2
  +++ bcel.xml	2001/10/29 20:11:49	1.3
  @@ -1,23 +1,23 @@
   <module name="bcel">
   
  -  <url href="http://bcel.sourceforge.net"/>
  +  <url href="http://jakarta.apache.org/bcel"/>
     <description>
        Byte Code Engineering Library
     </description>
   
  -  <cvs repository="sourceforge" 
  -     host-prefix="cvs.bcel" dir="bcel" module="BCEL"/>
  +  <cvs repository="jakarta"/>
     
     <project name="bcel">
  -    <ant target="dist">
  +    <ant>
         <property name="version" value="gump"/>
       </ant>
   
       <depend project="jakarta-ant"/>
       <depend project="xml-xerces"/>
  +    <depend project="jakarta-regexp"/>
   
       <home nested="BCEL-gump"/>
  -    <jar name="lib/bcel.jar"/>
  +    <jar name="bin/bcel.jar"/>
       <javadoc nested="BCEL-gump/docs/apiDocs"/>
     </project>
   
  
  
  

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