vmassol     2004/03/14 03:51:39

  Modified:    documentation/docs/xdocs sitemap.xml
  Log:
  sorted internal links by id. Please continue following this convention...
  
  Revision  Changes    Path
  1.74      +261 -246  jakarta-cactus/documentation/docs/xdocs/sitemap.xml
  
  Index: sitemap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/sitemap.xml,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- sitemap.xml       14 Mar 2004 09:26:04 -0000      1.73
  +++ sitemap.xml       14 Mar 2004 11:51:39 -0000      1.74
  @@ -26,17 +26,22 @@
   
   <sitemap>
   
  -  <!-- Internal links -->
  +  <!-- ================================================================== -->
  +  <!-- Internal links (sorted alphabetically by id) -->
  +  <!-- ================================================================== -->
   
  -  <resource id="index" target="index.html" name="Overview">
  -    Describes what the Cactus framework is, defines several types of
  -    unit tests and explains which are best implemented with Cactus.
  +  <resource id="build_result" target="participating/build_result.html"
  +      name="Nightly Build Results">
  +    Aggregated links to the results of the nightly builds.
     </resource>
   
  -  <resource id="news" target="news.html" name="News">
  -    Latest news and events about Cactus.
  +  <resource id="cactus_report_xsl" target="misc/cactus-report.xsl"/>
  +
  +  <resource id="cactusname" target="cactusname.html"
  +      name="Why the Name?">
  +    Some background information about how Cactus got its name.
     </resource>
  -  
  +
     <resource id="changes" target="changes.html" name="Changes">
       Cactus release changelogs and list of all the web site pages that
       have been recently changed.
  @@ -46,135 +51,64 @@
         name="Changes archive">
       Archives of older Cactus release changes.
     </resource>
  -  
  -  <resource id="features" target="features.html" name="Features">
  -    Cactus feature list.
  -  </resource>
  -  
  -  <resource id="goals" target="goals.html" name="Goals">
  -    Short and long term goals for Cactus.
  -  </resource>
  -  
  -  <resource id="sitemap" target="sitemap.html" name="Sitemap">
  -    List of all site resources.
  -  </resource>
   
  -  <resource id="todo" target="participating/todo.html" name="Roadmap/Todo">
  -    List of todo tasks for the next Cactus releases.
  +  <resource id="code_sample_servlet" target="misc/SampleServlet.class"/>
  +
  +  <resource id="code_test_sample_servlet" target="misc/TestSampleServlet.class"/>
  +
  +  <resource id="coding_conventions"
  +      target="participating/coding_conventions.html"
  +      name="Coding Conventions">
  +    The coding conventions used for the development of Cactus itself.
     </resource>
  -  
  +
     <resource id="contributors" target="participating/contributors.html"
         name="Contributors">
       Lists people who are or have been contributing to Cactus.
     </resource>
  -  
  -  <resource id="participating" target="participating/index.html"
  -      name="Participating">
  -    Information on participating in the development of Cactus.
  -  </resource>
  -  
  -  <resource id="users" target="participating/users.html"
  -      name="Who Uses Cactus?">
  -    Informal list about who is using Cactus.
  -  </resource>
   
  -  <resource id="license" target="license.html"
  -      name="License">
  -    The Cactus License.
  +  <resource id="coverage" target="participating/coverage.html"
  +      name="Code Coverage Reports">
  +    Cactus code coverage reports (generated by Clover)
     </resource>
  -  
  +  <resource id="coverage_clover_12_report" check="false"
  +      target="clover-12/index.html"/>
  +  <resource id="coverage_clover_13_report" check="false"
  +      target="clover-13/index.html"/> 
  +
     <resource id="downloads" target="downloads.html"
         name="Downloads">
       Downloads of Cactus releases and nightly builds.
     </resource>
  -  
  -  <resource id="how_it_works" target="how_it_works.html"
  -      name="How It Works">
  -    High level view of the inner workings of Cactus.
  -  </resource>
  -  
  -  <resource id="how_it_works_uml" target="how_it_works_uml.html"
  -      name="How It Works (UML)">
  -    High level view of the inner workings of Cactus as a UML sequence diagram.
  -  </resource>
  -  
  -  <resource id="getting_started" target="getting_started.html"
  -      name="Getting Started">
  -    Gentle introduction to get you up to speed with Cactus.
  -  </resource>
  -  
  -  <resource id="mock_vs_cactus" target="mock_vs_cactus.html"
  -      name="Mock Objects vs. In-Container">
  -    Discussion of in-container testing as compared to using a mock objects
  -    approach.
  -  </resource>
  -  
  -  <resource id="javadoc" target="javadoc.html"
  -      name="API Documentation">
  -    The API documentation for the various parts of Cactus.
  -  </resource>
  -  
  +
     <resource id="faq" target="faq.html"
         name="Frequently Asked Questions">
       Questions frequently asked (and sometimes answered)
     </resource>
  -  
  -  <resource id="howto_classpath"
  -      target="integration/howto_classpath.html"
  -      name="Classpath Howto">
  -    Information on how to set up the classpath for running Cactus tests.
  -  </resource>
  -  
  -  <resource id="howto_config"
  -      target="integration/howto_config.html"
  -      name="Configuration Howto">
  -    Information on how to configure Cactus when running tests manually.
  -  </resource>
  -  
  -  <resource id="howto_migration" target="howto_migration.html"
  -    name="Migration Guide">
  -    Information on how to migrate to a more recent version of Cactus.
  -  </resource>
  -  
  -  <resource id="howto_testcase" target="writing/howto_testcase.html"
  -      name="Writing Cactus Tests">
  -    Introduction to writing Cactus-based unit tests.
  -  </resource>
   
  -  <resource id="howto_testcase_servlet"
  -      target="writing/howto_testcase_servlet.html"
  -      name="Writing Cactus Tests for Servlets">
  -    Information on writing Cactus-based tests to test Servlets.
  -  </resource>
  -  
  -  <resource id="howto_testcase_jsp" target="writing/howto_testcase_jsp.html"
  -      name="Writing Cactus Tests for JSP Taglibs">
  -    How to write unit tests for JSP tag libraries using Cactus.
  +  <resource id="features" target="features.html" name="Features">
  +    Cactus feature list.
     </resource>
  -  
  -  <resource id="howto_testcase_filter"
  -      target="writing/howto_testcase_filter.html"
  -      name="Writing Cactus Tests for Filters">
  -    How to write unit tests for Servlet Filters using Cactus.
  +
  +  <resource id="getting_started" target="getting_started.html"
  +      name="Getting Started">
  +    Gentle introduction to get you up to speed with Cactus.
     </resource>
  -  
  -  <resource id="howto_jsp" target="writing/howto_jsp.html"
  -      name="Writing Cactus Tests for JSP Pages">
  -    How to write unit tests for JSP pages using Cactus.
  +
  +  <resource id="goals" target="goals.html" name="Goals">
  +    Short and long term goals for Cactus.
     </resource>
  -  
  -  <resource id="howto_runner" target="integration/index.html"
  -      name="Cactus runners">
  -    Information on the various methods of running tests with Cactus.
  +
  +  <resource id="how_it_works" target="how_it_works.html"
  +      name="How It Works">
  +    High level view of the inner workings of Cactus.
     </resource>
  -  
  -  <resource id="howto_security" target="writing/howto_security.html"/>
  -  
  -  <resource id="integration_ant" target="integration/ant/index.html"
  -      name="Ant Integration">
  -    Overview of the Ant integration mechanisms provided by Cactus.
  +
  +  <resource id="how_it_works_uml" target="how_it_works_uml.html"
  +      name="How It Works (UML)">
  +    High level view of the inner workings of Cactus as a UML sequence diagram.
     </resource>
  -  
  +
     <resource id="howto_ant_cactus"
         target="integration/ant/howto_ant_cactus.html"
         name="Using Cactus with Ant">
  @@ -192,217 +126,298 @@
         name="Ant Primer">
       Quick introduction to the basic concepts of the Ant build tool.
     </resource>
  -  
  -  <resource id="task_cactus"
  -      target="integration/ant/task_cactus.html"
  -      name="Cactus Ant Task">
  -    Documentation for the &lt;cactus&gt; task provided by Cactus.
  -  </resource>
  -  
  -  <resource id="task_cactifywar"
  -      target="integration/ant/task_cactifywar.html"
  -      name="CactifyWar Ant Task">
  -    Documentation for the &lt;cactifywar&gt; task provided by Cactus.
  -  </resource>
  -  
  -  <resource id="task_runservertests"
  -      target="integration/ant/task_runservertests.html"
  -      name="RunServerTests Ant Task">
  -    Documentation for the &lt;runservertests&gt; task provided by Cactus.
  -  </resource>
  -  
  -  <resource id="task_webxmlmerge"
  -      target="integration/ant/task_webxmlmerge.html"
  -      name="WebXmlMerge Ant Task">
  -    Documentation for the &lt;webxmlmerge&gt; task provided by Cactus.
  +
  +  <resource id="howto_build" target="participating/howto_build.html"
  +      name="Building From Source">
  +    How to build Cactus from source.
     </resource>
  -  
  -  <resource id="howto_httpunit" target="writing/howto_httpunit.html"
  -      name="HttpUnit Howto">
  -    How to use HttpUnit tests inside Cactus test cases
  +
  +  <resource id="howto_classpath"
  +      target="integration/howto_classpath.html"
  +      name="Classpath Howto">
  +    Information on how to set up the classpath for running Cactus tests.
     </resource>
     
  -  <resource id="howto_sample" target="howto_sample.html"
  -      name="Samples Howto">
  -    How to get started with the sample application provided by Cactus.
  +  <resource id="howto_config"
  +      target="integration/howto_config.html"
  +      name="Configuration Howto">
  +    Information on how to configure Cactus when running tests manually.
     </resource>
  -  
  +
     <resource id="howto_ejb" target="writing/howto_ejb.html"
         name="Writing Cactus Tests for EJBs">
       How to test Enterprise JavaBeans using Cactus.
     </resource>
  -  
  +
     <resource id="howto_ejb_j2eeri" target="writing/howto_ejb_j2eeri.html"
         name="J2EE-RI Howto">
       Information on running EJB unit tests against the J2EE reference
       implementation.
     </resource>
  -  
  +
  +  <resource id="howto_httpunit" target="writing/howto_httpunit.html"
  +      name="HttpUnit Howto">
  +    How to use HttpUnit tests inside Cactus test cases
  +  </resource>
  +
     <resource id="howto_ide" target="integration/howto_ide.html"
         name="IDE Howto">
       Information on integrating Cactus with some IDEs
     </resource>
  -  
  -  <resource id="howto_ide_vajava_wte"
  -      target="integration/howto_ide_vajava_wte.html"
  -      name="IDE Howto: Visual Age for Java with WebSphere">
  -    Information on using Cactus from the Visual Age for Java IDE with the
  -    WebSphere Test Environment.
  -  </resource>
  -  
  -  <resource id="howto_ide_vajava_tomcat"
  -      target="integration/howto_ide_vajava_tomcat.html"
  -      name="IDE Howto: Visual Age for Java with Tomcat">
  -    Information on using Cactus from the Visual Age for Java IDE with the
  -    Tomcat Test Environment.
  -  </resource>
  -  
  +
     <resource id="howto_ide_jbuilder4"
         target="integration/howto_ide_jbuilder4.html"
         name="IDE Howto: JBuilder 4">
       Information on using Cactus from the Borland JBuiler 4 IDE.
     </resource>
  -  
  +
     <resource id="howto_ide_jbuilder5"
         target="integration/howto_ide_jbuilder5.html"
         name="IDE Howto: JBuilder 5">
       Information on using Cactus from the Builder JBuilder 5 IDE.
     </resource>
  -  
  -  <resource id="integration_jetty" target="integration/integration_jetty.html"
  -      name="Jetty Integration">
  -    Explains how to use the special integration Cactus provides for the Jetty
  -    servlet container.
  -  </resource>
   
  -  <resource id="integration_browser" target="integration/integration_browser.html"
  -      name="Browser Integration">
  -    Explains how to run Cactus tests from a browser.
  +  <resource id="howto_ide_vajava_tomcat"
  +      target="integration/howto_ide_vajava_tomcat.html"
  +      name="IDE Howto: Visual Age for Java with Tomcat">
  +    Information on using Cactus from the Visual Age for Java IDE with the
  +    Tomcat Test Environment.
     </resource>
     
  -  <resource id="howto_tomcat" target="integration/howto_tomcat.html"
  -      name="Tomcat Howto">
  -    Quickstart guide for getting Cactus tests running on Tomcat 4.x.
  +  <resource id="howto_ide_vajava_wte"
  +      target="integration/howto_ide_vajava_wte.html"
  +      name="IDE Howto: Visual Age for Java with WebSphere">
  +    Information on using Cactus from the Visual Age for Java IDE with the
  +    WebSphere Test Environment.
     </resource>
  -  
  +
  +  <resource id="howto_jsp" target="writing/howto_jsp.html"
  +      name="Writing Cactus Tests for JSP Pages">
  +    How to write unit tests for JSP pages using Cactus.
  +  </resource>
  +
     <resource id="howto_junitee" target="integration/howto_junitee.html"
         name="JUnitEE Howto">
       Explains how to integrate Cactus tests with JUnitEE.
     </resource>
     
  -  <resource id="mailinglist" target="mailinglist.html"
  -      name="Mailing Lists">
  -    Information about the Cactus mailing lists.
  +  <resource id="howto_migration" target="howto_migration.html"
  +    name="Migration Guide">
  +    Information on how to migrate to a more recent version of Cactus.
     </resource>
  -  
  -  <resource id="cactusname" target="cactusname.html"
  -      name="Why the Name?">
  -    Some background information about how Cactus got its name.
  +
  +  <resource id="howto_runner" target="integration/index.html"
  +      name="Cactus runners">
  +    Information on the various methods of running tests with Cactus.
     </resource>
  -  
  -  <resource id="logos" target="participating/logos.html"
  -      name="Logo Challenge">
  -    Logos for Cactus proposed by various people.
  +
  +  <resource id="howto_sample" target="howto_sample.html"
  +      name="Samples Howto">
  +    How to get started with the sample application provided by Cactus.
     </resource>
  -  <resource id="logos_img_vgritsenko" target="images/logos/vgritsenko.jpg"/>
  -  <resource id="logos_img_vgritsenko2" target="images/logos/vgritsenko2.jpg"/>
  +
  +  <resource id="howto_security" target="writing/howto_security.html">
     
  -  <resource id="resources" target="resources/index.html"
  -      name="Resources">
  -    Links to Cactus related resources.
  -  </resource>
  -  <resource id="resources_cactus" target="resources/resources_cactus.html"
  -      name="Cactus links">
  -    Links about Cactus.
  +  <resource id="howto_testcase" target="writing/howto_testcase.html"
  +      name="Writing Cactus Tests">
  +    Introduction to writing Cactus-based unit tests.
     </resource>
  -  <resource id="resources_books" target="resources/resources_books.html"
  -      name="Cactus books">
  -    Books covering Cactus.
  +
  +  <resource id="howto_testcase_filter"
  +      target="writing/howto_testcase_filter.html"
  +      name="Writing Cactus Tests for Filters">
  +    How to write unit tests for Servlet Filters using Cactus.
     </resource>
  -  <resource id="resources_testing" target="resources/resources_testing.html"
  -      name="Testing links">
  -    Links about testing and unit testing in general.
  +
  +  <resource id="howto_testcase_jsp" target="writing/howto_testcase_jsp.html"
  +      name="Writing Cactus Tests for JSP Taglibs">
  +    How to write unit tests for JSP tag libraries using Cactus.
     </resource>
  -  
  -  <resource id="coverage" target="participating/coverage.html"
  -      name="Code Coverage Reports">
  -    Cactus code coverage reports (generated by Clover)
  +
  +  <resource id="howto_testcase_servlet"
  +      target="writing/howto_testcase_servlet.html"
  +      name="Writing Cactus Tests for Servlets">
  +    Information on writing Cactus-based tests to test Servlets.
     </resource>
  -  <resource id="coverage_clover_12_report" check="false"
  -      target="clover-12/index.html"/>
  -  <resource id="coverage_clover_13_report" check="false"
  -      target="clover-13/index.html"/> 
   
  -  <resource id="coding_conventions"
  -      target="participating/coding_conventions.html"
  -      name="Coding Conventions">
  -    The coding conventions used for the development of Cactus itself.
  +  <resource id="howto_tomcat" target="integration/howto_tomcat.html"
  +      name="Tomcat Howto">
  +    Quickstart guide for getting Cactus tests running on Tomcat 4.x.
     </resource>
  -  
  -  <resource id="build_result" target="participating/build_result.html"
  -      name="Nightly Build Results">
  -    Aggregated links to the results of the nightly builds.
  +       
  +  <resource id="index" target="index.html" name="Overview">
  +    Describes what the Cactus framework is, defines several types of
  +    unit tests and explains which are best implemented with Cactus.
     </resource>
  -  
  -  <resource id="release_checklist"
  -      target="participating/release_checklist.html"
  -      name="Release Checklist">
  -    Things that are important to check when preparing a release of Cactus.
  +
  +  <resource id="integration_ant" target="integration/ant/index.html"
  +      name="Ant Integration">
  +    Overview of the Ant integration mechanisms provided by Cactus.
     </resource>
  -  
  -  <resource id="howto_build" target="participating/howto_build.html"
  -      name="Building From Source">
  -    How to build Cactus from source.
  +
  +  <resource id="integration_browser" target="integration/integration_browser.html"
  +      name="Browser Integration">
  +    Explains how to run Cactus tests from a browser.
     </resource>
   
     <resource id="integration_eclipse" target="integration/eclipse/index.html"
         name="Eclipse Integration">
       Overview of the Cactus plugins for Eclipse.
     </resource>
  +
  +  <resource id="integration_eclipse_dev" 
  +       target="integration/eclipse/development.html"
  +       name="Eclipse development environment set up">
  +    Described how to set up an Eclipse development environment for
  +    working on the Cactus plugins for Eclipse.
  +  </resource>
  +
     <resource id="integration_eclipse_runner"
         target="integration/eclipse/runner_plugin.html"
         name="Eclipse Cactus Runner Plugin">
       Information about the Cactus Runner plugin for Eclipse.
     </resource>
  +
     <resource id="integration_eclipse_webapp"
         target="integration/eclipse/webapp_plugin.html"
         name="Eclipse Web Application Plugin">
       Information about the Cactus Web Application plugin for Eclipse.
     </resource>
  -  <resource id="integration_eclipse_dev" 
  -       target="integration/eclipse/development.html"
  -       name="Eclipse development environment set up">
  -    Described how to set up an Eclipse development environment for
  -    working on the Cactus plugins for Eclipse.
  +
  +  <resource id="integration_jetty" target="integration/integration_jetty.html"
  +      name="Jetty Integration">
  +    Explains how to use the special integration Cactus provides for the Jetty
  +    servlet container.
     </resource>
   
  -  <resource id="news_rdf" target="news.rdf" name="RSS News">
  -    All the recent Cactus news as a RDF feed so that you always
  -    keep up to date!
  +  <resource id="javadoc" target="javadoc.html"
  +      name="API Documentation">
  +    The API documentation for the various parts of Cactus.
     </resource>
   
  -  <resource id="news_archives_2002" target="news-2002.html" 
  -      name="2002 news archives">
  -    Past Cactus news that happened in 2002.
  +  <resource id="javadoc_framework_12" check="false" 
target="api/framework-12/index.html"/>
  +
  +  <resource id="javadoc_framework_13" check="false" 
target="api/framework-13/index.html"/>
  +
  +  <resource id="javadoc_framework_jsptaglifecycle" check="false" 
target="api/framework-13/org/apache/cactus/extension/jsp/JspTagLifecycle.html"/>
  +
  +  <resource id="javadoc_integration_ant" check="false" 
target="api/integration/ant/index.html"/>
  +
  +  <resource id="license" target="license.html"
  +      name="License">
  +    The Cactus License.
  +  </resource>
  +
  +  <resource id="logos" target="participating/logos.html"
  +      name="Logo Challenge">
  +    Logos for Cactus proposed by various people.
  +  </resource>
  +  <resource id="logos_img_vgritsenko" target="images/logos/vgritsenko.jpg"/>
  +  <resource id="logos_img_vgritsenko2" target="images/logos/vgritsenko2.jpg"/>
  +
  +  <resource id="mailinglist" target="mailinglist.html"
  +      name="Mailing Lists">
  +    Information about the Cactus mailing lists.
  +  </resource>
  +
  +  <resource id="mock_vs_cactus" target="mock_vs_cactus.html"
  +      name="Mock Objects vs. In-Container">
  +    Discussion of in-container testing as compared to using a mock objects
  +    approach.
  +  </resource>
  +
  +  <resource id="news" target="news.html" name="News">
  +    Latest news and events about Cactus.
     </resource>
  -      
  +
     <resource id="news_archives_2001" target="news-2001.html" 
         name="2001 news archives">
       Past Cactus news that happened in 2001.
     </resource>
   
  -  <resource id="code_sample_servlet" target="misc/SampleServlet.class"/>
  -  <resource id="code_test_sample_servlet" target="misc/TestSampleServlet.class"/>
  -  <resource id="cactus_report_xsl" target="misc/cactus-report.xsl"/>
  +  <resource id="news_archives_2002" target="news-2002.html" 
  +      name="2002 news archives">
  +    Past Cactus news that happened in 2002.
  +  </resource>
   
  -  <resource id="javadoc_integration_ant" check="false" 
target="api/integration/ant/index.html"/>
  -  <resource id="javadoc_framework_12" check="false" 
target="api/framework-12/index.html"/>
  -  <resource id="javadoc_framework_13" check="false" 
target="api/framework-13/index.html"/>
  -  <resource id="javadoc_framework_jsptaglifecycle" check="false" 
target="api/framework-13/org/apache/cactus/extension/jsp/JspTagLifecycle.html"/>
  +  <resource id="news_rdf" target="news.rdf" name="RSS News">
  +    All the recent Cactus news as a RDF feed so that you always
  +    keep up to date!
  +  </resource>
  +
  +  <resource id="participating" target="participating/index.html"
  +      name="Participating">
  +    Information on participating in the development of Cactus.
  +  </resource>
  +
  +  <resource id="release_checklist"
  +      target="participating/release_checklist.html"
  +      name="Release Checklist">
  +    Things that are important to check when preparing a release of Cactus.
  +  </resource>
  +
  +  <resource id="resources" target="resources/index.html"
  +      name="Resources">
  +    Links to Cactus related resources.
  +  </resource>
  +
  +  <resource id="resources_cactus" target="resources/resources_cactus.html"
  +      name="Cactus links">
  +    Links about Cactus.
  +  </resource>
  +
  +  <resource id="resources_books" target="resources/resources_books.html"
  +      name="Cactus books">
  +    Books covering Cactus.
  +  </resource>
  +
  +  <resource id="resources_testing" target="resources/resources_testing.html"
  +      name="Testing links">
  +    Links about testing and unit testing in general.
  +  </resource>
  +  
  +  <resource id="sitemap" target="sitemap.html" name="Sitemap">
  +    List of all site resources.
  +  </resource>
  +
  +  <resource id="task_cactifywar"
  +      target="integration/ant/task_cactifywar.html"
  +      name="CactifyWar Ant Task">
  +    Documentation for the &lt;cactifywar&gt; task provided by Cactus.
  +  </resource>
   
  +  <resource id="task_cactus"
  +      target="integration/ant/task_cactus.html"
  +      name="Cactus Ant Task">
  +    Documentation for the &lt;cactus&gt; task provided by Cactus.
  +  </resource>
  +  
  +  <resource id="task_runservertests"
  +      target="integration/ant/task_runservertests.html"
  +      name="RunServerTests Ant Task">
  +    Documentation for the &lt;runservertests&gt; task provided by Cactus.
  +  </resource>
  +  
  +  <resource id="task_webxmlmerge"
  +      target="integration/ant/task_webxmlmerge.html"
  +      name="WebXmlMerge Ant Task">
  +    Documentation for the &lt;webxmlmerge&gt; task provided by Cactus.
  +  </resource>
  +
  +  <resource id="todo" target="participating/todo.html" name="Roadmap/Todo">
  +    List of todo tasks for the next Cactus releases.
  +  </resource>
  +  
  +  <resource id="users" target="participating/users.html"
  +      name="Who Uses Cactus?">
  +    Informal list about who is using Cactus.
  +  </resource>
  +  
     <resource id="webalizer" target="webalizer.html"/>
   
  +  <!-- ================================================================== -->
     <!-- External links (sorted alphabetically by id) -->
  +  <!-- ================================================================== -->
     
     <external id="ant" url="http://ant.apache.org/"/>
     <external id="ant_manual" url="http://ant.apache.org/manual/index.html"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to