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 2003/01/06 20:46:22 UTC

cvs commit: jakarta-gump/project jelly-tags.xml

rubys       2003/01/06 11:46:22

  Modified:    project  jelly-tags.xml
  Log:
  Get a little further with ant, try a second taglib.  Currently 0 for 2.
  betwixt seems to require a directory to be made in order to build.  Weird.
  
  Revision  Changes    Path
  1.3       +27 -2     jakarta-gump/project/jelly-tags.xml
  
  Index: jelly-tags.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/jelly-tags.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jelly-tags.xml	6 Jan 2003 18:29:40 -0000	1.2
  +++ jelly-tags.xml	6 Jan 2003 19:46:22 -0000	1.3
  @@ -9,12 +9,37 @@
       </ant>
   
       <depend project="commons-jelly" inherit="all"/>
  +    <depend project="commons-grant"/>
   
       <work nested="jelly/jelly-tags/ant/target/classes"/>
  +    <work nested="jelly/jelly-tags/ant/target/test-classes"/>
   
  -    <jar name="attributes/target/commons-attributes-@@DATE@@.jar"/>
  +    <jar name="jelly/jelly-tags/ant/target/commons-jelly-tags-ant-@@DATE@@.jar"/>
    
  -    <nag from="Sam Ruby &lt;rubys@us.ibm.com&gt;"
  +    <nag from="Morgan Delagrange &lt;mdelagra@yahoo.com&gt;"
  +         to="commons-dev@jakarta.apache.org"/>
  +  </project>
  +
  +  <project name="commons-jelly-tags-betwixt">
  +    <package>org.apache.commons.jelly.tags.betwixt</package>
  +    <description>This is a Jelly interface for Betwixt.</description>
  +
  +    <mkdir dir="jelly/jelly-tags/betwixt/lib"/>
  +
  +    <ant basedir="jelly/jelly-tags/betwixt" target="jar">
  +      <property name="final.name"  value="commons-jelly-tags-betwixt-@@DATE@@"/>
  +    </ant>
  +
  +    <depend project="commons-jelly" inherit="all"/>
  +    <depend project="commons-betwixt"/>
  +    <depend project="commons-digester"/>
  +
  +    <work nested="jelly/jelly-tags/betwixt/target/classes"/>
  +    <work nested="jelly/jelly-tags/betwixt/target/test-classes"/>
  +
  +    <jar name="jelly/jelly-tags/betwixt/target/commons-jelly-tags-betwixt-@@DATE@@.jar"/>
  + 
  +    <nag from="Morgan Delagrange &lt;mdelagra@yahoo.com&gt;"
            to="commons-dev@jakarta.apache.org"/>
     </project>
   
  
  
  

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