You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by br...@apache.org on 2005/01/13 11:06:52 UTC

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

brett       2005/01/13 02:06:52

  Modified:    profile  gump.xml
  Added:       project  jakarta-commons-jelly.xml
  Removed:     project  jakarta-commons-jelly-core.xml
                        jakarta-commons-jelly-tags.xml
  Log:
  merge jelly - needs to be in one source tree
  
  Revision  Changes    Path
  1.504     +1 -2      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.503
  retrieving revision 1.504
  diff -u -r1.503 -r1.504
  --- gump.xml	13 Jan 2005 09:32:40 -0000	1.503
  +++ gump.xml	13 Jan 2005 10:06:52 -0000	1.504
  @@ -98,8 +98,7 @@
     <module href="project/jakarta-bsf.xml"/>
     <module href="project/jakarta-cactus.xml"/>
     <module href="project/jakarta-commons.xml"/>
  -  <module href="project/jakarta-commons-jelly-core.xml"/>
  -  <module href="project/jakarta-commons-jelly-tags.xml"/>
  +  <module href="project/jakarta-commons-jelly.xml"/>
     <module href="project/jakarta-commons-codec-11.xml"/>
     <module href="project/jakarta-commons-configuration-10.xml"/>
     <module href="project/commons-httpclient-2.0-branch.xml"/>
  
  
  
  1.1                  gump/project/jakarta-commons-jelly.xml
  
  Index: jakarta-commons-jelly.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <!--
  /*
   * Copyright 2001-2005 The Apache Software Foundation.
   * 
   * Licensed under the Apache License, Version 2.0 (the "License");
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   * 
   *      http://www.apache.org/licenses/LICENSE-2.0
   * 
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an "AS IS" BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   */
  -->
  
  <!--
    - This descriptor was automatically generated using Maven.
    - To regenerate, run: "maven gump:multiproject"
    -
    - If you have a requirement that leads to hand editing, please consider filing
    - a feature request at http://jira.codehaus.org/browse/MPGUMP
  -->
  <module name="commons-jelly">
    <description>Commons Jelly</description>
    <url href="http://jakarta.apache.org/commons/jelly/"/>
  
    <nag from="commons-jelly development &lt;commons-dev@jakarta.apache.org&gt;" to="commons-dev@jakarta.apache.org"/>
  
    <cvs repository="jakarta" module="jakarta-commons/jelly" />
      
    <project name="commons-jelly">
      <maven goal="jar" basedir=".">
        <property name="maven.final.name" value="commons-jelly-@@DATE@@"/>
        
        <property project="jakarta-servletapi-5-servlet" name="maven.jar.servletapi" reference="jarpath" />
        <property project="jakarta-taglibs-standard" name="maven.jar.jstl" reference="jarpath" id="jstl" />
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-cli" />
      <depend project="commons-collections" />
      <depend project="commons-discovery" />
      <depend project="commons-jexl" />
      <depend project="commons-lang" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="forehead" />
      <depend project="jakarta-servletapi-5-servlet" />
      <depend project="jakarta-taglibs-standard" />
      <depend project="jaxen" />
      <depend project="junit" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="." />
  
      <jar name="target/commons-jelly-@@DATE@@.jar" />
        
      <javadoc nested="target/docs/apidocs" />
  
      <junitreport nested="./target/test-reports" />
    
      <nag from="commons-jelly development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-junit">
      <maven goal="jar" basedir="jelly-tags/junit">
        <property name="maven.final.name" value="commons-jelly-tags-junit-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-cli" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="junit" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/junit" />
  
      <jar name="target/commons-jelly-tags-junit-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/junit/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/junit/target/test-reports" />
    
      <nag from="commons-jelly-tags-junit development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-util">
      <maven goal="jar" basedir="jelly-tags/util">
        <property name="maven.final.name" value="commons-jelly-tags-util-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jexl" />
      <depend project="commons-lang" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/util" />
  
      <jar name="target/commons-jelly-tags-util-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/util/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/util/target/test-reports" />
    
      <nag from="commons-jelly-tags-util development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-ant">
      <maven goal="jar" basedir="jelly-tags/ant">
        <property name="maven.final.name" value="commons-jelly-tags-ant-@@DATE@@"/>
        
        <property project="ant" name="maven.jar.ant-optional" reference="jarpath" />
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="ant" />
      <depend project="commons-beanutils" />
      <depend project="commons-cli" />
      <depend project="commons-collections" />
      <depend project="commons-grant" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jelly-tags-util" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/ant" />
  
      <jar name="target/commons-jelly-tags-ant-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/ant/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/ant/target/test-reports" />
    
      <nag from="commons-jelly-tags-ant development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-antlr">
      <maven goal="jar" basedir="jelly-tags/antlr">
        <property name="maven.final.name" value="commons-jelly-tags-antlr-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="antlr" />
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/antlr" />
  
      <jar name="target/commons-jelly-tags-antlr-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/antlr/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/antlr/target/test-reports" />
    
      <nag from="commons-jelly-tags-antlr development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-avalon">
      <maven goal="jar" basedir="jelly-tags/avalon">
        <property name="maven.final.name" value="commons-jelly-tags-avalon-@@DATE@@"/>
        
        <property project="avalon-framework-api" name="maven.jar.avalon-framework" reference="jarpath" />
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="avalon-framework-api" />
      <depend project="commons-beanutils" />
      <depend project="commons-cli" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/avalon" />
  
      <jar name="target/commons-jelly-tags-avalon-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/avalon/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/avalon/target/test-reports" />
    
      <nag from="commons-jelly-tags-avalon development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-log">
      <maven goal="jar" basedir="jelly-tags/log">
        <property name="maven.final.name" value="commons-jelly-tags-log-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/log" />
  
      <jar name="target/commons-jelly-tags-log-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/log/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/log/target/test-reports" />
    
      <nag from="commons-jelly-tags-log development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-bean">
      <maven goal="jar" basedir="jelly-tags/bean">
        <property name="maven.final.name" value="commons-jelly-tags-bean-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jelly-tags-log" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/bean" />
  
      <jar name="target/commons-jelly-tags-bean-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/bean/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/bean/target/test-reports" />
    
      <nag from="commons-jelly-tags-bean development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-beanshell">
      <maven goal="jar" basedir="jelly-tags/beanshell">
        <property name="maven.final.name" value="commons-jelly-tags-beanshell-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="bsh" />
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/beanshell" />
  
      <jar name="target/commons-jelly-tags-beanshell-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/beanshell/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/beanshell/target/test-reports" />
    
      <nag from="commons-jelly-tags-beanshell development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-betwixt">
      <maven goal="jar" basedir="jelly-tags/betwixt">
        <property name="maven.final.name" value="commons-jelly-tags-betwixt-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-betwixt" />
      <depend project="commons-collections" />
      <depend project="commons-digester" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jelly-tags-log" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/betwixt" />
  
      <jar name="target/commons-jelly-tags-betwixt-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/betwixt/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/betwixt/target/test-reports" />
    
      <nag from="commons-jelly-tags-betwixt development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-bsf">
      <maven goal="jar" basedir="jelly-tags/bsf">
        <property name="maven.final.name" value="commons-jelly-tags-bsf-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="bsf" />
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/bsf" />
  
      <jar name="target/commons-jelly-tags-bsf-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/bsf/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/bsf/target/test-reports" />
    
      <nag from="commons-jelly-tags-bsf development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-dynabean">
      <maven goal="jar" basedir="jelly-tags/dynabean">
        <property name="maven.final.name" value="commons-jelly-tags-dynabean-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/dynabean" />
  
      <jar name="target/commons-jelly-tags-dynabean-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/dynabean/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/dynabean/target/test-reports" />
    
      <nag from="commons-jelly-tags-dynabean development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-xml">
      <maven goal="jar" basedir="jelly-tags/xml">
        <property name="maven.final.name" value="commons-jelly-tags-xml-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xalan" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/xml" />
  
      <jar name="target/commons-jelly-tags-xml-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/xml/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/xml/target/test-reports" />
    
      <nag from="commons-jelly-tags-xml development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-define">
      <maven goal="jar" basedir="jelly-tags/define">
        <property name="maven.final.name" value="commons-jelly-tags-define-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-cli" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-dynabean" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jelly-tags-log" />
      <depend project="commons-jelly-tags-xml" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/define" />
  
      <jar name="target/commons-jelly-tags-define-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/define/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/define/target/test-reports" />
    
      <nag from="commons-jelly-tags-define development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-email">
      <maven goal="jar" basedir="jelly-tags/email">
        <property name="maven.final.name" value="commons-jelly-tags-email-@@DATE@@"/>
        
        <property project="jaf" name="maven.jar.activation" reference="jarpath" />
        <property project="javamail" name="maven.jar.mail" reference="jarpath" />
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaf" />
      <depend project="javamail" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/email" />
  
      <jar name="target/commons-jelly-tags-email-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/email/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/email/target/test-reports" />
    
      <nag from="commons-jelly-tags-email development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-fmt">
      <maven goal="jar" basedir="jelly-tags/fmt">
        <property name="maven.final.name" value="commons-jelly-tags-fmt-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="ant" />
      <depend project="bsh" />
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-grant" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-ant" />
      <depend project="commons-jelly-tags-beanshell" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/fmt" />
  
      <jar name="target/commons-jelly-tags-fmt-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/fmt/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/fmt/target/test-reports" />
    
      <nag from="commons-jelly-tags-fmt development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-jsl">
      <maven goal="jar" basedir="jelly-tags/jsl">
        <property name="maven.final.name" value="commons-jelly-tags-jsl-@@DATE@@"/>
        
        <property project="ant" name="maven.jar.ant-optional" reference="jarpath" />
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="ant" />
      <depend project="commons-beanutils" />
      <depend project="commons-cli" />
      <depend project="commons-collections" />
      <depend project="commons-grant" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-ant" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jelly-tags-log" />
      <depend project="commons-jelly-tags-xml" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/jsl" />
  
      <jar name="target/commons-jelly-tags-jsl-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/jsl/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/jsl/target/test-reports" />
    
      <nag from="commons-jelly-tags-jsl development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-html">
      <maven goal="jar" basedir="jelly-tags/html">
        <property name="maven.final.name" value="commons-jelly-tags-html-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-cli" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-jsl" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jelly-tags-log" />
      <depend project="commons-jelly-tags-xml" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="nekohtml" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/html" />
  
      <jar name="target/commons-jelly-tags-html-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/html/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/html/target/test-reports" />
    
      <nag from="commons-jelly-tags-html development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-http">
      <maven goal="jar" basedir="jelly-tags/http">
        <property name="maven.final.name" value="commons-jelly-tags-http-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-httpclient" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-define" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/http" />
  
      <jar name="target/commons-jelly-tags-http-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/http/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/http/target/test-reports" />
    
      <nag from="commons-jelly-tags-http development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-interaction">
      <maven goal="jar" basedir="jelly-tags/interaction">
        <property name="maven.final.name" value="commons-jelly-tags-interaction-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/interaction" />
  
      <jar name="target/commons-jelly-tags-interaction-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/interaction/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/interaction/target/test-reports" />
    
      <nag from="commons-jelly-tags-interaction development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-xmlunit">
      <maven goal="jar" basedir="jelly-tags/xmlunit">
        <property name="maven.final.name" value="commons-jelly-tags-xmlunit-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jelly-tags-xml" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="junit" />
      <depend project="xalan" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      <depend project="xmlunit" />
      
      <home nested="jelly-tags/xmlunit" />
  
      <jar name="target/commons-jelly-tags-xmlunit-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/xmlunit/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/xmlunit/target/test-reports" />
    
      <nag from="commons-jelly-tags-xmlunit development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-jaxme">
      <maven goal="jar" basedir="jelly-tags/jaxme">
        <property name="maven.final.name" value="commons-jelly-tags-jaxme-@@DATE@@"/>
        
        <property project="ws-jaxme" name="maven.jar.jaxme" reference="jarpath" id="jaxme2" />
        <property project="ws-jaxme" name="maven.jar.jaxme-js" reference="jarpath" id="js" />
        <property project="ws-jaxme" name="maven.jar.jaxme-xs" reference="jarpath" id="xs" />
        <property project="ws-jaxme" name="maven.jar.jaxme-api" reference="jarpath" id="api" />
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jelly-tags-xml" />
      <depend project="commons-jelly-tags-xmlunit" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="ws-jaxme" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      <depend project="xmlunit" />
      
      <home nested="jelly-tags/jaxme" />
  
      <jar name="target/commons-jelly-tags-jaxme-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/jaxme/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/jaxme/target/test-reports" />
    
      <nag from="commons-jelly-tags-jaxme development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-jetty">
      <maven goal="jar" basedir="jelly-tags/jetty">
        <property name="maven.final.name" value="commons-jelly-tags-jetty-@@DATE@@"/>
        
        <property project="jetty4" name="maven.jar.jetty" reference="jarpath" />
        <property project="jakarta-servletapi-5-servlet" name="maven.jar.servletapi" reference="jarpath" />
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-httpclient" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-http" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jakarta-servletapi-5-servlet" />
      <depend project="jaxen" />
      <depend project="jetty4" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/jetty" />
  
      <jar name="target/commons-jelly-tags-jetty-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/jetty/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/jetty/target/test-reports" />
    
      <nag from="commons-jelly-tags-jetty development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-swt">
      <maven goal="jar" basedir="jelly-tags/swt">
        <property name="maven.final.name" value="commons-jelly-tags-swt-@@DATE@@"/>
        
        <property project="eclipse" name="maven.jar.swt" reference="jarpath" id="swt" />
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-cli" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-log" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="eclipse" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/swt" />
  
      <jar name="target/commons-jelly-tags-swt-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/swt/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/swt/target/test-reports" />
    
      <nag from="commons-jelly-tags-swt development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-jface">
      <maven goal="jar" basedir="jelly-tags/jface">
        <property name="maven.final.name" value="commons-jelly-tags-jface-@@DATE@@"/>
        
        <property project="eclipse" name="maven.jar.swt" reference="jarpath" id="swt" />
        <property project="eclipse" name="maven.jar.eclipse-boot" reference="jarpath" id="boot" />
        <property project="eclipse" name="maven.jar.eclipse-jface" reference="jarpath" id="jface" />
        <property project="eclipse" name="maven.jar.eclipse-runtime" reference="jarpath" id="runtime" />
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-cli" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-define" />
      <depend project="commons-jelly-tags-log" />
      <depend project="commons-jelly-tags-swt" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="eclipse" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/jface" />
  
      <jar name="target/commons-jelly-tags-jface-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/jface/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/jface/target/test-reports" />
    
      <nag from="commons-jelly-tags-jface development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-jms">
      <maven goal="jar" basedir="jelly-tags/jms">
        <property name="maven.final.name" value="commons-jelly-tags-jms-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="commons-messenger" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="jms" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/jms" />
  
      <jar name="target/commons-jelly-tags-jms-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/jms/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/jms/target/test-reports" />
    
      <nag from="commons-jelly-tags-jms development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-jmx">
      <maven goal="jar" basedir="jelly-tags/jmx">
        <property name="maven.final.name" value="commons-jelly-tags-jmx-@@DATE@@"/>
        
        <property project="mx4j" name="maven.jar.mx4j-jmx" reference="jarpath" id="mx4j-jmx" />
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-cli" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-bean" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jelly-tags-log" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="mx4j" />
      <depend project="mx4j-tools" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/jmx" />
  
      <jar name="target/commons-jelly-tags-jmx-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/jmx/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/jmx/target/test-reports" />
    
      <nag from="commons-jelly-tags-jmx development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-ojb">
      <maven goal="jar" basedir="jelly-tags/ojb">
        <property name="maven.final.name" value="commons-jelly-tags-ojb-@@DATE@@"/>
        
        <property project="db-ojb" name="maven.jar.ojb" reference="jarpath" />
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jexl" />
      <depend project="commons-lang" />
      <depend project="commons-logging" />
      <depend project="db-ojb" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/ojb" />
  
      <jar name="target/commons-jelly-tags-ojb-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/ojb/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/ojb/target/test-reports" />
    
      <nag from="commons-jelly-tags-ojb development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-quartz">
      <maven goal="jar" basedir="jelly-tags/quartz">
        <property name="maven.final.name" value="commons-jelly-tags-quartz-@@DATE@@"/>
        
        <property project="logging-log4j" name="maven.jar.log4j" reference="jarpath" />
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-cli" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="logging-log4j" />
      <depend project="quartz" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/quartz" />
  
      <jar name="target/commons-jelly-tags-quartz-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/quartz/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/quartz/target/test-reports" />
    
      <nag from="commons-jelly-tags-quartz development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-regexp">
      <maven goal="jar" basedir="jelly-tags/regexp">
        <property name="maven.final.name" value="commons-jelly-tags-regexp-@@DATE@@"/>
        
        <property project="jakarta-oro" name="maven.jar.oro" reference="jarpath" />
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jakarta-oro" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/regexp" />
  
      <jar name="target/commons-jelly-tags-regexp-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/regexp/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/regexp/target/test-reports" />
    
      <nag from="commons-jelly-tags-regexp development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-soap">
      <maven goal="jar" basedir="jelly-tags/soap">
        <property name="maven.final.name" value="commons-jelly-tags-soap-@@DATE@@"/>
        
        <property project="ws-axis" name="maven.jar.axis" reference="jarpath" id="axis" />
        <property project="ws-axis" name="maven.jar.jaxrpc-api" reference="jarpath" id="axis-jaxrpc" />
        <property project="ws-axis" name="maven.jar.saaj-api" reference="jarpath" id="axis-saaj" />
        <property project="jakarta-servletapi-5-servlet" name="maven.jar.servletapi" reference="jarpath" />
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-cli" />
      <depend project="commons-collections" />
      <depend project="commons-discovery" />
      <depend project="commons-httpclient" />
      <depend project="commons-jelly" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jakarta-servletapi-5-servlet" />
      <depend project="jaxen" />
      <depend project="jaxme-api" />
      <depend project="ws-axis" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/soap" />
  
      <jar name="target/commons-jelly-tags-soap-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/soap/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/soap/target/test-reports" />
    
      <nag from="commons-jelly-tags-soap development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-sql">
      <maven goal="jar" basedir="jelly-tags/sql">
        <property name="maven.final.name" value="commons-jelly-tags-sql-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-cli" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="hsqldb" />
      <depend project="jaxen" />
      <depend project="jdbc" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/sql" />
  
      <jar name="target/commons-jelly-tags-sql-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/sql/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/sql/target/test-reports" />
    
      <nag from="commons-jelly-tags-sql development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-swing">
      <maven goal="jar" basedir="jelly-tags/swing">
        <property name="maven.final.name" value="commons-jelly-tags-swing-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-cli" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-define" />
      <depend project="commons-jelly-tags-interaction" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jelly-tags-log" />
      <depend project="commons-jexl" />
      <depend project="commons-lang" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/swing" />
  
      <jar name="target/commons-jelly-tags-swing-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/swing/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/swing/target/test-reports" />
    
      <nag from="JellySwing development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-threads">
      <maven goal="jar" basedir="jelly-tags/threads">
        <property name="maven.final.name" value="commons-jelly-tags-threads-@@DATE@@"/>
        
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/threads" />
  
      <jar name="target/commons-jelly-tags-threads-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/threads/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/threads/target/test-reports" />
    
      <nag from="commons-jelly-tags-threads development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-validate">
      <maven goal="jar" basedir="jelly-tags/validate">
        <property name="maven.final.name" value="commons-jelly-tags-validate-@@DATE@@"/>
        
        <property project="iso-relax" name="maven.jar.isorelax" reference="jarpath" />
        <property project="relaxng" name="maven.jar.relaxngDatatype" reference="jarpath" />
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-cli" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jelly-tags-junit" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="iso-relax" />
      <depend project="jaxen" />
      <depend project="junit" />
      <depend project="msv" />
      <depend project="relaxng" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      <depend project="xsdlib" />
      
      <home nested="jelly-tags/validate" />
  
      <jar name="target/commons-jelly-tags-validate-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/validate/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/validate/target/test-reports" />
    
      <nag from="commons-jelly-tags-validate development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
      
    <project name="commons-jelly-tags-velocity">
      <maven goal="jar" basedir="jelly-tags/velocity">
        <property name="maven.final.name" value="commons-jelly-tags-velocity-@@DATE@@"/>
        
        <property project="jakarta-velocity" name="maven.jar.velocity" reference="jarpath" />
        <property project="xml-xerces" name="maven.jar.xerces" reference="jarpath" />
      </maven>
  
      <depend project="commons-beanutils" />
      <depend project="commons-collections" />
      <depend project="commons-jelly" />
      <depend project="commons-jexl" />
      <depend project="commons-logging" />
      <depend project="dom4j" />
      <depend project="jakarta-velocity" />
      <depend project="jaxen" />
      <depend project="xml-apis" />
      <depend project="xml-xerces" />
      
      <home nested="jelly-tags/velocity" />
  
      <jar name="target/commons-jelly-tags-velocity-@@DATE@@.jar" />
        
      <javadoc nested="jelly-tags/velocity/target/docs/apidocs" />
  
      <junitreport nested="jelly-tags/velocity/target/test-reports" />
    
      <nag from="commons-jelly-tags-velocity development &lt;commons-dev@jakarta.apache.org&gt;"
           to="commons-dev@jakarta.apache.org"/>
    </project>
  </module>