You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/03/29 12:47:34 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs/integration/eclipse runner_plugin.xml webapp_plugin.xml index.xml

vmassol     2003/03/29 03:47:34

  Modified:    documentation/docs/xdocs sitemap.xml changes.xml
               documentation/docs/xdocs/integration/eclipse
                        runner_plugin.xml webapp_plugin.xml index.xml
  Log:
  Fixed doc build bug
  
  Revision  Changes    Path
  1.26      +3 -6      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.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- sitemap.xml	28 Mar 2003 12:32:11 -0000	1.25
  +++ sitemap.xml	29 Mar 2003 11:47:34 -0000	1.26
  @@ -86,22 +86,19 @@
     <resource id="howto_build" target="participating/howto_build.html"/>
   
     <resource id="integration_eclipse" target="integration/eclipse/index.html"/>
  -  <resource id="runner_plugin" target="integration/eclipse/runner_plugin.html"/>
  -  <resource id="webapp_plugin" target="integration/eclipse/webapp_plugin.html"/>  
  +  <resource id="integration_eclipse_runner" target="integration/eclipse/runner_plugin.html"/>
  +  <resource id="integration_eclipse_webapp" target="integration/eclipse/webapp_plugin.html"/>
   
     <resource id="code_sample_servlet" target="misc/SampleServlet.class"/>
     <resource id="code_test_sample_servlet" target="misc/TestSampleServlet.class"/>
     <resource id="code_junit_noframes" target="misc/junit-noframes.xsl"/>
   
  -
  -
     <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="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="coverage_clover_13_report" check="false" target="clover-13/index.html"/> 
   
     <!-- External links (sorted alphabetically by id) -->
     
  
  
  
  1.90      +2 -2      jakarta-cactus/documentation/docs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- changes.xml	28 Mar 2003 12:32:11 -0000	1.89
  +++ changes.xml	29 Mar 2003 11:47:34 -0000	1.90
  @@ -141,8 +141,8 @@
           </action>
           <action dev="JRU" type="add">
             First release of the Eclipse plugin. See the
  -          <link href="site:integration_eclipse">Eclipse integration documentation</link>
  -          for more information.
  +          <link href="site:integration_eclipse">Eclipse integration 
  +          documentation</link> for more information.
           </action>
           <action dev="CML" type="update">
             Added stack trace filtering to the ServletTestRunner. Stack frames
  
  
  
  1.2       +7 -7      jakarta-cactus/documentation/docs/xdocs/integration/eclipse/runner_plugin.xml
  
  Index: runner_plugin.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/integration/eclipse/runner_plugin.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- runner_plugin.xml	27 Mar 2003 17:53:44 -0000	1.1
  +++ runner_plugin.xml	29 Mar 2003 11:47:34 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<document id="runner_plugin">
  +<document id="integration_eclipse_runner">
   
     <properties>
       <title>Eclipse plug-in for Cactus</title>
  @@ -48,8 +48,8 @@
         <ul>
           <li>
             Uses the 
  -          <link href="site:webapp_plugin">Webapp Eclipse plug-in</link> to
  -          package a WAR file containing the web application.
  +          <link href="site:integration_eclipse_webapp">Webapp Eclipse 
  +          plug-in</link> to package a WAR file containing the web application.
           </li>
         </ul>
         <ul>
  @@ -128,8 +128,8 @@
         <section title="Installation">
           <p>
             Uncompress the zip file and copy the
  -          'org.apache.cactus.integration.eclipse_[version]' folder to your
  -          Eclipse 'plugins' folder and restart Eclipse.
  +          <code>org.apache.cactus.integration.eclipse_[version]</code> folder 
  +          to your Eclipse <code>plugins</code> folder and restart Eclipse.
           </p>
         </section>
         <section title="Configuration">
  @@ -279,8 +279,8 @@
                   <li>
                     creating the war file for the cactus tests: this is
                     done in a call to the 
  -                  <link href="site:webapp_plugin">Webapp plug-in</link>
  -                  <code>WarBuilder</code> class.
  +                  <link href="site:integration_eclipse_webapp">Webapp 
  +                  plug-in</link> <code>WarBuilder</code> class.
                   </li>
                   <li>
                     setting up the container: prepares the configuration
  
  
  
  1.4       +5 -5      jakarta-cactus/documentation/docs/xdocs/integration/eclipse/webapp_plugin.xml
  
  Index: webapp_plugin.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/integration/eclipse/webapp_plugin.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- webapp_plugin.xml	28 Mar 2003 11:09:14 -0000	1.3
  +++ webapp_plugin.xml	29 Mar 2003 11:47:34 -0000	1.4
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<document id="webapp_plugin">
  +<document id="integration_eclipse_webapp">
   
     <properties>
       <title>Webapp Eclipse plug-in</title>
  @@ -57,8 +57,8 @@
         <section title="Installation">
           <p>
             Uncompress the zip file and copy the
  -          'org.apache.cactus.integration.eclipse_[version]' folder to your
  -          Eclipse 'plugins' folder and restart Eclipse.
  +          <code>org.apache.cactus.integration.eclipse_[version]</code> folder to 
  +          your Eclipse <code>plugins</code> folder and restart Eclipse.
           </p>
         </section>
         <section title="Configuration">
  @@ -73,8 +73,8 @@
       <section title="Using">
         <p>
           This plug-in can only be called by another plug-in. See the 
  -        <link href="site:runner_plugin">Cactus runner plug-in</link> for
  -        a use case.
  +        <link href="site:integration_eclipse_runner">Cactus runner 
  +        plug-in</link> for a use case.
         </p>
       </section>
   
  
  
  
  1.2       +4 -2      jakarta-cactus/documentation/docs/xdocs/integration/eclipse/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/integration/eclipse/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	28 Mar 2003 12:32:11 -0000	1.1
  +++ index.xml	29 Mar 2003 11:47:34 -0000	1.2
  @@ -16,10 +16,12 @@
           <link href="ext:eclipse">Eclipse</link> platform relies on 2 separate plug-ins :
         </p>
         <li>
  -        The <link href="site:runner_plugin">Cactus runner plug-in</link>
  +        The <link href="site:integration_eclipse_runner">Cactus runner 
  +        plug-in</link>
         </li>
         <li>
  -        The <link href="site:webapp_plugin">Webapp Eclipse plug-in</link>
  +        The <link href="site:integration_eclipse_webapp">Webapp Eclipse 
  +        plug-in</link>
         </li>
       </section>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org