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 2008/08/06 00:21:02 UTC

svn commit: r682994 [7/11] - in /cocoon/site/site: 2.2/maven-plugins/maven-plugin/1.0/ 2.2/maven-plugins/maven-plugin/1.0/apidocs/ subprojects/block-deployment/ subprojects/block-deployment/1.0/ subprojects/block-deployment/1.0/apidocs/ subprojects/blo...

Added: cocoon/site/site/subprojects/jnet/1.0/1468_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/1468_1_1.html?rev=682994&view=auto
==============================================================================
--- cocoon/site/site/subprojects/jnet/1.0/1468_1_1.html (added)
+++ cocoon/site/site/subprojects/jnet/1.0/1468_1_1.html Tue Aug  5 15:20:53 2008
@@ -0,0 +1,182 @@
+<!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 JNet - Overview
+  </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" />
+    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
+          <meta name="author" content="The Cocoon Community" />
+        <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="./index.html"><img
+           src="images/pmc-home.gif"
+           alt="  Cocoon JNet
+      1.0
+   homepage"
+           border="0" title="  Cocoon JNet
+      1.0
+   homepage" /></a></p>
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon JNet
+      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 JNet
+            <ul>
+                  
+    <li >
+              <strong>Overview</strong>
+        </li>
+                  
+    <li >
+              <a href="1469_1_1.html">Download</a>
+        </li>
+              </ul>
+    </li>
+      <li>
+              Project Documentation
+            <ul>
+                  
+  
+
+
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="project-info.html">Project Information</a>
+              </li>
+                  
+  
+
+
+              
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="project-reports.html">Project Reports</a>
+              </li>
+              </ul>
+    </li>
+      </ul>
+         <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Overview</h1><p>Cocoon JNet allows the dynamic registration of URLStreamHandler factories
+with your JVM. That's a feature that isn't supported by Java itself.</p><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Plain Java usage</h1><p>The class <tt>org.apache.cocoon.jnet.DynamicURLStreamHandlerFactory</tt> can
+be used to install more than one
+<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/net/class-use/URLStreamHandlerFactory.html">URLStreamHandlerFactory</a>
+and is registered at the JVM by using<tt>
+org.apache.cocoon.jnet.URLStreamHandlerFactoryInstaller</tt>.</p><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Spring integration</h1><p>By using the <a href="../../../subprojects/configuration/1.0/spring-configurator/2.0/1304_1_1.html">Cocoon Spring-Configurator</a> all beans of
+type <tt>java.net.URLStreamHandlerFactory</tt> can be collected:</p><pre>&lt;bean id=&quot;org.apache.cocoon.jnet.URLHandlerFactoryCollector&quot; 
+  class=&quot;org.apache.cocoon.jnet.URLHandlerFactoryCollector&quot;&gt;
+  &lt;property name=&quot;urlHandlerFactories&quot;&gt;
+    &lt;configurator:bean-map type=&quot;java.net.URLStreamHandlerFactory&quot; 
+      strip-prefix=&quot;true&quot; /&gt;
+  &lt;/property&gt;
+&lt;/bean&gt;
+</pre><p>The URLHandlerFactoryCollector is implemented as an around advice. The code
+that wants to use the registred protocols only has to be wrapped by this advice.
+The Cocoon Servlet-Service framework uses it to intercept all calls of the
+service method of any of its servlets:</p><pre>&lt;aop:config&gt;
+  &lt;aop:aspect id=&quot;installURL&quot; ref=&quot;org.apache.cocoon.jnet.URLHandlerFactoryCollector&quot;&gt;
+    &lt;aop:pointcut id=&quot;servletServiceInvocation&quot;
+      expression=&quot;execution(* javax.servlet.Servlet.service(..)) and bean(*/embedded)&quot; /&gt;
+    &lt;aop:around pointcut-ref=&quot;servletServiceInvocation&quot; method=&quot;installURLHandlers&quot; /&gt;
+  &lt;/aop:aspect&gt;
+&lt;/aop:config&gt;
+</pre></div><div class="editUrl"><div><em>Errors and Improvements?</em> If you see any errors or potential improvements in this document please help
+        us: <a href="http://cocoon.zones.apache.org/daisy/cdocs/1468?branch=1&language=1">View, Edit or comment</a> on the latest development version (registration required).
+      </div></div></div>
+    </div>
+
+    <!-- end of content -->
+    <div id="footer">
+      <p>&#169;  
+          1999-2008
+    
+          The Apache Software Foundation
+      </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>
\ No newline at end of file

Added: cocoon/site/site/subprojects/jnet/1.0/1469_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/1469_1_1.html?rev=682994&view=auto
==============================================================================
--- cocoon/site/site/subprojects/jnet/1.0/1469_1_1.html (added)
+++ cocoon/site/site/subprojects/jnet/1.0/1469_1_1.html Tue Aug  5 15:20:53 2008
@@ -0,0 +1,159 @@
+<!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 JNet - Download
+  </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" />
+    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
+          <meta name="author" content="The Cocoon Community" />
+        <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="./index.html"><img
+           src="images/pmc-home.gif"
+           alt="  Cocoon JNet
+      1.0
+   homepage"
+           border="0" title="  Cocoon JNet
+      1.0
+   homepage" /></a></p>
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon JNet
+      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 JNet
+            <ul>
+                  
+    <li >
+              <a href="1468_1_1.html">Overview</a>
+        </li>
+                  
+    <li >
+              <strong>Download</strong>
+        </li>
+              </ul>
+    </li>
+      <li>
+              Project Documentation
+            <ul>
+                  
+  
+
+
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="project-info.html">Project Information</a>
+              </li>
+                  
+  
+
+
+              
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="project-reports.html">Project Reports</a>
+              </li>
+              </ul>
+    </li>
+      </ul>
+         <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Download</h1><p>TODO</p></div><div class="editUrl"><div><em>Errors and Improvements?</em> If you see any errors or potential improvements in this document please help
+        us: <a href="http://cocoon.zones.apache.org/daisy/cdocs/1469?branch=1&language=1">View, Edit or comment</a> on the latest development version (registration required).
+      </div></div></div>
+    </div>
+
+    <!-- end of content -->
+    <div id="footer">
+      <p>&#169;  
+          1999-2008
+    
+          The Apache Software Foundation
+      </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>
\ No newline at end of file

Added: cocoon/site/site/subprojects/jnet/1.0/LICENSE.txt
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/LICENSE.txt?rev=682994&view=auto
==============================================================================
--- cocoon/site/site/subprojects/jnet/1.0/LICENSE.txt (added)
+++ cocoon/site/site/subprojects/jnet/1.0/LICENSE.txt Tue Aug  5 15:20:53 2008
@@ -0,0 +1,201 @@
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   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.

Added: cocoon/site/site/subprojects/jnet/1.0/NOTICE.txt
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/NOTICE.txt?rev=682994&view=auto
==============================================================================
--- cocoon/site/site/subprojects/jnet/1.0/NOTICE.txt (added)
+++ cocoon/site/site/subprojects/jnet/1.0/NOTICE.txt Tue Aug  5 15:20:53 2008
@@ -0,0 +1,5 @@
+Apache Cocoon
+Copyright 1999-2006 The Apache Software Foundation.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).

Added: cocoon/site/site/subprojects/jnet/1.0/apidocs/create-apidocs.sh
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/apidocs/create-apidocs.sh?rev=682994&view=auto
==============================================================================
--- cocoon/site/site/subprojects/jnet/1.0/apidocs/create-apidocs.sh (added)
+++ cocoon/site/site/subprojects/jnet/1.0/apidocs/create-apidocs.sh Tue Aug  5 15:20:53 2008
@@ -0,0 +1,29 @@
+echo "----------------------------------------------------------------"
+echo "Creating JavaDocs for cocoon-jnet:1.0.0"
+f=cocoon-jnet-1.0.0-javadoc.jar
+jd=org/apache/cocoon/cocoon-jnet/1.0.0/$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

Added: cocoon/site/site/subprojects/jnet/1.0/apidocs/index.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/apidocs/index.html?rev=682994&view=auto
==============================================================================
--- cocoon/site/site/subprojects/jnet/1.0/apidocs/index.html (added)
+++ cocoon/site/site/subprojects/jnet/1.0/apidocs/index.html Tue Aug  5 15:20:53 2008
@@ -0,0 +1,166 @@
+<!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 JNet - Cocoon JNet
+  </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" />
+    <script src="../js/getBlank.js" language="javascript" type="text/javascript"></script>
+        <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="./index.html"><img
+           src="../images/pmc-home.gif"
+           alt="  Cocoon JNet
+      1.0
+   homepage"
+           border="0" title="  Cocoon JNet
+      1.0
+   homepage" /></a></p>
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon JNet
+      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 JNet
+            <ul>
+                  
+    <li >
+              <a href="../1468_1_1.html">Overview</a>
+        </li>
+                  
+    <li >
+              <a href="../1469_1_1.html">Download</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>
+         <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-2008
+    
+          The Apache Software Foundation
+      </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>
\ No newline at end of file

Added: cocoon/site/site/subprojects/jnet/1.0/changes-report.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/changes-report.html?rev=682994&view=auto
==============================================================================
--- cocoon/site/site/subprojects/jnet/1.0/changes-report.html (added)
+++ cocoon/site/site/subprojects/jnet/1.0/changes-report.html Tue Aug  5 15:20:53 2008
@@ -0,0 +1,166 @@
+<!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 JNet - 
+  </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" />
+    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
+        <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="./index.html"><img
+           src="images/pmc-home.gif"
+           alt="  Cocoon JNet
+      1.0
+   homepage"
+           border="0" title="  Cocoon JNet
+      1.0
+   homepage" /></a></p>
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon JNet
+      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 JNet
+            <ul>
+                  
+    <li >
+              <a href="1468_1_1.html">Overview</a>
+        </li>
+                  
+    <li >
+              <a href="1469_1_1.html">Download</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 >
+              <strong>Changes Report</strong>
+        </li>
+                  
+    <li >
+              <a href="apidocs/index.html">JavaDocs</a>
+        </li>
+              </ul>
+        </li>
+              </ul>
+    </li>
+      </ul>
+         <h2><a name="Changes Report"></a>Changes Report</h2><h3><a name="Release History"></a>Release History</h3><table class="bodyTable"><tr class="a"><th>Version</th><th>Date</th><th>Description</th></tr><tr class="b"><td><a href="#1.0.0">1.0.0</a></td><td>2008-00-00</td><td>unreleased</td></tr></table><br /><br /><h3><a name="1.0.0"></a>Release 1.0.0 - 2008-00-00</h3><table class="bodyTable"><tr class="a"><th>Type</th><th>Changes</th><th>By</th></tr><tr class="b"><td><img src="images/add.gif" alt="add" /></td><td>Initial creation.</td><td><a href="team-list.html#reinhard">reinhard</a></td></tr></table>
+    </div>
+
+    <!-- end of content -->
+    <div id="footer">
+      <p>&#169;  
+          1999-2008
+    
+          The Apache Software Foundation
+      </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>
\ No newline at end of file

Added: cocoon/site/site/subprojects/jnet/1.0/css/maven-base.css
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/css/maven-base.css?rev=682994&view=auto
==============================================================================
--- cocoon/site/site/subprojects/jnet/1.0/css/maven-base.css (added)
+++ cocoon/site/site/subprojects/jnet/1.0/css/maven-base.css Tue Aug  5 15:20:53 2008
@@ -0,0 +1,44 @@
+/*
+ * 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.
+ */
+ 
+body {
+  margin: 0px;
+  padding: 0px;
+}
+
+/* mimic contentBody in site.css */
+.section {
+   	margin: 0 20px 0 185px;
+	padding: 0;
+}
+/* reverse for subsections */
+
+.section .section {
+   margin: 0;
+}
+
+img {
+  border: none;
+}
+
+acronym {
+  cursor: help;
+  border-bottom: 1px dotted #0086b3;
+}
+

Added: cocoon/site/site/subprojects/jnet/1.0/css/maven-theme.css
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/css/maven-theme.css?rev=682994&view=auto
==============================================================================
--- cocoon/site/site/subprojects/jnet/1.0/css/maven-theme.css (added)
+++ cocoon/site/site/subprojects/jnet/1.0/css/maven-theme.css Tue Aug  5 15:20:53 2008
@@ -0,0 +1,98 @@
+/*
+ * 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.
+ */
+
+select, input {
+  color:#626262;
+}
+
+/* code is equal to pre in site.css */
+
+code {
+	border:1px solid #aaaaaa;
+	background: #efefef;
+	font-size: 110%;
+	padding:10px;
+}
+li code, td code {
+	border:0px;
+	font-size: 110%;
+	background: transparent;
+	padding:0px;
+}
+
+#legend li.externalLink {
+  background: url(../images/external.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+
+p { margin: 0.4em 0em 0.5em 0em;
+    line-height: 1.35em;
+}
+
+table.bodyTable th {
+	background: #0086b3;
+	color: #fff;
+}
+
+table.bodyTable tr.b {
+  background: #cce7f0;
+}
+
+.subsectionTitle {
+  font-size: 13px;
+  font-weight: bold;
+  color: #666;
+}
+
+.pl-version-small {
+  font-size:70%;
+}
+
+.errormark, .warningmark, .donemark, .infomark {
+    margin: 10px 0;
+    padding: 0 0 0 45px;
+    border: 1px solid #9bcd52;
+}
+.errormark {
+   background: url(../images/errors.gif) no-repeat 10px 7px;
+}
+
+.warningmark {
+  background: url(../images/warning.gif) no-repeat 10px 7px;
+}
+
+.donemark {
+  background-image: url(../images/icon_success_sml.gif) no-repeat 10px 7px;
+}
+
+.infomark {
+  background: url(../images/note.gif) no-repeat 10px 7px;
+}

Added: cocoon/site/site/subprojects/jnet/1.0/css/print.css
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/css/print.css?rev=682994&view=auto
==============================================================================
--- cocoon/site/site/subprojects/jnet/1.0/css/print.css (added)
+++ cocoon/site/site/subprojects/jnet/1.0/css/print.css Tue Aug  5 15:20:53 2008
@@ -0,0 +1,25 @@
+/*
+ * 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.
+ */
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+  display: none !important;
+}
+#bodyColumn, body.docs div.docs {
+  margin: 0 !important;
+  border: none !important
+}

Added: cocoon/site/site/subprojects/jnet/1.0/css/site.css
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/css/site.css?rev=682994&view=auto
==============================================================================
--- cocoon/site/site/subprojects/jnet/1.0/css/site.css (added)
+++ cocoon/site/site/subprojects/jnet/1.0/css/site.css Tue Aug  5 15:20:53 2008
@@ -0,0 +1,83 @@
+/*
+ * 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.
+ */
+
+body {	font-family: Arial, Helvetica, sans-serif;	font-size: 0.8em;	color: #4c4c4c;}a:link, a:visited {	color: #0086b3;}a:hover {	text-decoration: none;}h1 {
+	margin: 25px 0 15px 0;	padding: 0 0 5px 17px;	background: url(../images/h1-image.gif) no-repeat left 4px;	font-size: 130%;	color: #0086b3;	border-bottom: 1px solid #0086b3;}
+h1.docTitle {
+	margin: 0 0 10px 0;
+	padding: 0 0 5px 0;
+	font-size: 150%;
+	background: none; 
+}
+h2 {	font-size: 120%;}
+
+h3, h4, h5 {
+   font-size: 100%;
+   font-weight: bold;
+}
+ul {	margin: 5px 0 10px 0;	padding: 0 0 0 20px;	list-style: none;}li {	padding-left: 15px;	padding-bottom: 3px;}
+ul li {
+	background: url(../images/list.gif) no-repeat left 3px;   
+}
+ol li {
+  padding-left: 5px;
+}
+tt {
+	font-size: 130%;
+}
+pre {	border:1px solid #aaaaaa;	background: #efefef;	font-size: 110%;	padding:10px;}table {	margin: 0 0 10px 0;	width: 99.5%;	border: 1px solid #cce7f0;}table th, table td {	padding: 4px;}thead {	background: #0086b3;	color: #fff;}tbody {	background: #e5f3f7;}table .alt {	background: #cce7f0;}/* Header part
+--------------------------------------*/
+#breadtrail {	background: #2698be url(../images/breadtrail-bg.gif) repeat-x bottom left;}#breadtrail p {	margin: 0;	padding: 2px 0 5px 20px;	color: #fff;}#breadtrail a {	color: #fff;	text-decoration: none;}#breadtrail a:hover {	text-decoration: underline;}#top {	background: url(../images/top-background.jpg) repeat-x;}#header {	height: 129px;	background: url(../images/logo-background.jpg) no-repeat;}.projectlogo {	float: left;}.logoImage {	margin: 30px 0 0 34px;}.grouplogo {	margin: 10px 10px 0 0;	float: right;}.grouptitle {	margin: 0;	padding-bottom: 5px;	background: url(../images/group-title-line.gif) repeat-x bottom;}.grouptitle a:link, .grouptitle a:visited {	color: #545454;	text-decoration: none;}.searchbox {	margin: 3px 0;	padding: 0;}.searchbox input {	padding: 3px;	font-size: 11px;	border: 1px solid #626262;	color: #626262;}.searchbox .searchboxsubmit {	background: #626262;	border: none;	color: #fff;}#projectBar {	margin-bottom: 10px;	height: 25px;	border-top: 1px sol
 id #f2f2f2;	border-bottom: 1px solid #f2f2f2;}#projectBar .projectTitle {	margin: 0;	padding: 6px 0 0 5px;	background: none;	border: none;	float: left;	font-size: 100%;	color: #0086b3;}.projectTitle a {	text-decoration: none;}.projectTitle a:hover {	text-decoration: underline;}#projectBar .projectList {	margin: 5px 15px 0 0;	padding: 0;	list-style: none;	float: right;}#projectBar .projectList li {	padding: 0 8px;	background: none;	float: left;	border-right: 1px solid #f2f2f2;}#projectBar .projectList a {	color: #acacac;	text-decoration: none;}#projectBar .projectList a:hover {	text-decoration: underline;}.projectList img {	padding-top: 2px;}.cocoonHome {	margin: 0;	padding: 4px 0 0 10px;	float: left;}.projectBarClear {	height: 1%;	clear: both;}
+/* Menu
+--------------------------------------*/#menu {	margin: 0;	padding: 0;	width: 170px;	list-style: none;	font-weight: bold;	float: left;}#menu li {	margin-left: 10px;	padding: 3px 5px 3px 10px;	background: url(../images/menu-title.gif) no-repeat left 8px;	color: #7c7c7c;}#menu li ul {	margin: 0;	padding: 0;	list-style: none;	font-weight: normal;}#menu li ul li {	margin: 0;	padding: 3px 0 0 10px;	background: url(../images/menu-list.gif) no-repeat left 7px;	border-bottom: 1px solid #ebebeb;}#menu li ul .menuCollapse {	background: url(../images/menu-collapse.gif) no-repeat left 7px;}#menu li ul li a {	color: #7c7c7c;	text-decoration: none;}#menu li ul li a:hover {	text-decoration: underline;}#menu .menuVersions {	color: #2e93b5;}
+/* Content
+--------------------------------------*/#contentBody {	margin: 0 20px 0 185px;	padding: 0;}
+#contentBody.withSidebar {
+   margin-right: 190px;
+}
+/* IncludedDocs should not add the default margin and padding
+*/
+.includedDoc #contentBody {
+   margin: 0;
+}
+.includedDoc h1.docTitle {
+ 	margin: 0;	padding: 0 0 0 17px;	background: url(../images/h1-image.gif) no-repeat bottom left;	font-size: 130%;	color: #0086b3;	border-bottom: 1px solid #0086b3;  
+}
+/* hide the link to Daisy for included documents */
+.includedDoc .editUrl {
+   display: none;
+}
+
+/* Intro on home page
+--------------------------------------*/
+#intro {	width: 180px;	float: right;	background: #ebebeb;}#intro div {	margin: 2px;	border: 1px solid #fff;}#intro h2 {	color: #0086b3;}#intro p, #intro h2 {	margin: 8px;}
+/* Green + blue getting boxes on 
+ * home page
+--------------------------------------*/#getting {	margin: 0;	padding: 0;	display: inline-block;	width: 100%;}/* Hide from IE-mac \*/* html #getting {	height: 1%;	width: auto;}#getting {	display: table;}/* End hide from IE-mac */#getting div {	margin: 0 5px 5px 0;	padding: 0;	width: 150px;	height: 16em;	background: #9bcd52 url(../images/getting-bottom.gif) no-repeat bottom;	border: none;	float: left;}#getting div div {	margin: 0;
+	height: auto;	padding: 10px 0 0 10px;	background: url(../images/getting-top.gif) no-repeat;}#getting h2 {	margin: 0 10px;	padding: 4px 0;	font-size: 120%;	color: #fff;	border-bottom: 1px solid #fff;}#getting ul {	margin: 0 10px 10px 10px;	padding: 0;	color: #fff;	list-style: none;}#getting ul li {	padding: 2px 0 2px 7px;	background: url(../images/getting-list.gif) no-repeat left 6px;}#getting ul li a {	color: #fff;}#getting ul li a:hover {	text-decoration: none;}#getting #gettingDownload {
+	background: #2e93b5 url(../images/download-bottom.gif) no-repeat bottom left;}#gettingDownload .downloadVersion {	margin: 0;
+	height: auto;	padding: 83px 0 25px 0;	background: url(../images/download-bg.jpg) no-repeat;	font-size: 120%;	font-weight: bold;	text-align: center;}#getting .moreDownload {	height: auto;
+	width: auto;	margin: 0;	padding: 0 10px;	background: #2e93b5;	color: #fff;}#getting .moreDownload a {	color: #fff;}/* News section
+--------------------------------------*/.news {	margin: 10px 0 0 0;	padding: 0;}.news dt {	margin-bottom: 5px;	font-weight: bold;	font-size: 110%;}.news dd {	margin: 0;	padding: 0;}.news .newsMeta {	margin: 5px 0 15px 0;	padding-left: 8px;	background: url(../images/news-meta.gif) no-repeat left 4px;	font-size: 90%;	color: #959595;}
+.errors, .fixme, .warning, .note {    margin: 10px 0;    padding: 0 0 0 45px;    border: 1px solid #9bcd52;}.errors div, .fixme div, .warning div, .note div {    margin: 5px;    padding: 8px 0;}.errors {    background: url(../images/errors.gif) no-repeat 10px 7px;}.fixme {    background: url(../images/fixme.gif) no-repeat 10px 7px;}.warning {    background: url(../images/warning.gif) no-repeat 10px 7px;}.note {    background: url(../images/note.gif) no-repeat 10px 7px;}
+/* Bottom link to Daisy page
+--------------------------------------*/.editUrl {
+	margin-top: 1em;	padding: 0 0 0 45px;	background: url(../images/errors.gif) no-repeat 10px 7px;	border: 1px solid #9bcd52;}.editUrl div {	margin: 5px;	padding: 8px 0;}
+/* Footer
+--------------------------------------*/#footer {	border-top: 1px solid #f2f2f2;	text-align: center;	clear: both;}
\ No newline at end of file

Added: cocoon/site/site/subprojects/jnet/1.0/dependencies.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/dependencies.html?rev=682994&view=auto
==============================================================================
--- cocoon/site/site/subprojects/jnet/1.0/dependencies.html (added)
+++ cocoon/site/site/subprojects/jnet/1.0/dependencies.html Tue Aug  5 15:20:53 2008
@@ -0,0 +1,182 @@
+<!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 JNet - Project Dependencies
+  </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" />
+    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
+        <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="./index.html"><img
+           src="images/pmc-home.gif"
+           alt="  Cocoon JNet
+      1.0
+   homepage"
+           border="0" title="  Cocoon JNet
+      1.0
+   homepage" /></a></p>
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon JNet
+      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 JNet
+            <ul>
+                  
+    <li >
+              <a href="1468_1_1.html">Overview</a>
+        </li>
+                  
+    <li >
+              <a href="1469_1_1.html">Download</a>
+        </li>
+              </ul>
+    </li>
+      <li>
+              Project Documentation
+            <ul>
+                  
+  
+
+
+              
+      
+            
+            
+            
+      
+            
+      
+            
+      
+              
+            <li class='menuExpand'>
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li >
+              <a href="index.html">About</a>
+        </li>
+                  
+    <li >
+              <strong>Dependencies</strong>
+        </li>
+                  
+    <li >
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li >
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li >
+              <a href="team-list.html">Project Team</a>
+        </li>
+              </ul>
+        </li>
+                  
+  
+
+
+              
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="project-reports.html">Project Reports</a>
+              </li>
+              </ul>
+    </li>
+      </ul>
+         <div class="section"><h2>Project Dependencies</h2><div class="section"><h3>compile</h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="b"><td>org.aspectj</td><td>aspectjrt</td><td>1.5.4</td><td>-</td><td>jar</td><td>(optional)</td></tr><tr class="a"><td>org.aspectj</td><td>aspectjweaver</td><td>1.5.4</td><td>-</td><td>jar</td><td>(optional)</td></tr></table></div><div class="section"><h3>runtime</h3><p>The following is a list of runtime dependencies for this project. These dependencies are required to run the application:</p><table class="bodyTable"><tr class="b"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="a"><td>org.apache.cocoon</td><td>cocoon-spring-
 configurator</td><td>2.0.0</td><td>-</td><td>jar</td><td>(optional)</td></tr></table></div><div class="section"><h3>test</h3><p>The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:</p><table class="bodyTable"><tr class="b"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="a"><td>junit</td><td>junit</td><td>3.8.2</td><td>-</td><td>jar</td><td> </td></tr></table></div></div><div class="section"><h2>Project Transitive Dependencies</h2><p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p><div class="section"><h3>compile</h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="b"><th>GroupId</th><th>Arti
 factId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="a"><td>aopalliance</td><td>aopalliance</td><td>1.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>commons-logging</td><td>commons-logging</td><td>1.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>log4j</td><td>log4j</td><td>1.2.14</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.springframework</td><td>spring-beans</td><td>2.5.5</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.springframework</td><td>spring-core</td><td>2.5.5</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.springframework</td><td>spring-aop</td><td>2.5.5</td><td>-</td><td>jar</td><td>(optional)</td></tr></table></div><div class="section"><h3>runtime</h3><p>The following is a list of runtime dependencies for this project. These dependencies are required to run the application:</p><table class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th
 ><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="b"><td>commons-io</td><td>commons-io</td><td>1.3.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.cocoon</td><td>cocoon-configuration-api</td><td>1.0.2</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.springframework</td><td>spring-context</td><td>2.5.5</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.springframework</td><td>spring-web</td><td>2.5.5</td><td>-</td><td>jar</td><td> </td></tr></table></div><div class="section"><h3>provided</h3><p>The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:</p><table class="bodyTable"><tr class="b"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="a"><td>javax.servlet</td><td>servlet-api</td><td>2.4</td><td>-</t
 d><td>jar</td><td> </td></tr></table></div></div><div class="section"><h2>Project Dependency Graph</h2><div class="section"><h3>Dependency Tree</h3><p><ul><li><a href="#org.apache.cocoon:cocoon-jnet:jar">org.apache.cocoon:cocoon-jnet:jar</a><ul><li><a href="#junit:junit:jar">junit:junit:jar</a></li><li><a href="#org.aspectj:aspectjweaver:jar">org.aspectj:aspectjweaver:jar</a></li><li><a href="#org.apache.cocoon:cocoon-spring-configurator:jar">org.apache.cocoon:cocoon-spring-configurator:jar</a><ul><li><a href="#org.apache.cocoon:cocoon-configuration-api:jar">org.apache.cocoon:cocoon-configuration-api:jar</a></li><li><a href="#commons-io:commons-io:jar">commons-io:commons-io:jar</a></li><li><a href="#org.springframework:spring-aop:jar">org.springframework:spring-aop:jar</a></li><li><a href="#org.springframework:spring-web:jar">org.springframework:spring-web:jar</a><ul><li><a href="#commons-logging:commons-logging:jar">commons-logging:commons-logging:jar</a></li><li><a href="#
 org.springframework:spring-beans:jar">org.springframework:spring-beans:jar</a></li><li><a href="#org.springframework:spring-context:jar">org.springframework:spring-context:jar</a></li><li><a href="#org.springframework:spring-core:jar">org.springframework:spring-core:jar</a></li></ul></li></ul></li><li><a href="#org.aspectj:aspectjrt:jar">org.aspectj:aspectjrt:jar</a></li></ul></li></ul></p></div><div class="section"><h3>Dependency Listings</h3><p><a name="org.apache.cocoon:cocoon-jnet:jar"><b>Cocoon JNet</b></a></p><p>Dynamically register URLStreamHandler factories with your JVM.</p><p><a href="http://cocoon.apache.org/subprojects/jnet/1.0/">http://cocoon.apache.org/subprojects/jnet/1.0/</a></p><p><a name="junit:junit:jar"><b>Unnamed - junit:junit:jar:3.8.2</b></a></p><p><a name="org.aspectj:aspectjweaver:jar"><b>AspectJ weaver</b></a></p><p><a href="http://www.aspectj.org">http://www.aspectj.org</a></p><p><a name="org.apache.cocoon:cocoon-spring-configurator:jar"><b>Cocoon 
 Spring Configurator</b></a></p><p>The Cocoon Spring Configurator is an extension for the Spring framework.
+    It provides a standardized way of handling various configuration issues when using Spring.
+    The feature list includes automatic property handling and inclusion of configuration files.</p><p><a href="http://cocoon.apache.org/cocoon-spring-configurator">http://cocoon.apache.org/cocoon-spring-configurator</a></p><p><a name="org.apache.cocoon:cocoon-configuration-api:jar"><b>Cocoon Configuration API</b></a></p><p>The Cocoon Configuration API is a library providing beans for various configuration issues.
+    It describes a mechanism for handling properties in an standardized way.</p><p><a href="http://cocoon.apache.org/subprojects/configuration/1.0/configuration-api/1.0/">http://cocoon.apache.org/subprojects/configuration/1.0/configuration-api/1.0/</a></p><p><a name="commons-io:commons-io:jar"><b>IO</b></a></p><p>Commons-IO contains utility classes, stream implementations, file filters, and endian classes.</p><p><a href="http://jakarta.apache.org/commons/io/">http://jakarta.apache.org/commons/io/</a></p><p><a name="org.springframework:spring-aop:jar"><b>Spring Framework: AOP</b></a></p><p>Spring Framework: AOP</p><p><a href="http://www.springframework.org">http://www.springframework.org</a></p><p><a name="org.springframework:spring-web:jar"><b>Spring Framework: Web</b></a></p><p>Spring Framework: Web</p><p><a href="http://www.springframework.org">http://www.springframework.org</a></p><p><a name="commons-logging:commons-logging:jar"><b>Logging</b></a></p><p>Commons Logging is
  a thin adapter allowing configurable bridging to other,
+    well known logging systems.</p><p><a href="http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/">http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</a></p><p><a name="org.springframework:spring-beans:jar"><b>Spring Framework: Beans</b></a></p><p>Spring Framework: Beans</p><p><a href="http://www.springframework.org">http://www.springframework.org</a></p><p><a name="org.springframework:spring-context:jar"><b>Spring Framework: Context</b></a></p><p>Spring Framework: Context</p><p><a href="http://www.springframework.org">http://www.springframework.org</a></p><p><a name="org.springframework:spring-core:jar"><b>Spring Framework: Core</b></a></p><p>Spring Framework: Core</p><p><a href="http://www.springframework.org">http://www.springframework.org</a></p><p><a name="org.aspectj:aspectjrt:jar"><b>AspectJ runtime</b></a></p><p><a href="http://www.aspectj.org">http://www.aspectj.org</a></p></div></div>
+    </div>
+
+    <!-- end of content -->
+    <div id="footer">
+      <p>&#169;  
+          1999-2008
+    
+          The Apache Software Foundation
+      </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>
\ No newline at end of file

Added: cocoon/site/site/subprojects/jnet/1.0/images/add.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/add.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/add.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/apache-logo.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/apache-logo.jpg?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/apache-logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/apache-maven-project-2.png
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/apache-maven-project-2.png?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/apache-maven-project-2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/banner.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/banner.jpg?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/banner.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/bg.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/bg.jpg?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/bg.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/breadcrumbs.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/breadcrumbs.jpg?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/breadcrumbs.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/breadtrail-bg.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/breadtrail-bg.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/breadtrail-bg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/cocoon-logo.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/cocoon-logo.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/cocoon-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/cocoon-project-logo.png
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/cocoon-project-logo.png?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/cocoon-project-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/cocoon_logo.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/cocoon_logo.jpg?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/cocoon_logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/cocoon_logo.png
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/cocoon_logo.png?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/cocoon_logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/collapsed.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/collapsed.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/collapsed.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/download-bg.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/download-bg.jpg?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/download-bg.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/download-bottom.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/download-bottom.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/download-bottom.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/errors.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/errors.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/errors.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/expanded.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/expanded.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/expanded.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/fix.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/fix.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/fix.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/fixme.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/fixme.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/fixme.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-better-crnr.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-better-crnr.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-better-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-better.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-better.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-better.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-bot-left-crnr-blue.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-bot-left-crnr-blue.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-bot-left-crnr-blue.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-bot-left-crnr.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-bot-left-crnr.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-bot-left-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-bot-right-crnr-blue.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-bot-right-crnr-blue.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-bot-right-crnr-blue.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-bot-right-crnr.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-bot-right-crnr.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-bot-right-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-bottom.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-bottom.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-bottom.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-download-button.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-download-button.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-download-button.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-download-crnr.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-download-crnr.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-download-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-involved-crnr.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-involved-crnr.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-involved-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-involved.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-involved.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-involved.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-list.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-list.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-list.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-started-crnr.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-started-crnr.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-started-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-started.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-started.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-started.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-top-left-crnr-blue.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-top-left-crnr-blue.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-top-left-crnr-blue.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-top-right-crnr-blue.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-top-right-crnr-blue.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-top-right-crnr-blue.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-top-right-crnr.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-top-right-crnr.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-top-right-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/getting-top.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/getting-top.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/getting-top.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/group-title-line.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/group-title-line.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/group-title-line.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/h1-image.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/h1-image.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/h1-image.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/h3.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/h3.jpg?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/h3.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/h5.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/h5.jpg?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/h5.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/icon_error_sml.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/icon_error_sml.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/subprojects/jnet/1.0/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/subprojects/jnet/1.0/images/icon_help_sml.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/jnet/1.0/images/icon_help_sml.gif?rev=682994&view=auto
==============================================================================
Binary file - no diff available.