You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/09/24 13:23:04 UTC

svn commit: r578762 - in /cocoon/site/site/subprojects/configuration: configuration-api/1.0/apidocs/ spring-configurator/1.0/apidocs/

Author: reinhard
Date: Mon Sep 24 04:23:01 2007
New Revision: 578762

URL: http://svn.apache.org/viewvc?rev=578762&view=rev
Log:
add JavaDocs scripts instead of the docs themselves

Added:
    cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/
    cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/create-apidocs.sh   (with props)
    cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/index.html   (with props)
    cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/
    cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/create-apidocs.sh   (with props)
    cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/index.html   (with props)

Added: cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/create-apidocs.sh
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/create-apidocs.sh?rev=578762&view=auto
==============================================================================
--- cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/create-apidocs.sh (added)
+++ cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/create-apidocs.sh Mon Sep 24 04:23:01 2007
@@ -0,0 +1,29 @@
+echo "----------------------------------------------------------------"
+echo "Creating JavaDocs for cocoon-configuration-api:1.0.1"
+f=cocoon-configuration-api-1.0.1-javadoc.jar
+jd=org/apache/cocoon/cocoon-configuration-api/1.0.1/$f
+dl=0
+
+if [ -f $f ]
+then
+else
+  wget --header "User-Agent: Mozilla/5.0 Firefox/2.0.0.7" http://repo1.maven.org/maven2/$jd
+  dl=1
+fi
+
+if [ -f $f ]
+then
+else
+  wget --header "User-Agent: Mozilla/5.0 Firefox/2.0.0.7" http://people.apache.org/builds/cocoon/$jd
+  dl=1
+fi
+
+if [ $dl -eq 0 ]
+then
+  echo "No downloads."
+  exit 0
+else
+  unzip -qo $f
+fi
+
+exit 0

Propchange: cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/create-apidocs.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/create-apidocs.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/create-apidocs.sh
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/create-apidocs.sh
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/index.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/index.html?rev=578762&view=auto
==============================================================================
--- cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/index.html (added)
+++ cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/index.html Mon Sep 24 04:23:01 2007
@@ -0,0 +1,168 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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.
+-->
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>            Cocoon Configuration API
+      </title>
+    <style type="text/css" media="all">
+      @import url("../css/maven-base.css");
+      @import url("../css/maven-theme.css");
+      @import url("../css/site.css");
+    </style>
+    <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  </head>
+  <body>
+    <div id="breadtrail">
+       <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
+    </div>
+    <div id="top">
+      <div id="header">
+          <div class="projectlogo">
+             <a href="../../../../"><img class="logoImage"
+               src="../images/cocoon_logo.jpg"
+                alt="Apache Cocoon" border="0" /></a>
+          </div>
+          <div class="grouplogo">
+             <p class="grouptitle"><a href="../../../../">The Apache Cocoon Project</a><img
+               src="../images/apache-logo.jpg" alt="Cocoon Project Logo" /></p>
+                            <form class="searchbox" action="http://www.google.com/search" method="get">
+                 <input value="cocoon.apache.org" name="sitesearch" type="hidden" />
+                 <input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google" />&nbsp;
+                 <input class="searchboxsubmit" name="Search" value="Search" type="submit" />
+               </form>
+                      </div>
+         </div>
+         <div id="projectBar">
+           <p class="cocoonHome"><a href="../../../../"><img
+           src="../images/pmc-home.gif"
+           alt="Back to Apache Cocoon homepage"
+           border="0" title="Back to Apache Cocoon homepage" /></a></p>
+           <h1 class="projectTitle"><a href="../../../../">              Cocoon Configuration API
+            1.0
+  </a></h1>
+                         <ul class="projectList">
+                <li><strong><a href="../../../../2.2/">Cocoon 2.2</a></em></strong></li>
+                <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
+                <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
+                <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
+                <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
+              </ul>
+                     </div>
+         <div class="projectBarClear"><!-- --></div>
+      </div>
+<!-- end of top -->
+
+    <div id="content">
+         <ul id="menu">
+        <li>
+              Configuration API
+            <ul>
+                  
+    <li >
+              <a href="../1314_1_1.html">Introduction</a>
+        </li>
+              </ul>
+    </li>
+      <li>
+              Project Documentation
+            <ul>
+                  
+  
+
+
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="../project-info.html">Project Information</a>
+              </li>
+                  
+  
+
+
+              
+      
+            
+            
+              
+            <li class='menuExpand'>
+              <a href="../project-reports.html">Project Reports</a>
+                <ul>
+                  
+    <li >
+              <a href="../changes-report.html">Changes Report</a>
+        </li>
+                  
+    <li >
+              <strong>JavaDocs</strong>
+        </li>
+              </ul>
+        </li>
+              </ul>
+    </li>
+      </ul>
+<!--
+                                     <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="../images/logos/maven-feather.png"></img>
+          </a>
+                   <div id="lastPublished">
+                    
+                   Last Published: 24/09/2007 12:16
+       </div>
+-->
+         <div class="section"><h2>JavaDoc API documentation.</h2><p>Run the download script in order to get the Java API docs instead of this page.</p></div>
+    </div>
+    <!-- end of content -->
+    <div id="footer">
+      <p>&#169;  
+          1999-2007
+    
+          The Apache Software Foundation
+        <br/>
+    
+    Last Published: 24/09/2007 12:16
+</p>
+    </div>
+    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+    </script>
+    <script type="text/javascript">
+      _uacct = "UA-1740622-3";
+      urchinTracker();
+    </script>
+  </body>
+</html>

Propchange: cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/site/site/subprojects/configuration/configuration-api/1.0/apidocs/index.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/create-apidocs.sh
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/create-apidocs.sh?rev=578762&view=auto
==============================================================================
--- cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/create-apidocs.sh (added)
+++ cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/create-apidocs.sh Mon Sep 24 04:23:01 2007
@@ -0,0 +1,29 @@
+echo "----------------------------------------------------------------"
+echo "Creating JavaDocs for cocoon-spring-configurator:1.0.1"
+f=cocoon-spring-configurator-1.0.1-javadoc.jar
+jd=org/apache/cocoon/cocoon-spring-configurator/1.0.1/$f
+dl=0
+
+if [ -f $f ]
+then
+else
+  wget --header "User-Agent: Mozilla/5.0 Firefox/2.0.0.7" http://repo1.maven.org/maven2/$jd
+  dl=1
+fi
+
+if [ -f $f ]
+then
+else
+  wget --header "User-Agent: Mozilla/5.0 Firefox/2.0.0.7" http://people.apache.org/builds/cocoon/$jd
+  dl=1
+fi
+
+if [ $dl -eq 0 ]
+then
+  echo "No downloads."
+  exit 0
+else
+  unzip -qo $f
+fi
+
+exit 0

Propchange: cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/create-apidocs.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/create-apidocs.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/create-apidocs.sh
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/create-apidocs.sh
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/index.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/index.html?rev=578762&view=auto
==============================================================================
--- cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/index.html (added)
+++ cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/index.html Mon Sep 24 04:23:01 2007
@@ -0,0 +1,194 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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.
+-->
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>            Cocoon Spring Configurator
+      </title>
+    <style type="text/css" media="all">
+      @import url("../css/maven-base.css");
+      @import url("../css/maven-theme.css");
+      @import url("../css/site.css");
+    </style>
+    <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  </head>
+  <body>
+    <div id="breadtrail">
+       <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
+    </div>
+    <div id="top">
+      <div id="header">
+          <div class="projectlogo">
+             <a href="../../../../"><img class="logoImage"
+               src="../images/cocoon_logo.jpg"
+                alt="Apache Cocoon" border="0" /></a>
+          </div>
+          <div class="grouplogo">
+             <p class="grouptitle"><a href="../../../../">The Apache Cocoon Project</a><img
+               src="../images/apache-logo.jpg" alt="Cocoon Project Logo" /></p>
+                            <form class="searchbox" action="http://www.google.com/search" method="get">
+                 <input value="cocoon.apache.org" name="sitesearch" type="hidden" />
+                 <input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google" />&nbsp;
+                 <input class="searchboxsubmit" name="Search" value="Search" type="submit" />
+               </form>
+                      </div>
+         </div>
+         <div id="projectBar">
+           <p class="cocoonHome"><a href="../../../../"><img
+           src="../images/pmc-home.gif"
+           alt="Back to Apache Cocoon homepage"
+           border="0" title="Back to Apache Cocoon homepage" /></a></p>
+           <h1 class="projectTitle"><a href="../../../../">              Cocoon Spring Configurator
+            1.0
+  </a></h1>
+                         <ul class="projectList">
+                <li><strong><a href="../../../../2.2/">Cocoon 2.2</a></em></strong></li>
+                <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
+                <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
+                <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
+                <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
+              </ul>
+                     </div>
+         <div class="projectBarClear"><!-- --></div>
+      </div>
+<!-- end of top -->
+
+    <div id="content">
+         <ul id="menu">
+        <li>
+              Cocoon Spring Configurator
+            <ul>
+                  
+    <li >
+              <a href="../1304_1_1.html">Introduction</a>
+        </li>
+                  
+    <li >
+              <a href="../1308_1_1.html">Installation</a>
+        </li>
+                  
+    <li >
+              <a href="../1303_1_1.html">Basic Configuration</a>
+        </li>
+                  
+    <li >
+              <a href="../1309_1_1.html">Running Modes</a>
+        </li>
+                  
+    <li >
+              <a href="../1310_1_1.html">Property Handling</a>
+        </li>
+                  
+    <li >
+              <a href="../1312_1_1.html">Bean Configurations</a>
+        </li>
+                  
+    <li >
+              <a href="../1400_1_1.html">Dynamic Registry Support</a>
+        </li>
+                  
+    <li >
+              <a href="../1311_1_1.html">Log4j Support</a>
+        </li>
+              </ul>
+    </li>
+      <li>
+              Project Documentation
+            <ul>
+                  
+  
+
+
+              
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="../project-info.html">Project Information</a>
+              </li>
+                  
+  
+
+
+              
+      
+            
+            
+              
+            <li class='menuExpand'>
+              <a href="../project-reports.html">Project Reports</a>
+                <ul>
+                  
+    <li >
+              <a href="../changes-report.html">Changes Report</a>
+        </li>
+                  
+    <li >
+              <strong>JavaDocs</strong>
+        </li>
+              </ul>
+        </li>
+              </ul>
+    </li>
+      </ul>
+<!--
+                                     <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="../images/logos/maven-feather.png"></img>
+          </a>
+                   <div id="lastPublished">
+                    
+                   Last Published: 24/09/2007 12:20
+       </div>
+-->
+         <div class="section"><h2>JavaDoc API documentation.</h2><p>Run the download script in order to get the Java API docs instead of this page.</p></div>
+    </div>
+    <!-- end of content -->
+    <div id="footer">
+      <p>&#169;  
+          1999-2007
+    
+          The Apache Software Foundation
+        <br/>
+    
+    Last Published: 24/09/2007 12:20
+</p>
+    </div>
+    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+    </script>
+    <script type="text/javascript">
+      _uacct = "UA-1740622-3";
+      urchinTracker();
+    </script>
+  </body>
+</html>

Propchange: cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/site/site/subprojects/configuration/spring-configurator/1.0/apidocs/index.html
------------------------------------------------------------------------------
    svn:mime-type = text/html