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/27 21:57:38 UTC

svn commit: r580139 [23/28] - in /cocoon/site/site/2.2: ./ blocks/ blocks/ajax/ blocks/ajax/1.0/ blocks/ajax/1.0/apidocs/ blocks/ajax/1.0/css/ blocks/ajax/1.0/images/ blocks/ajax/1.0/images/logos/ blocks/css/ blocks/forms/ blocks/forms/1.0/ blocks/form...

Added: cocoon/site/site/2.2/maven-plugins/css/maven-base.css
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/css/maven-base.css?rev=580139&view=auto
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/css/maven-base.css (added)
+++ cocoon/site/site/2.2/maven-plugins/css/maven-base.css Thu Sep 27 12:56:05 2007
@@ -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/2.2/maven-plugins/css/maven-theme.css
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/css/maven-theme.css?rev=580139&view=auto
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/css/maven-theme.css (added)
+++ cocoon/site/site/2.2/maven-plugins/css/maven-theme.css Thu Sep 27 12:56:05 2007
@@ -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/2.2/maven-plugins/css/print.css
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/css/print.css?rev=580139&view=auto
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/css/print.css (added)
+++ cocoon/site/site/2.2/maven-plugins/css/print.css Thu Sep 27 12:56:05 2007
@@ -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/2.2/maven-plugins/css/site.css
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/css/site.css?rev=580139&view=auto
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/css/site.css (added)
+++ cocoon/site/site/2.2/maven-plugins/css/site.css Thu Sep 27 12:56:05 2007
@@ -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 solid #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/2.2/maven-plugins/dependencies.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/dependencies.html?rev=580139&view=auto
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/dependencies.html (added)
+++ cocoon/site/site/2.2/maven-plugins/dependencies.html Thu Sep 27 12:56:05 2007
@@ -0,0 +1,123 @@
+<!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 Maven Plugins
+      </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 Maven Plugins
+            2.2
+  </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>
+              Available Plugins
+            <ul>
+                  
+    <li >
+              <a href="1208_1_1.html">List</a>
+        </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: 26/09/2007 07:11
+       </div>
+-->
+         <div class="section"><h2>Project Dependencies</h2><p>There are no dependencies for this project. It is a standalone application that does not depend on any other project.</p></div>
+    </div>
+    <!-- end of content -->
+    <div id="footer">
+      <p>&#169;  
+          1999-2007
+    
+          The Apache Software Foundation
+        <br/>
+    
+    Last Published: 26/09/2007 07:11
+</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>

Added: cocoon/site/site/2.2/maven-plugins/images/apache-logo.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/apache-logo.jpg?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/apache-logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

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

Added: cocoon/site/site/2.2/maven-plugins/images/banner.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/banner.jpg?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/banner.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/bg.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/bg.jpg?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/bg.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/breadcrumbs.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/breadcrumbs.jpg?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/breadcrumbs.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/breadtrail-bg.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/breadtrail-bg.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/breadtrail-bg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/cocoon-logo.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/cocoon-logo.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/cocoon-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/cocoon-project-logo.png
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/cocoon-project-logo.png?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/cocoon-project-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/cocoon_logo.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/cocoon_logo.jpg?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/cocoon_logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/cocoon_logo.png
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/cocoon_logo.png?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/cocoon_logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/collapsed.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/collapsed.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/collapsed.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/download-bg.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/download-bg.jpg?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/download-bg.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/download-bottom.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/download-bottom.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/download-bottom.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/errors.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/errors.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/errors.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/expanded.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/expanded.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/expanded.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/fixme.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/fixme.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/fixme.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-better-crnr.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-better-crnr.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-better-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-better.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-better.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-better.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-bot-left-crnr-blue.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-bot-left-crnr-blue.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-bot-left-crnr-blue.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-bot-left-crnr.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-bot-left-crnr.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-bot-left-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-bot-right-crnr-blue.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-bot-right-crnr-blue.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-bot-right-crnr-blue.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-bot-right-crnr.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-bot-right-crnr.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-bot-right-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-bottom.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-bottom.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-bottom.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-download-button.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-download-button.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-download-button.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-download-crnr.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-download-crnr.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-download-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-involved-crnr.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-involved-crnr.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-involved-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-involved.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-involved.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-involved.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-list.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-list.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-list.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-started-crnr.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-started-crnr.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-started-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-started.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-started.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-started.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-top-left-crnr-blue.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-top-left-crnr-blue.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-top-left-crnr-blue.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-top-right-crnr-blue.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-top-right-crnr-blue.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-top-right-crnr-blue.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-top-right-crnr.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-top-right-crnr.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-top-right-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/getting-top.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/getting-top.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/getting-top.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/group-title-line.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/group-title-line.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/group-title-line.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/h1-image.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/h1-image.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/h1-image.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/h3.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/h3.jpg?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/h3.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/h5.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/h5.jpg?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/h5.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/icon_error_sml.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/icon_error_sml.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/icon_info_sml.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/icon_info_sml.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/icon_success_sml.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/icon_success_sml.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/icon_warning_sml.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/icon_warning_sml.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/language-france.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/language-france.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/language-france.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/language-us.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/language-us.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/language-us.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/list.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/list.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/list.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/logo-background-old.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/logo-background-old.jpg?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/logo-background-old.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/logo-background.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/logo-background.jpg?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/logo-background.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/logo_apache.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/logo_apache.jpg?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/logo_apache.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/logo_maven.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/logo_maven.jpg?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/logo_maven.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/logos/maven-feather.png
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/logos/maven-feather.png?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/logos/maven-feather.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/maven-logo-2.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/maven-logo-2.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/maven-logo-2.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/menu-collapse.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/menu-collapse.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/menu-collapse.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/menu-dot.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/menu-dot.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/menu-dot.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/menu-expand.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/menu-expand.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/menu-expand.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/menu-list-title.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/menu-list-title.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/menu-list-title.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/menu-list.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/menu-list.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/menu-list.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/menu-sub.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/menu-sub.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/menu-sub.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/menu-title.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/menu-title.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/menu-title.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/news-meta.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/news-meta.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/news-meta.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/note.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/note.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/note.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/note.png
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/note.png?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/note.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/page.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/page.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/page.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/pmc-home.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/pmc-home.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/pmc-home.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/tabs-left.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/tabs-left.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/tabs-left.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/tabs-right.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/tabs-right.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/tabs-right.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/tabs-selected-left.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/tabs-selected-left.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/tabs-selected-left.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/tabs-selected-right.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/tabs-selected-right.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/tabs-selected-right.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/top-background-old.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/top-background-old.jpg?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/top-background-old.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/top-background.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/top-background.jpg?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/top-background.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/warning.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/warning.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/warning.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/images/what-base.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/images/what-base.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/images/what-base.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/index.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/index.html?rev=580139&view=auto
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/index.html (added)
+++ cocoon/site/site/2.2/maven-plugins/index.html Thu Sep 27 12:56:05 2007
@@ -0,0 +1 @@
+<head><meta http-equiv="refresh" content="0; URL=1208_1_1.html"></head>
\ No newline at end of file

Added: cocoon/site/site/2.2/maven-plugins/license.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/license.html?rev=580139&view=auto
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/license.html (added)
+++ cocoon/site/site/2.2/maven-plugins/license.html Thu Sep 27 12:56:05 2007
@@ -0,0 +1,325 @@
+<!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 Maven Plugins
+      </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 Maven Plugins
+            2.2
+  </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>
+              Available Plugins
+            <ul>
+                  
+    <li >
+              <a href="1208_1_1.html">List</a>
+        </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: 26/09/2007 07:11
+       </div>
+-->
+         <div class="section"><h2>Overview</h2><p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div><div class="section"><h2>Project License</h2><div class="section"><h3>The Apache Software License, Version 2.0</h3><div class="source"><pre>
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      &quot;License&quot; shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      &quot;Legal Entity&quot; 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,
+      &quot;control&quot; 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.
+
+      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      &quot;Source&quot; form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      &quot;Object&quot; 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.
+
+      &quot;Work&quot; 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).
+
+      &quot;Derivative Works&quot; 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.
+
+      &quot;Contribution&quot; 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, &quot;submitted&quot;
+      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 &quot;Not a Contribution.&quot;
+
+      &quot;Contributor&quot; 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 &quot;NOTICE&quot; 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 &quot;AS IS&quot; 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 &quot;[]&quot;
+      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 &quot;printed page&quot; 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 &quot;License&quot;);
+   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 &quot;AS IS&quot; 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.
+</pre></div></div></div>
+    </div>
+    <!-- end of content -->
+    <div id="footer">
+      <p>&#169;  
+          1999-2007
+    
+          The Apache Software Foundation
+        <br/>
+    
+    Last Published: 26/09/2007 07:11
+</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>

Added: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/.htaccess
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/.htaccess?rev=580139&view=auto
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/.htaccess (added)
+++ cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/.htaccess Thu Sep 27 12:56:05 2007
@@ -0,0 +1 @@
+DirectoryIndex 1295_1_1.html
\ No newline at end of file

Added: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/1262_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/1262_1_1.html?rev=580139&view=auto
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/1262_1_1.html (added)
+++ cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/1262_1_1.html Thu Sep 27 12:56:05 2007
@@ -0,0 +1,229 @@
+<!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 Maven 2 Plugin
+      </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 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="../../../../"><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 Maven 2 Plugin
+            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 Maven 2 Plugins
+            <ul>
+                  
+    <li >
+              <a href="1295_1_1.html">Introduction</a>
+        </li>
+                  
+  
+
+
+              
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="1359_1_1.html">Reloading Classloader (goal)</a>
+              </li>
+                  
+  
+
+
+              
+      
+            
+      
+            
+            
+              
+            <li class='menuExpand'>
+              <a href="1361_1_1.html">Deployer (goal)</a>
+                <ul>
+                  
+    <li >
+              <a href="1361_1_1.html">Purpose</a>
+        </li>
+                  
+    <li >
+              <a href="1358_1_1.html">Using the Cocoon Deployer</a>
+        </li>
+                  
+    <li >
+              <strong>Shielded Classloading</strong>
+        </li>
+              </ul>
+        </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>
+<!--
+                                     <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: 26/09/2007 07:11
+       </div>
+-->
+         <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Shielded Classloading</h1><p>Shielded classloading is an optional feature of the Cocoon deployer-plugin
+for Maven. It helps you in avoiding typical problems with respect to class
+loading. Usually the servlet container sets up a class loader for each web
+application. This class loader works &quot;parent-first&quot; which means that whenever a
+class is loaded it is first searched in the parent class loader of the web
+application class loader and only if its not available there, it is loaded from
+the classes in WEB-INF/classes or the jars in WEB-INF/lib. In general this is a
+useful mechanism which also allows you to share classes between web applications
+by putting them in the parent class loader (refer to the documentation of your
+application server/servlet engine for more information).</p><p>Unfortunately there are some problems with this approach: for example if the
+servlet engine has configured a logging framework like commons logging and
+exposes thisĀ  in the parent class loader for the web applications, than all web
+applications have to use this configuration and are not able to use their own.
+Even more important is the used XSLT processor (and some other stuff contained
+in the endorsed directory). By default you always use the XSLT processor shipped
+with the JDK; you can override this by specifying one using the endorsed
+mechanism but in many cases you can't use this way. As the XSLT processor
+shipped with the JDK has some bugs it is advisable to use the latest version.
+</p><p>The only reliable way of avoiding all these class loading issues is to use a
+mechanism we call shielded class loading: the web application uses its own class
+loader which works &quot;parent-last&quot;. In this case classes are always tried to be
+loaded from the WEB-INF/classes or WEB-INF/lib directory first. Through this
+mechanism you can enforce the use of the XSLT processor you want for your
+application, of the logging configuration you need etc.</p><p>Some application servers provide a configuration for this, but you can also
+use some of the functionality provided by Cocoon: if you are using the Cocoon
+deploy plugin with Maven 2, this plugin rewrites your web.xml to use the
+shielded class loader.</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/1262?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-2007
+    
+          The Apache Software Foundation
+        <br/>
+    
+    Last Published: 26/09/2007 07:11
+</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>