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 bo...@apache.org on 2002/11/13 17:38:14 UTC

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

bodewig     2002/11/13 08:38:14

  Modified:    proposal/gump/project jakarta-bsf.xml
  Log:
  Build Apache BSF - without rhino for now
  
  Revision  Changes    Path
  1.2       +21 -0     jakarta-alexandria/proposal/gump/project/jakarta-bsf.xml
  
  Index: jakarta-bsf.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jakarta-bsf.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jakarta-bsf.xml	6 Nov 2002 09:46:59 -0000	1.1
  +++ jakarta-bsf.xml	13 Nov 2002 16:38:13 -0000	1.2
  @@ -9,6 +9,27 @@
   
     <project name="jakarta-bsf">
       <package>org.apache.bsf</package>
  +
  +    <mkdir dir="src/bsf-2.3/bsf_debug/build/classes"/>
  +    <mkdir dir="src/bsf-2.3/bsf/build/classes"/>
  +    <ant basedir="src/bsf-2.3" target="bindist"/>
  +
  +    <depend project="jakarta-ant" inherit="runtime"/>
  +    <depend project="xml-xerces"/>
  +
  +    <depend project="jakarta-servletapi-5-jsp"/>
  +    <depend project="jakarta-servletapi-5-servlet"/>
  +
  +    <option project="jython"/>
  +    <!--option project="rhino"/-->
  +    <option project="xml-xalan2"/>
  +
  +    <work nested="src/bsf-2.3/bsf_debug/build/classes"/>
  +    <work nested="src/bsf-2.3/bsf/build/classes"/>
  +
  +    <home nested="src/bsf-2.3/build"/>
  +    <jar  name="lib/bsf.jar"/>
  +
       <nag from="Stefan Bodewig &lt;bodewig@apache.org&gt;"
            to="bsf-dev@jakarta.apache.org"/>
     </project>
  
  
  

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