You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by xa...@apache.org on 2007/06/05 14:16:53 UTC

svn commit: r544498 [1/2] - in /incubator/ivy/core/trunk: doc/samples/ doc/style/ doc/xooki/tree/ src/etc/checkstyle/

Author: xavier
Date: Tue Jun  5 07:16:52 2007
New Revision: 544498

URL: http://svn.apache.org/viewvc?view=rev&rev=544498
Log:
fix eol: add svn property + run fixcrlf to use native eol for all text files

Modified:
    incubator/ivy/core/trunk/doc/samples/ivy-doc.xsl   (contents, props changed)
    incubator/ivy/core/trunk/doc/samples/ivy-report.css   (props changed)
    incubator/ivy/core/trunk/doc/samples/ivy-style.css   (contents, props changed)
    incubator/ivy/core/trunk/doc/style/ant.css   (contents, props changed)
    incubator/ivy/core/trunk/doc/style/color.css   (contents, props changed)
    incubator/ivy/core/trunk/doc/style/ivy-ref.css   (contents, props changed)
    incubator/ivy/core/trunk/doc/style/nav.css   (contents, props changed)
    incubator/ivy/core/trunk/doc/style/print-style.css   (contents, props changed)
    incubator/ivy/core/trunk/doc/style/shell.css   (contents, props changed)
    incubator/ivy/core/trunk/doc/style/style.css   (contents, props changed)
    incubator/ivy/core/trunk/doc/xooki/tree/simpletree.css   (contents, props changed)
    incubator/ivy/core/trunk/src/etc/checkstyle/checkstyle-frames.xsl   (contents, props changed)
    incubator/ivy/core/trunk/src/etc/checkstyle/checkstyle-text.xsl   (contents, props changed)
    incubator/ivy/core/trunk/src/etc/checkstyle/checkstyle-xdoc.xsl   (contents, props changed)

Modified: incubator/ivy/core/trunk/doc/samples/ivy-doc.xsl
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/samples/ivy-doc.xsl?view=diff&rev=544498&r1=544497&r2=544498
==============================================================================
--- incubator/ivy/core/trunk/doc/samples/ivy-doc.xsl (original)
+++ incubator/ivy/core/trunk/doc/samples/ivy-doc.xsl Tue Jun  5 07:16:52 2007
@@ -1,279 +1,279 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-   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.    
--->
-<xsl:stylesheet version="1.0"
-xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-<xsl:template match="/ivy-module">
-    <xsl:variable name="repositories" select="/ivy-module/info/repository"/>
-    <xsl:variable name="ivyauthors" select="/ivy-module/info/ivyauthor"/>
-    <xsl:variable name="licenses" select="/ivy-module/info/license"/>
-    <xsl:variable name="configurations" select="/ivy-module/configurations"/>
-    <xsl:variable name="public.conf" select="$configurations/conf[not(@visibility) and not(@deprecated)] | $configurations/conf[@visibility='public' and not(@deprecated)]"/>
-    <xsl:variable name="deprecated.conf" select="configurations/conf[not(@visibility) and @deprecated] | configurations/conf[@visibility='public' and @deprecated]"/>
-    <xsl:variable name="private.conf" select="configurations/conf[@visibility='private']"/>
-
-    <xsl:variable name="artifacts" select="/ivy-module/publications/artifact"/>
-    <xsl:variable name="dependencies" select="/ivy-module/dependencies/dependency"/>
-
-  <html>
-  <head>
-    <title><xsl:value-of select="info/@module"/> by <xsl:value-of select="info/@organisation"/> :: Ivy description</title>
-    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-    <meta http-equiv="content-language" content="en" />
-    <meta name="robots" content="index,follow" />
-    <link rel="stylesheet" type="text/css" href="ivy-style.css" /> 
-  </head>
-  <body>
-    <div id="logo"><a href="http://ivy.jayasoft.org/"><img src="http://ivy.jayasoft.org/logo.png"/></a><br/><a id="rep" href="http://ivyrep.jayasoft.org/">Ivy Repository</a></div>
-    <h1>
-    <span id="module">
-	        <xsl:element name="a">
-	            <xsl:attribute name="href">http://ivyrep.jayasoft.org/<xsl:value-of select="info/@organisation"/>/<xsl:value-of select="info/@module"/>/</xsl:attribute>
-	            <xsl:value-of select="info/@module"/>
-	        </xsl:element>
-    </span> 
-    by 
-    <span id="organisation">
-	        <xsl:element name="a">
-	            <xsl:attribute name="href">http://ivyrep.jayasoft.org/<xsl:value-of select="info/@organisation"/>/</xsl:attribute>
-	            <xsl:value-of select="info/@organisation"/>
-	        </xsl:element> 
-    </span></h1>
-    <div id="revision"><span id="revision">Revision: </span><xsl:value-of select="info/@revision"/></div>
-    <table class="header">
-    <tr><td class="title">Status</td><td class="value"><xsl:value-of select="info/@status"/></td></tr>
-    <tr><td class="title">Home Page</td><td class="value">
-    	<xsl:if test="info/description/@homepage">
-	        <xsl:element name="a">
-	            <xsl:attribute name="href"><xsl:value-of select="info/description/@homepage"/></xsl:attribute>
-	            <xsl:value-of select="info/description/@homepage"/>
-	        </xsl:element>
-    	</xsl:if>
-    </td></tr>
-    <tr><td class="title">Licenses</td><td class="value">
-	    <xsl:for-each select="$licenses">
-    	<xsl:if test="@url">
-	        <xsl:element name="a">
-	            <xsl:attribute name="href"><xsl:value-of select="@url"/></xsl:attribute>
-		    	<xsl:value-of select="@name"/>
-	        </xsl:element>
-    	</xsl:if>
-    	<xsl:if test="not(@url)">
-		    	<xsl:value-of select="@name"/>
-    	</xsl:if>
-	    </xsl:for-each>
-    </td></tr>
-    <tr><td class="title">Ivy Authors</td><td class="value">
-	    <xsl:for-each select="$ivyauthors">
-    	<xsl:if test="@url">
-	        <xsl:element name="a">
-	            <xsl:attribute name="href"><xsl:value-of select="@url"/></xsl:attribute>
-		    	<xsl:value-of select="@name"/>
-	        </xsl:element>
-    	</xsl:if>
-    	<xsl:if test="not(@url)">
-		    	<xsl:value-of select="@name"/>
-    	</xsl:if>
-	    </xsl:for-each>
-    </td></tr>
-    <tr><td class="title">Description</td><td class="value"><xsl:copy-of select="info/description"/></td></tr>
-    </table>
-    
-    <xsl:if test="count($repositories) > 0">
-    <div id="repositories">
-    <h2>Public Repositories</h2>
-    <table>
-    <thead>
-    <tr>
-      <th>Name</th>
-      <th>Url</th>
-      <th>Pattern</th>
-      <th>Ivys</th>
-      <th>Artifacts</th>
-    </tr>
-    </thead>
-    <tbody>
-    <xsl:for-each select="$repositories">
-    <tr>
-      <td><xsl:value-of select="@name"/></td>
-      <td>
-        <xsl:element name="a">
-            <xsl:attribute name="href"><xsl:value-of select="@url"/></xsl:attribute>
-	    	<xsl:value-of select="@url"/>
-        </xsl:element>
-      </td>
-      <td><xsl:value-of select="@pattern"/></td>
-      <td><xsl:value-of select="@ivys"/></td>
-      <td><xsl:value-of select="@artifacts"/></td>
-    </tr>
-    </xsl:for-each>
-    </tbody>
-    </table>
-    </div>
-    </xsl:if>
-    
-    <div id="public-confs" class="conf">
-    <h2>Public Configurations</h2>
-    <table>
-    <thead>
-    <tr>
-      <th class="conf-name">Name</th>
-      <th class="conf-desc">Description</th>
-      <th class="conf-extends">Extends</th>
-    </tr>
-    </thead>
-    <tbody>
-    <xsl:for-each select="$public.conf">
-    <tr>
-      <td><xsl:value-of select="@name"/></td>
-      <td><xsl:value-of select="@description"/></td>
-      <td><xsl:value-of select="@extends"/></td>
-    </tr>
-    </xsl:for-each>
-    <xsl:if test="count($public.conf) = 0">
-    <tr>
-      <td>default</td>
-      <td></td>
-      <td></td>
-    </tr>
-    </xsl:if>
-    </tbody>
-    </table>
-    </div>
-    
-    <xsl:if test="count($deprecated.conf) > 0">
-    <div id="deprecated-confs" class="conf">
-    <h2>Deprecated Configurations</h2>
-    <table>
-    <thead>
-    <tr>
-      <th class="conf-name">Name</th>
-      <th class="conf-desc">Description</th>
-      <th class="conf-extends">Extends</th>
-    </tr>
-    </thead>
-    <tbody>
-    <xsl:for-each select="$deprecated.conf">
-    <tr>
-      <td><xsl:value-of select="@name"/></td>
-      <td><xsl:value-of select="@description"/></td>
-      <td><xsl:value-of select="@extends"/></td>
-    </tr>
-    </xsl:for-each>
-    </tbody>
-    </table>
-    </div>
-    </xsl:if>
-    
-    <xsl:if test="count($private.conf) > 0">
-    <div id="deprecated-confs" class="conf">
-    <h2>Private Configurations</h2>
-    <table>
-    <thead>
-    <tr>
-      <th class="conf-name">Name</th>
-      <th class="conf-desc">Description</th>
-      <th class="conf-extends">Extends</th>
-    </tr>
-    </thead>
-    <tbody>
-    <xsl:for-each select="$private.conf">
-    <tr>
-      <td><xsl:value-of select="@name"/></td>
-      <td><xsl:value-of select="@description"/></td>
-      <td><xsl:value-of select="@extends"/></td>
-    </tr>
-    </xsl:for-each>
-    </tbody>
-    </table>
-    </div>
-    </xsl:if>
-    
-    <div id="artifacts">
-    <h2>Published Artifacts</h2>
-    <table>
-    <thead>
-    <tr>
-      <th class="art-name">Name</th>
-      <th class="art-type">Type</th>
-      <th class="art-conf">Configurations</th>
-    </tr>
-    </thead>
-    <tbody>
-    <xsl:for-each select="$artifacts">
-    <tr>
-      <td><xsl:value-of select="@name"/></td>
-      <td><xsl:value-of select="@type"/></td>
-      <td>
-          <xsl:value-of select="@conf"/>
-          <xsl:for-each select="conf">
-            <xsl:if test="position() > 1">, 
-            </xsl:if>
-            <xsl:value-of select="@name"/>
-          </xsl:for-each>
-          <xsl:if test="not(@conf) and count(conf) = 0">
-          <i>all</i>
-          </xsl:if> 
-      </td>
-    </tr>
-    </xsl:for-each>
-    <xsl:if test="count($artifacts) = 0">
-      <td><xsl:value-of select="info/@module"/></td>
-      <td>jar</td>
-      <td><i>all</i></td>
-    </xsl:if>
-    </tbody>
-    </table>
-    </div>
-    
-    <xsl:if test="count($dependencies) > 0">
-    <div id="dependencies">
-    <h2>Dependencies</h2>
-    <table>
-    <thead>
-    <tr>
-      <th class="dep-org">Organisation</th>
-      <th class="dep-name">Name</th>
-      <th class="dep-rev">Revision</th>
-    </tr>
-    </thead>
-    <tbody>
-    <xsl:for-each select="$dependencies">
-    <tr>
-      <td><xsl:if test="not(@org)"><xsl:value-of select="/ivy-module/info/@organisation"/></xsl:if><xsl:value-of select="@org"/></td>
-      <td>
-        <xsl:element name="a">
-            <xsl:attribute name="href">http://ivyrep.jayasoft.org/<xsl:if test="not(@org)"><xsl:value-of select="/ivy-module/info/@organisation"/></xsl:if><xsl:value-of select="@org"/>/<xsl:value-of select="@name"/>/ivy-<xsl:value-of select="@rev"/>.xml</xsl:attribute>
-		    <xsl:value-of select="@name"/>
-        </xsl:element>
-      </td>
-      <td><xsl:value-of select="@rev"/></td>
-    </tr>
-    </xsl:for-each>
-    </tbody>
-    </table>
-    </div>
-    </xsl:if>
-    
-    
-  </body>
-  </html>
-</xsl:template>
-</xsl:stylesheet>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+   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.    
+-->
+<xsl:stylesheet version="1.0"
+xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+<xsl:template match="/ivy-module">
+    <xsl:variable name="repositories" select="/ivy-module/info/repository"/>
+    <xsl:variable name="ivyauthors" select="/ivy-module/info/ivyauthor"/>
+    <xsl:variable name="licenses" select="/ivy-module/info/license"/>
+    <xsl:variable name="configurations" select="/ivy-module/configurations"/>
+    <xsl:variable name="public.conf" select="$configurations/conf[not(@visibility) and not(@deprecated)] | $configurations/conf[@visibility='public' and not(@deprecated)]"/>
+    <xsl:variable name="deprecated.conf" select="configurations/conf[not(@visibility) and @deprecated] | configurations/conf[@visibility='public' and @deprecated]"/>
+    <xsl:variable name="private.conf" select="configurations/conf[@visibility='private']"/>
+
+    <xsl:variable name="artifacts" select="/ivy-module/publications/artifact"/>
+    <xsl:variable name="dependencies" select="/ivy-module/dependencies/dependency"/>
+
+  <html>
+  <head>
+    <title><xsl:value-of select="info/@module"/> by <xsl:value-of select="info/@organisation"/> :: Ivy description</title>
+    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+    <meta http-equiv="content-language" content="en" />
+    <meta name="robots" content="index,follow" />
+    <link rel="stylesheet" type="text/css" href="ivy-style.css" /> 
+  </head>
+  <body>
+    <div id="logo"><a href="http://ivy.jayasoft.org/"><img src="http://ivy.jayasoft.org/logo.png"/></a><br/><a id="rep" href="http://ivyrep.jayasoft.org/">Ivy Repository</a></div>
+    <h1>
+    <span id="module">
+	        <xsl:element name="a">
+	            <xsl:attribute name="href">http://ivyrep.jayasoft.org/<xsl:value-of select="info/@organisation"/>/<xsl:value-of select="info/@module"/>/</xsl:attribute>
+	            <xsl:value-of select="info/@module"/>
+	        </xsl:element>
+    </span> 
+    by 
+    <span id="organisation">
+	        <xsl:element name="a">
+	            <xsl:attribute name="href">http://ivyrep.jayasoft.org/<xsl:value-of select="info/@organisation"/>/</xsl:attribute>
+	            <xsl:value-of select="info/@organisation"/>
+	        </xsl:element> 
+    </span></h1>
+    <div id="revision"><span id="revision">Revision: </span><xsl:value-of select="info/@revision"/></div>
+    <table class="header">
+    <tr><td class="title">Status</td><td class="value"><xsl:value-of select="info/@status"/></td></tr>
+    <tr><td class="title">Home Page</td><td class="value">
+    	<xsl:if test="info/description/@homepage">
+	        <xsl:element name="a">
+	            <xsl:attribute name="href"><xsl:value-of select="info/description/@homepage"/></xsl:attribute>
+	            <xsl:value-of select="info/description/@homepage"/>
+	        </xsl:element>
+    	</xsl:if>
+    </td></tr>
+    <tr><td class="title">Licenses</td><td class="value">
+	    <xsl:for-each select="$licenses">
+    	<xsl:if test="@url">
+	        <xsl:element name="a">
+	            <xsl:attribute name="href"><xsl:value-of select="@url"/></xsl:attribute>
+		    	<xsl:value-of select="@name"/>
+	        </xsl:element>
+    	</xsl:if>
+    	<xsl:if test="not(@url)">
+		    	<xsl:value-of select="@name"/>
+    	</xsl:if>
+	    </xsl:for-each>
+    </td></tr>
+    <tr><td class="title">Ivy Authors</td><td class="value">
+	    <xsl:for-each select="$ivyauthors">
+    	<xsl:if test="@url">
+	        <xsl:element name="a">
+	            <xsl:attribute name="href"><xsl:value-of select="@url"/></xsl:attribute>
+		    	<xsl:value-of select="@name"/>
+	        </xsl:element>
+    	</xsl:if>
+    	<xsl:if test="not(@url)">
+		    	<xsl:value-of select="@name"/>
+    	</xsl:if>
+	    </xsl:for-each>
+    </td></tr>
+    <tr><td class="title">Description</td><td class="value"><xsl:copy-of select="info/description"/></td></tr>
+    </table>
+    
+    <xsl:if test="count($repositories) > 0">
+    <div id="repositories">
+    <h2>Public Repositories</h2>
+    <table>
+    <thead>
+    <tr>
+      <th>Name</th>
+      <th>Url</th>
+      <th>Pattern</th>
+      <th>Ivys</th>
+      <th>Artifacts</th>
+    </tr>
+    </thead>
+    <tbody>
+    <xsl:for-each select="$repositories">
+    <tr>
+      <td><xsl:value-of select="@name"/></td>
+      <td>
+        <xsl:element name="a">
+            <xsl:attribute name="href"><xsl:value-of select="@url"/></xsl:attribute>
+	    	<xsl:value-of select="@url"/>
+        </xsl:element>
+      </td>
+      <td><xsl:value-of select="@pattern"/></td>
+      <td><xsl:value-of select="@ivys"/></td>
+      <td><xsl:value-of select="@artifacts"/></td>
+    </tr>
+    </xsl:for-each>
+    </tbody>
+    </table>
+    </div>
+    </xsl:if>
+    
+    <div id="public-confs" class="conf">
+    <h2>Public Configurations</h2>
+    <table>
+    <thead>
+    <tr>
+      <th class="conf-name">Name</th>
+      <th class="conf-desc">Description</th>
+      <th class="conf-extends">Extends</th>
+    </tr>
+    </thead>
+    <tbody>
+    <xsl:for-each select="$public.conf">
+    <tr>
+      <td><xsl:value-of select="@name"/></td>
+      <td><xsl:value-of select="@description"/></td>
+      <td><xsl:value-of select="@extends"/></td>
+    </tr>
+    </xsl:for-each>
+    <xsl:if test="count($public.conf) = 0">
+    <tr>
+      <td>default</td>
+      <td></td>
+      <td></td>
+    </tr>
+    </xsl:if>
+    </tbody>
+    </table>
+    </div>
+    
+    <xsl:if test="count($deprecated.conf) > 0">
+    <div id="deprecated-confs" class="conf">
+    <h2>Deprecated Configurations</h2>
+    <table>
+    <thead>
+    <tr>
+      <th class="conf-name">Name</th>
+      <th class="conf-desc">Description</th>
+      <th class="conf-extends">Extends</th>
+    </tr>
+    </thead>
+    <tbody>
+    <xsl:for-each select="$deprecated.conf">
+    <tr>
+      <td><xsl:value-of select="@name"/></td>
+      <td><xsl:value-of select="@description"/></td>
+      <td><xsl:value-of select="@extends"/></td>
+    </tr>
+    </xsl:for-each>
+    </tbody>
+    </table>
+    </div>
+    </xsl:if>
+    
+    <xsl:if test="count($private.conf) > 0">
+    <div id="deprecated-confs" class="conf">
+    <h2>Private Configurations</h2>
+    <table>
+    <thead>
+    <tr>
+      <th class="conf-name">Name</th>
+      <th class="conf-desc">Description</th>
+      <th class="conf-extends">Extends</th>
+    </tr>
+    </thead>
+    <tbody>
+    <xsl:for-each select="$private.conf">
+    <tr>
+      <td><xsl:value-of select="@name"/></td>
+      <td><xsl:value-of select="@description"/></td>
+      <td><xsl:value-of select="@extends"/></td>
+    </tr>
+    </xsl:for-each>
+    </tbody>
+    </table>
+    </div>
+    </xsl:if>
+    
+    <div id="artifacts">
+    <h2>Published Artifacts</h2>
+    <table>
+    <thead>
+    <tr>
+      <th class="art-name">Name</th>
+      <th class="art-type">Type</th>
+      <th class="art-conf">Configurations</th>
+    </tr>
+    </thead>
+    <tbody>
+    <xsl:for-each select="$artifacts">
+    <tr>
+      <td><xsl:value-of select="@name"/></td>
+      <td><xsl:value-of select="@type"/></td>
+      <td>
+          <xsl:value-of select="@conf"/>
+          <xsl:for-each select="conf">
+            <xsl:if test="position() > 1">, 
+            </xsl:if>
+            <xsl:value-of select="@name"/>
+          </xsl:for-each>
+          <xsl:if test="not(@conf) and count(conf) = 0">
+          <i>all</i>
+          </xsl:if> 
+      </td>
+    </tr>
+    </xsl:for-each>
+    <xsl:if test="count($artifacts) = 0">
+      <td><xsl:value-of select="info/@module"/></td>
+      <td>jar</td>
+      <td><i>all</i></td>
+    </xsl:if>
+    </tbody>
+    </table>
+    </div>
+    
+    <xsl:if test="count($dependencies) > 0">
+    <div id="dependencies">
+    <h2>Dependencies</h2>
+    <table>
+    <thead>
+    <tr>
+      <th class="dep-org">Organisation</th>
+      <th class="dep-name">Name</th>
+      <th class="dep-rev">Revision</th>
+    </tr>
+    </thead>
+    <tbody>
+    <xsl:for-each select="$dependencies">
+    <tr>
+      <td><xsl:if test="not(@org)"><xsl:value-of select="/ivy-module/info/@organisation"/></xsl:if><xsl:value-of select="@org"/></td>
+      <td>
+        <xsl:element name="a">
+            <xsl:attribute name="href">http://ivyrep.jayasoft.org/<xsl:if test="not(@org)"><xsl:value-of select="/ivy-module/info/@organisation"/></xsl:if><xsl:value-of select="@org"/>/<xsl:value-of select="@name"/>/ivy-<xsl:value-of select="@rev"/>.xml</xsl:attribute>
+		    <xsl:value-of select="@name"/>
+        </xsl:element>
+      </td>
+      <td><xsl:value-of select="@rev"/></td>
+    </tr>
+    </xsl:for-each>
+    </tbody>
+    </table>
+    </div>
+    </xsl:if>
+    
+    
+  </body>
+  </html>
+</xsl:template>
+</xsl:stylesheet>

Propchange: incubator/ivy/core/trunk/doc/samples/ivy-doc.xsl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/ivy/core/trunk/doc/samples/ivy-report.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/ivy/core/trunk/doc/samples/ivy-style.css
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/samples/ivy-style.css?view=diff&rev=544498&r1=544497&r2=544498
==============================================================================
--- incubator/ivy/core/trunk/doc/samples/ivy-style.css (original)
+++ incubator/ivy/core/trunk/doc/samples/ivy-style.css Tue Jun  5 07:16:52 2007
@@ -1,160 +1,160 @@
-/*
- *  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:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
-	font-size:small; 
-}
-
-div#logo {
-    float: right; 
-    padding-left: 10px; 
-    padding-bottom: 10px; 
-    background: white;
-    text-align: center;
-}
-
-#logo img {
-	border: 0;
-}
-
-a#rep {
-	color:#7A9437;
-	text-decoration:none;
-}
-
-a#rep:hover {
-	background-color:#DEE4CD;
-	color:#7A9437;
-}
-
-
-h1 {
-    margin-bottom:2px;
-    
-	border-color:#7A9437;
-	border-style:solid;
-	border-width:0 0 3px 0;
-}
-
-span#module a {
-	color:#7A9437;
-	text-decoration:none;
-}
-
-span#module a:hover {
-	background-color:#DEE4CD;
-	color:#7A9437;
-}
-
-span#organisation a {
-	color:black;
-	text-decoration:none;
-}
-
-span#organisation a:hover {
-	background-color:black;
-	color:white;
-}
-
-
-h2 {
-    margin-bottom:2px;
-    font-size:medium;
-    
-	border-color:#7A9437;
-	border-style:solid;
-	border-width:0 0 2px 0;
-}
-
-div#revision {
-    margin-left:60px;
-	font-size:medium;
-    font-style: italic;
-    font-weight:700;
-}
-
-span#revision {
-	color:#7A9437;
-}
-
-td.title {
-    width:150px;
-    margin-right:15px;
-
-	text-align: left;
-	/*
-	border-color:#7A9437;
-	border-style:solid;
-	border-width:0 0 3px 0;
-	*/
-	font-size:small;
-	font-weight:700;
-	margin:0;
-	padding-left:0em;
-	vertical-align: top;
-}
-
-td.title:first-letter {
-	color:#7A9437;
-	font-size:medium;
-	background-color:transparent;
-}
-
-#repositories table  {
-	width:90%;
-	margin:auto;
-}
-
-#repositories th  {
-	text-align: left;
-}
-
-.conf table, #artifacts table, #dependencies table  {
-	border-collapse:collapse;
-	width:90%;
-	margin:auto;
-	margin-top: 10px;
-}
-.conf thead, #artifacts thead, #dependencies thead {
-	background-color:#DEE4CD;
-	border:1px solid #7A9437;
-}
-.conf tbody, #artifacts tbody, #dependencies tbody {
-	border-collapse:collapse;
-	background-color:#FFFFFF;
-	border:1px solid #7A9437;
-}
-
-.conf th, #artifacts th, #dependencies th {
-	font-family:monospace;
-	border:1px solid #7A9437;
-	padding:5px;
-}
-
-.conf td, #artifacts td, #dependencies td {
-	border:1px dotted #7A9437;
-	padding:5px;
-}
-
-th.conf-name {
-    width:15%;
-}
-th.conf-desc {
-    width:50%;
-}
+/*
+ *  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:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
+	font-size:small; 
+}
+
+div#logo {
+    float: right; 
+    padding-left: 10px; 
+    padding-bottom: 10px; 
+    background: white;
+    text-align: center;
+}
+
+#logo img {
+	border: 0;
+}
+
+a#rep {
+	color:#7A9437;
+	text-decoration:none;
+}
+
+a#rep:hover {
+	background-color:#DEE4CD;
+	color:#7A9437;
+}
+
+
+h1 {
+    margin-bottom:2px;
+    
+	border-color:#7A9437;
+	border-style:solid;
+	border-width:0 0 3px 0;
+}
+
+span#module a {
+	color:#7A9437;
+	text-decoration:none;
+}
+
+span#module a:hover {
+	background-color:#DEE4CD;
+	color:#7A9437;
+}
+
+span#organisation a {
+	color:black;
+	text-decoration:none;
+}
+
+span#organisation a:hover {
+	background-color:black;
+	color:white;
+}
+
+
+h2 {
+    margin-bottom:2px;
+    font-size:medium;
+    
+	border-color:#7A9437;
+	border-style:solid;
+	border-width:0 0 2px 0;
+}
+
+div#revision {
+    margin-left:60px;
+	font-size:medium;
+    font-style: italic;
+    font-weight:700;
+}
+
+span#revision {
+	color:#7A9437;
+}
+
+td.title {
+    width:150px;
+    margin-right:15px;
+
+	text-align: left;
+	/*
+	border-color:#7A9437;
+	border-style:solid;
+	border-width:0 0 3px 0;
+	*/
+	font-size:small;
+	font-weight:700;
+	margin:0;
+	padding-left:0em;
+	vertical-align: top;
+}
+
+td.title:first-letter {
+	color:#7A9437;
+	font-size:medium;
+	background-color:transparent;
+}
+
+#repositories table  {
+	width:90%;
+	margin:auto;
+}
+
+#repositories th  {
+	text-align: left;
+}
+
+.conf table, #artifacts table, #dependencies table  {
+	border-collapse:collapse;
+	width:90%;
+	margin:auto;
+	margin-top: 10px;
+}
+.conf thead, #artifacts thead, #dependencies thead {
+	background-color:#DEE4CD;
+	border:1px solid #7A9437;
+}
+.conf tbody, #artifacts tbody, #dependencies tbody {
+	border-collapse:collapse;
+	background-color:#FFFFFF;
+	border:1px solid #7A9437;
+}
+
+.conf th, #artifacts th, #dependencies th {
+	font-family:monospace;
+	border:1px solid #7A9437;
+	padding:5px;
+}
+
+.conf td, #artifacts td, #dependencies td {
+	border:1px dotted #7A9437;
+	padding:5px;
+}
+
+th.conf-name {
+    width:15%;
+}
+th.conf-desc {
+    width:50%;
+}

Propchange: incubator/ivy/core/trunk/doc/samples/ivy-style.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/ivy/core/trunk/doc/style/ant.css
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/style/ant.css?view=diff&rev=544498&r1=544497&r2=544498
==============================================================================
--- incubator/ivy/core/trunk/doc/style/ant.css (original)
+++ incubator/ivy/core/trunk/doc/style/ant.css Tue Jun  5 07:16:52 2007
@@ -1,50 +1,50 @@
-/*
- *  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.
- *
- */
-
-table.ant  {
-	border-collapse:collapse;
-	width:90%;
-	margin:auto;
-	margin-top: 10px;
-}
-.ant thead {
-	background-color:#DEE4CD;
-	border:1px solid #7A9437;
-}
-.ant tbody {
-	background-color:#FFFFFF;
-	border:1px solid #7A9437;
-}
-
-.ant th {
-	font-family:monospace;
-	border:1px solid #7A9437;
-	padding:5px;
-}
-
-.ant td {
-	border:1px dotted #7A9437;
-	padding:5px;
-}
-
-th.ant-att {
-    width:15%;
-}
-th.ant-desc {
-    width:50%;
-}
+/*
+ *  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.
+ *
+ */
+
+table.ant  {
+	border-collapse:collapse;
+	width:90%;
+	margin:auto;
+	margin-top: 10px;
+}
+.ant thead {
+	background-color:#DEE4CD;
+	border:1px solid #7A9437;
+}
+.ant tbody {
+	background-color:#FFFFFF;
+	border:1px solid #7A9437;
+}
+
+.ant th {
+	font-family:monospace;
+	border:1px solid #7A9437;
+	padding:5px;
+}
+
+.ant td {
+	border:1px dotted #7A9437;
+	padding:5px;
+}
+
+th.ant-att {
+    width:15%;
+}
+th.ant-desc {
+    width:50%;
+}

Propchange: incubator/ivy/core/trunk/doc/style/ant.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/ivy/core/trunk/doc/style/color.css
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/style/color.css?view=diff&rev=544498&r1=544497&r2=544498
==============================================================================
--- incubator/ivy/core/trunk/doc/style/color.css (original)
+++ incubator/ivy/core/trunk/doc/style/color.css Tue Jun  5 07:16:52 2007
@@ -1,157 +1,157 @@
-/*
- *  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  {
-  background-color: #5a7418;
-}
-
-#body  {
-  color: #000;
-  background-color: #fff;
-}
-
-h1, h2, h3, h4, h5, h6 {
-  color: #7a9438;
-}
-h1 {
-  color: #fff;
-  background-color: #7a9438;
-}
-.title {
-  color: #7a9438;
-  background-color: #fff;
-  background: none;
-}
-a:link {
-  color: #7a9438;
-}
-a:visited {
-  color: #7a9438;
-}
-a:hover, a:active {
-  color: #7a9438;
-}
-blockquote {
-  color: #696969;
-}
-pre {
-  background-color: #eee;
-  border: 1px solid #ddd;
-}
-.form-item label {
-  color: #7a9438;
-}
-.item-list .title {
-  color: #7a9438;
-}
-
-/*
-** Page layout blocks / IDs
-*/
-#header  {
-  background-color: #ffffff;
-  /* border: 3px solid #9ebf47; */
-}
-
-#top-menu {
-  background-color:#7a9438;
-  border-top: 3px solid #9ebf47;
-  border-bottom: 3px solid #9ebf47;
-}
-
-#search .form-text, #search .form-submit {
-  border: 1px solid #7a9438;
-}
-#search .form-submit {
-  background-color: #9ebf47;
-}
-
-.block h2 {
-  color: #000;
-  background-color: #eee; 
-}
-
-.block .content {
-  background-color: #fff;
-  border: 1px solid #eee;
-}
-/*
-.block h2 {
-  color: #000;
-}
-*/
-
-#navcontainer {
-	background-color:#7a9438;
-}
-
-#nav {
-	background-color:#7a9438;
-}
-
-#nav ul {
-	background-color:#7a9438;
-	border-top: 1px solid #7a9438;
-	border-right: 1px solid #7a9438;
-	border-bottom: 1px solid #7a9438;
-	border-left: 0.75em solid #7a9438;
-}
-
-#nav li a {
-	color: #fff;
-}
-
-#nav .title {
-  color: #fff;
-  /*
-  background: #61752c;
-  */
-  background: #7a9438;
-	border-top: 0;
-	border-right: 0;
-	border-bottom: 1px solid #7a9438;
-	border-left: 0;
-}
-
-#nav li li a {
-	background: #fff;
-	color: #7a9438;
-  border-top: 0;
-	border-right: 0;
-	border-bottom: 1px solid #7a9438;
-	border-left: 0;
-}
-
-#nav a:hover,
-#nav a:active {
-	background: #9ebf47;
-}
-
-#content {
-  border-top: 3px solid #9ebf47;
-}
-
-#forum tr.dark {
-  background: #daeddc;
-}
-
-.postit {
-  background-color: #FFDBA1;
-  border: 1px solid #FFB643;
-  color: #4E3000;
-}
+/*
+ *  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  {
+  background-color: #5a7418;
+}
+
+#body  {
+  color: #000;
+  background-color: #fff;
+}
+
+h1, h2, h3, h4, h5, h6 {
+  color: #7a9438;
+}
+h1 {
+  color: #fff;
+  background-color: #7a9438;
+}
+.title {
+  color: #7a9438;
+  background-color: #fff;
+  background: none;
+}
+a:link {
+  color: #7a9438;
+}
+a:visited {
+  color: #7a9438;
+}
+a:hover, a:active {
+  color: #7a9438;
+}
+blockquote {
+  color: #696969;
+}
+pre {
+  background-color: #eee;
+  border: 1px solid #ddd;
+}
+.form-item label {
+  color: #7a9438;
+}
+.item-list .title {
+  color: #7a9438;
+}
+
+/*
+** Page layout blocks / IDs
+*/
+#header  {
+  background-color: #ffffff;
+  /* border: 3px solid #9ebf47; */
+}
+
+#top-menu {
+  background-color:#7a9438;
+  border-top: 3px solid #9ebf47;
+  border-bottom: 3px solid #9ebf47;
+}
+
+#search .form-text, #search .form-submit {
+  border: 1px solid #7a9438;
+}
+#search .form-submit {
+  background-color: #9ebf47;
+}
+
+.block h2 {
+  color: #000;
+  background-color: #eee; 
+}
+
+.block .content {
+  background-color: #fff;
+  border: 1px solid #eee;
+}
+/*
+.block h2 {
+  color: #000;
+}
+*/
+
+#navcontainer {
+	background-color:#7a9438;
+}
+
+#nav {
+	background-color:#7a9438;
+}
+
+#nav ul {
+	background-color:#7a9438;
+	border-top: 1px solid #7a9438;
+	border-right: 1px solid #7a9438;
+	border-bottom: 1px solid #7a9438;
+	border-left: 0.75em solid #7a9438;
+}
+
+#nav li a {
+	color: #fff;
+}
+
+#nav .title {
+  color: #fff;
+  /*
+  background: #61752c;
+  */
+  background: #7a9438;
+	border-top: 0;
+	border-right: 0;
+	border-bottom: 1px solid #7a9438;
+	border-left: 0;
+}
+
+#nav li li a {
+	background: #fff;
+	color: #7a9438;
+  border-top: 0;
+	border-right: 0;
+	border-bottom: 1px solid #7a9438;
+	border-left: 0;
+}
+
+#nav a:hover,
+#nav a:active {
+	background: #9ebf47;
+}
+
+#content {
+  border-top: 3px solid #9ebf47;
+}
+
+#forum tr.dark {
+  background: #daeddc;
+}
+
+.postit {
+  background-color: #FFDBA1;
+  border: 1px solid #FFB643;
+  color: #4E3000;
+}

Propchange: incubator/ivy/core/trunk/doc/style/color.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/ivy/core/trunk/doc/style/ivy-ref.css
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/style/ivy-ref.css?view=diff&rev=544498&r1=544497&r2=544498
==============================================================================
--- incubator/ivy/core/trunk/doc/style/ivy-ref.css (original)
+++ incubator/ivy/core/trunk/doc/style/ivy-ref.css Tue Jun  5 07:16:52 2007
@@ -1,84 +1,84 @@
-/*
- *  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.
- *
- */
-
-table.ivy-attributes  {
-	border-collapse:collapse;
-	width:90%;
-	margin:auto;
-	margin-top: 10px;
-}
-.ivy-attributes thead {
-	background-color:#DEE4CD;
-	border:1px solid #7A9437;
-}
-.ivy-attributes tbody {
-	background-color:#FFFFFF;
-	border:1px solid #7A9437;
-}
-
-.ivy-attributes th {
-	font-family:monospace;
-	border:1px solid #7A9437;
-	padding:5px;
-}
-
-.ivy-attributes td {
-	border:1px dotted #7A9437;
-	padding:5px;
-}
-
-th.ivy-att {
-    width:15%;
-}
-th.ivy-att-desc {
-    width:50%;
-}
-
-table.ivy-children  {
-/*	border:3px solid #6495ed; */
-	border-collapse:collapse;
-	width:90%;
-	margin:auto;
-	margin-top: 10px;
-}
-.ivy-children thead {
-	background-color:#DEE4CD;
-	border:1px solid #7A9437;
-}
-.ivy-children tbody {
-	background-color:#FFFFFF;
-	border:1px solid #7A9437;
-}
-
-.ivy-children th {
-	font-family:monospace;
-	border:1px solid #7A9437;
-	padding:5px;
-}
-
-.ivy-children td {
-	border:1px dotted #7A9437;
-	padding:5px;
-}
-
-th.ivy-chld {
-    width:15%;
-}
-th.ivy-chld-desc {
-    width:50%;
-}
+/*
+ *  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.
+ *
+ */
+
+table.ivy-attributes  {
+	border-collapse:collapse;
+	width:90%;
+	margin:auto;
+	margin-top: 10px;
+}
+.ivy-attributes thead {
+	background-color:#DEE4CD;
+	border:1px solid #7A9437;
+}
+.ivy-attributes tbody {
+	background-color:#FFFFFF;
+	border:1px solid #7A9437;
+}
+
+.ivy-attributes th {
+	font-family:monospace;
+	border:1px solid #7A9437;
+	padding:5px;
+}
+
+.ivy-attributes td {
+	border:1px dotted #7A9437;
+	padding:5px;
+}
+
+th.ivy-att {
+    width:15%;
+}
+th.ivy-att-desc {
+    width:50%;
+}
+
+table.ivy-children  {
+/*	border:3px solid #6495ed; */
+	border-collapse:collapse;
+	width:90%;
+	margin:auto;
+	margin-top: 10px;
+}
+.ivy-children thead {
+	background-color:#DEE4CD;
+	border:1px solid #7A9437;
+}
+.ivy-children tbody {
+	background-color:#FFFFFF;
+	border:1px solid #7A9437;
+}
+
+.ivy-children th {
+	font-family:monospace;
+	border:1px solid #7A9437;
+	padding:5px;
+}
+
+.ivy-children td {
+	border:1px dotted #7A9437;
+	padding:5px;
+}
+
+th.ivy-chld {
+    width:15%;
+}
+th.ivy-chld-desc {
+    width:50%;
+}

Propchange: incubator/ivy/core/trunk/doc/style/ivy-ref.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/ivy/core/trunk/doc/style/nav.css
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/style/nav.css?view=diff&rev=544498&r1=544497&r2=544498
==============================================================================
--- incubator/ivy/core/trunk/doc/style/nav.css (original)
+++ incubator/ivy/core/trunk/doc/style/nav.css Tue Jun  5 07:16:52 2007
@@ -1,28 +1,28 @@
-/*
- *  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.
- *
- */
-
-#navcontainer  {
-    color: white;
-	margin-left: 20px;
-}
-
-
-#navcontainer  a {
-    color: white;
-	text-decoration: none;
-}
+/*
+ *  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.
+ *
+ */
+
+#navcontainer  {
+    color: white;
+	margin-left: 20px;
+}
+
+
+#navcontainer  a {
+    color: white;
+	text-decoration: none;
+}

Propchange: incubator/ivy/core/trunk/doc/style/nav.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/ivy/core/trunk/doc/style/print-style.css
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/style/print-style.css?view=diff&rev=544498&r1=544497&r2=544498
==============================================================================
--- incubator/ivy/core/trunk/doc/style/print-style.css (original)
+++ incubator/ivy/core/trunk/doc/style/print-style.css Tue Jun  5 07:16:52 2007
@@ -1,282 +1,282 @@
-/*
- *  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.
- *
- */
-
-@import "color.css";
-@import "nav.css";
-@import "xmlverbatim.css";
-@import "ant.css";
-@import "ivy-ref.css";
-@import "shell.css";
-
-#body  {
-  display: table;
-  padding: 0;
-}
-#body  {
-  padding-top: 5px;
-  padding-bottom: 5px;
-}
-
-/*
-** HTML elements
-*/
-body  {
-  margin: 0;
-  padding: 0;
-  bgcolor: #ffffff;
-}
-body, p, td, li, ul, ol  {
-  font-family: Verdana, Helvetica, Arial, sans-serif;
-  font-size: small;
-}
-h1, h2, h3, h4, h5, h6 {
-  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
-}
-h1 {
-/*
-  margin-left: 15px;
-  margin-right: 15px;
-  */
-  padding-left: 10px;
-  font-size: 1.6em;
-  -moz-border-radius-topleft: 5px;
-  -moz-border-radius-topright: 5px;
-  -moz-border-radius-bottomright: 5px;
-  -moz-border-radius-bottomleft: 5px;
-}
-h2 {
-  font-size: 1.4em;
-}
-h3 {
-  font-size: 1.2em;
-}
-h4 {
-  font-size: 1.1em;
-}
-tr.dark td, tr.light td {
-  padding: 0.3em;
-}
-a:link {
-  text-decoration: none;
-  font-weight: bold;
-}
-a:visited {
-  text-decoration: none;
-  font-weight: bold;
-}
-a:hover, a:active {
-  font-weight: bold;
-  text-decoration: underline;
-}
-p {
-  margin: 0 0 1.3em 0;
-  padding: 0;
-}
-blockquote {
-  padding: 0 15px 0 15px;
-  margin: 15px 50px 15px 50px;
-  text-align: left;
-  font-size: 1.2em;
-  line-height: 1.3em;
-  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
-}
-pre {
-  padding: 0.75em 1.5em;
-  font-size: 1em;
-}
-.form-item {
-  margin-top: 1em;
-}
-.item-list .title {
-  font-size: 0.85em;
-}
-.hide {
-  display: none
-}
-
-/*
-** Page layout blocks / IDs
-*/
-#home img {
-  padding: 5px 20px 10px 10px;
-}
-.product img {
-  padding: 5px 20px 10px 10px;
-}
-
-#top-menu tr {
-  padding: 0;
-  margin: 0;
-}
-
-#top-menu td {
-  padding: 0;
-  margin: 0;
-}
-
-#search {
-  padding: 0 1em 0 1em;
-  margin: 0;
-}
-#search .form-text, #search .form-submit {
-  padding: 0;
-  margin: 0;
-  font-size: 0.85em;
-}
-#search .form-text {
-  width: 8em;
-  padding: 0;
-  margin: 0;
-}
-
-#sidebar-left, #sidebar-right {
-  width: 200px;
-  /* padding in px not ex because IE messes up 100% width tables otherwise */
-  padding: 15px 5px 75px 10px;
-  vertical-align: top;
-}
-#sidebar-left li, #sidebar-right li {
-  font-size: 1em;
-}
-.block h2 {
-  margin: 5px 0px 0px 0px;
-  padding: 1px 5px 1px 30px;
-  font-size: 1.2em;
-  font-weight: 700;
-  -moz-border-radius-topleft: 5px;
-  -moz-border-radius-topright: 5px;
-} 
-
-.block .content {
-  -moz-border-radius-bottomright: 5px;
-  -moz-border-radius-bottomleft: 5px;
-  margin-bottom: 10px;
-}
-
-#main {
-  padding-left: 10px;
-  padding-right: 10px;
-  padding-bottom: 10px;
-  background: transparent url(../images/background.png) center center no-repeat;
-}
-
-.content {
-  padding-top: 10px;
-}
-
-#forum {
-  margin: 15px 0 15px 0;
-}
-#forum table {
-  width: 100%;
-}
-#forum table tr th {
-  text-align: center;
-  font-size: 0.75em;
-}
-#forum table tr th a  {
-  text-decoration: underline;
-}
-#forum table tr th img  {
-  margin: 0;
-}
-#forum td {
-  padding: 0.5em 0.5em 0.5em 0.5em;
-}
-#forum td.container a {
-  padding: 20px 0 20px 35px;
-}
-#forum td.statistics, #forum td.settings, #forum td.pager {
-  height: 1.5em;
-}
-#forum td .links {
-  padding-top: 0.7em;
-  font-size: 0.9em;
-}
-.block-forum h3 {
-  margin-bottom: .5em;
-}
-
-#footer-menu td {
-  padding-top: 3px;
-}
-
-.comparison td, .comparison th {
-    text-align: center;
-}
-
-.comment {
-  -moz-border-radius: 5px;
-  border: 1px solid #abc;
-  padding: .5em;
-  margin-bottom: 1em;
-}
-.comment .title {
-  font-size: 1em;
-  padding: 10px 0px 12px 19px;
-  background: transparent url(icon-comment.png) left center no-repeat;
-}
-.comment .new {
-  font-weight: bold;
-  font-size: 1em;
-  margin-left: 2px;
-  color: red;
-}
-.comment .picture {
-  border: 1px solid #fff;
-  float: right;
-  margin: 10px;
-}
-.submitted {
-  color: #999;
-  font-size: 0.79em;
-}
-.since {
-  font-weight: 700;
-  font-style: italic;
-}
-
-.postit {
-  margin:10px;
-  padding:10px;
-  -moz-border-radius:10px;
-  float:right;
-  width:400px;
-}
-
-table.home {
-    text-align:center;
-    color:#6e9244;
-    font-family:verdana, "Lucida Grande", arial, helvetica, sans-serif;
-}
-tr.homeitems {
-    font-size:large;
-}
-tr.homeitems td {
-    padding: 0 0.5cm 0 0.5cm;
-}
-tr.homeitems a:link, a:visited {
-    color: #6e9244; 
-    text-decoration: none;
-}
-tr.homeitems a:hover {
-    text-decoration: underline;
-    background: none !important;
-}
-.home img { border-width:0; }
-
+/*
+ *  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.
+ *
+ */
+
+@import "color.css";
+@import "nav.css";
+@import "xmlverbatim.css";
+@import "ant.css";
+@import "ivy-ref.css";
+@import "shell.css";
+
+#body  {
+  display: table;
+  padding: 0;
+}
+#body  {
+  padding-top: 5px;
+  padding-bottom: 5px;
+}
+
+/*
+** HTML elements
+*/
+body  {
+  margin: 0;
+  padding: 0;
+  bgcolor: #ffffff;
+}
+body, p, td, li, ul, ol  {
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: small;
+}
+h1, h2, h3, h4, h5, h6 {
+  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
+}
+h1 {
+/*
+  margin-left: 15px;
+  margin-right: 15px;
+  */
+  padding-left: 10px;
+  font-size: 1.6em;
+  -moz-border-radius-topleft: 5px;
+  -moz-border-radius-topright: 5px;
+  -moz-border-radius-bottomright: 5px;
+  -moz-border-radius-bottomleft: 5px;
+}
+h2 {
+  font-size: 1.4em;
+}
+h3 {
+  font-size: 1.2em;
+}
+h4 {
+  font-size: 1.1em;
+}
+tr.dark td, tr.light td {
+  padding: 0.3em;
+}
+a:link {
+  text-decoration: none;
+  font-weight: bold;
+}
+a:visited {
+  text-decoration: none;
+  font-weight: bold;
+}
+a:hover, a:active {
+  font-weight: bold;
+  text-decoration: underline;
+}
+p {
+  margin: 0 0 1.3em 0;
+  padding: 0;
+}
+blockquote {
+  padding: 0 15px 0 15px;
+  margin: 15px 50px 15px 50px;
+  text-align: left;
+  font-size: 1.2em;
+  line-height: 1.3em;
+  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
+}
+pre {
+  padding: 0.75em 1.5em;
+  font-size: 1em;
+}
+.form-item {
+  margin-top: 1em;
+}
+.item-list .title {
+  font-size: 0.85em;
+}
+.hide {
+  display: none
+}
+
+/*
+** Page layout blocks / IDs
+*/
+#home img {
+  padding: 5px 20px 10px 10px;
+}
+.product img {
+  padding: 5px 20px 10px 10px;
+}
+
+#top-menu tr {
+  padding: 0;
+  margin: 0;
+}
+
+#top-menu td {
+  padding: 0;
+  margin: 0;
+}
+
+#search {
+  padding: 0 1em 0 1em;
+  margin: 0;
+}
+#search .form-text, #search .form-submit {
+  padding: 0;
+  margin: 0;
+  font-size: 0.85em;
+}
+#search .form-text {
+  width: 8em;
+  padding: 0;
+  margin: 0;
+}
+
+#sidebar-left, #sidebar-right {
+  width: 200px;
+  /* padding in px not ex because IE messes up 100% width tables otherwise */
+  padding: 15px 5px 75px 10px;
+  vertical-align: top;
+}
+#sidebar-left li, #sidebar-right li {
+  font-size: 1em;
+}
+.block h2 {
+  margin: 5px 0px 0px 0px;
+  padding: 1px 5px 1px 30px;
+  font-size: 1.2em;
+  font-weight: 700;
+  -moz-border-radius-topleft: 5px;
+  -moz-border-radius-topright: 5px;
+} 
+
+.block .content {
+  -moz-border-radius-bottomright: 5px;
+  -moz-border-radius-bottomleft: 5px;
+  margin-bottom: 10px;
+}
+
+#main {
+  padding-left: 10px;
+  padding-right: 10px;
+  padding-bottom: 10px;
+  background: transparent url(../images/background.png) center center no-repeat;
+}
+
+.content {
+  padding-top: 10px;
+}
+
+#forum {
+  margin: 15px 0 15px 0;
+}
+#forum table {
+  width: 100%;
+}
+#forum table tr th {
+  text-align: center;
+  font-size: 0.75em;
+}
+#forum table tr th a  {
+  text-decoration: underline;
+}
+#forum table tr th img  {
+  margin: 0;
+}
+#forum td {
+  padding: 0.5em 0.5em 0.5em 0.5em;
+}
+#forum td.container a {
+  padding: 20px 0 20px 35px;
+}
+#forum td.statistics, #forum td.settings, #forum td.pager {
+  height: 1.5em;
+}
+#forum td .links {
+  padding-top: 0.7em;
+  font-size: 0.9em;
+}
+.block-forum h3 {
+  margin-bottom: .5em;
+}
+
+#footer-menu td {
+  padding-top: 3px;
+}
+
+.comparison td, .comparison th {
+    text-align: center;
+}
+
+.comment {
+  -moz-border-radius: 5px;
+  border: 1px solid #abc;
+  padding: .5em;
+  margin-bottom: 1em;
+}
+.comment .title {
+  font-size: 1em;
+  padding: 10px 0px 12px 19px;
+  background: transparent url(icon-comment.png) left center no-repeat;
+}
+.comment .new {
+  font-weight: bold;
+  font-size: 1em;
+  margin-left: 2px;
+  color: red;
+}
+.comment .picture {
+  border: 1px solid #fff;
+  float: right;
+  margin: 10px;
+}
+.submitted {
+  color: #999;
+  font-size: 0.79em;
+}
+.since {
+  font-weight: 700;
+  font-style: italic;
+}
+
+.postit {
+  margin:10px;
+  padding:10px;
+  -moz-border-radius:10px;
+  float:right;
+  width:400px;
+}
+
+table.home {
+    text-align:center;
+    color:#6e9244;
+    font-family:verdana, "Lucida Grande", arial, helvetica, sans-serif;
+}
+tr.homeitems {
+    font-size:large;
+}
+tr.homeitems td {
+    padding: 0 0.5cm 0 0.5cm;
+}
+tr.homeitems a:link, a:visited {
+    color: #6e9244; 
+    text-decoration: none;
+}
+tr.homeitems a:hover {
+    text-decoration: underline;
+    background: none !important;
+}
+.home img { border-width:0; }
+

Propchange: incubator/ivy/core/trunk/doc/style/print-style.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/ivy/core/trunk/doc/style/shell.css
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/style/shell.css?view=diff&rev=544498&r1=544497&r2=544498
==============================================================================
--- incubator/ivy/core/trunk/doc/style/shell.css (original)
+++ incubator/ivy/core/trunk/doc/style/shell.css Tue Jun  5 07:16:52 2007
@@ -1,21 +1,21 @@
-/*
- *  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.
- *
- */
-
-/* the class shell is used when a copy of the content of a shell or DOS window is made */
-.shell {background-color: black; color: white; border: medium gray solid;}
-.shell pre {background-color: black; border: none; font-size: small;}
+/*
+ *  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.
+ *
+ */
+
+/* the class shell is used when a copy of the content of a shell or DOS window is made */
+.shell {background-color: black; color: white; border: medium gray solid;}
+.shell pre {background-color: black; border: none; font-size: small;}

Propchange: incubator/ivy/core/trunk/doc/style/shell.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/ivy/core/trunk/doc/style/style.css
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/style/style.css?view=diff&rev=544498&r1=544497&r2=544498
==============================================================================
--- incubator/ivy/core/trunk/doc/style/style.css (original)
+++ incubator/ivy/core/trunk/doc/style/style.css Tue Jun  5 07:16:52 2007
@@ -1,288 +1,288 @@
-/*
- *  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.
- *
- */
-
-
-@import "color.css";
-@import "nav.css";
-@import "xmlverbatim.css";
-@import "ant.css";
-@import "ivy-ref.css";
-@import "shell.css";
-
-/*
-** HTML elements
-*/
-body  {
-  margin: 0;
-  padding: 0;
-  bgcolor: #ffffff;
-}
-#body  {
-  display: table;
-  margin: 8px auto;
-  padding: 0;
-  width: 98%;
-}
-body, p, td, li, ul, ol  {
-  font-family: Verdana, Helvetica, Arial, sans-serif;
-  font-size: small;
-}
-h1, h2, h3, h4, h5, h6 {
-  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
-}
-h1 {
-/*
-  margin-left: 15px;
-  margin-right: 15px;
-  */
-  padding-left: 10px;
-  font-size: 1.6em;
-  -moz-border-radius-topleft: 5px;
-  -moz-border-radius-topright: 5px;
-  -moz-border-radius-bottomright: 5px;
-  -moz-border-radius-bottomleft: 5px;
-}
-h2 {
-  font-size: 1.4em;
-}
-h3 {
-  font-size: 1.2em;
-}
-h4 {
-  font-size: 1.1em;
-}
-tr.dark td, tr.light td {
-  padding: 0.3em;
-}
-a:link {
-  text-decoration: none;
-  font-weight: bold;
-}
-a:visited {
-  text-decoration: none;
-  font-weight: bold;
-}
-a:hover, a:active {
-  font-weight: bold;
-  text-decoration: underline;
-}
-p {
-  margin: 0 0 1.3em 0;
-  padding: 0;
-}
-blockquote {
-  padding: 0 15px 0 15px;
-  margin: 15px 50px 15px 50px;
-  text-align: left;
-  font-size: 1.2em;
-  line-height: 1.3em;
-  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
-}
-pre {
-  padding: 0.75em 1.5em;
-  font-size: 1em;
-}
-.form-item {
-  margin-top: 1em;
-}
-.item-list .title {
-  font-size: 0.85em;
-}
-.hide {
-  display: none
-}
-
-/*
-** Page layout blocks / IDs
-*/
-#body  {
-  -moz-border-radius-topleft: 5px;
-  -moz-border-radius-topright: 5px;
-  -moz-border-radius-bottomright: 5px;
-  -moz-border-radius-bottomleft: 5px;
-  padding-top: 5px;
-  padding-bottom: 5px;
-}
-#home img {
-  padding: 5px 20px 10px 10px;
-}
-.product img {
-  padding: 5px 20px 10px 10px;
-}
-
-#top-menu tr {
-  padding: 0;
-  margin: 0;
-}
-
-#top-menu td {
-  padding: 0;
-  margin: 0;
-}
-
-#search {
-  padding: 0 1em 0 1em;
-  margin: 0;
-}
-#search .form-text, #search .form-submit {
-  padding: 0;
-  margin: 0;
-  font-size: 0.85em;
-}
-#search .form-text {
-  width: 8em;
-  padding: 0;
-  margin: 0;
-}
-
-#sidebar-left, #sidebar-right {
-  width: 200px;
-  /* padding in px not ex because IE messes up 100% width tables otherwise */
-  padding: 15px 5px 75px 10px;
-  vertical-align: top;
-}
-#sidebar-left li, #sidebar-right li {
-  font-size: 1em;
-}
-.block h2 {
-  margin: 5px 0px 0px 0px;
-  padding: 1px 5px 1px 30px;
-  font-size: 1.2em;
-  font-weight: 700;
-  -moz-border-radius-topleft: 5px;
-  -moz-border-radius-topright: 5px;
-} 
-
-.block .content {
-  -moz-border-radius-bottomright: 5px;
-  -moz-border-radius-bottomleft: 5px;
-  margin-bottom: 10px;
-}
-
-#main {
-  padding-left: 10px;
-  padding-right: 10px;
-  padding-bottom: 10px;
-  background: transparent url(../images/background.png) center center no-repeat;
-}
-
-.content {
-  padding-top: 10px;
-}
-
-#forum {
-  margin: 15px 0 15px 0;
-}
-#forum table {
-  width: 100%;
-}
-#forum table tr th {
-  text-align: center;
-  font-size: 0.75em;
-}
-#forum table tr th a  {
-  text-decoration: underline;
-}
-#forum table tr th img  {
-  margin: 0;
-}
-#forum td {
-  padding: 0.5em 0.5em 0.5em 0.5em;
-}
-#forum td.container a {
-  padding: 20px 0 20px 35px;
-}
-#forum td.statistics, #forum td.settings, #forum td.pager {
-  height: 1.5em;
-}
-#forum td .links {
-  padding-top: 0.7em;
-  font-size: 0.9em;
-}
-.block-forum h3 {
-  margin-bottom: .5em;
-}
-
-#footer-menu td {
-  padding-top: 3px;
-}
-
-.comparison td, .comparison th {
-    text-align: center;
-}
-
-.comment {
-  -moz-border-radius: 5px;
-  border: 1px solid #abc;
-  padding: .5em;
-  margin-bottom: 1em;
-}
-.comment .title {
-  font-size: 1em;
-  padding: 10px 0px 12px 19px;
-  background: transparent url(icon-comment.png) left center no-repeat;
-}
-.comment .new {
-  font-weight: bold;
-  font-size: 1em;
-  margin-left: 2px;
-  color: red;
-}
-.comment .picture {
-  border: 1px solid #fff;
-  float: right;
-  margin: 10px;
-}
-.submitted {
-  color: #999;
-  font-size: 0.79em;
-}
-.since {
-  font-weight: 700;
-  font-style: italic;
-}
-
-.postit {
-  margin:10px;
-  padding:10px;
-  -moz-border-radius:10px;
-  float:right;
-  width:400px;
-}
-
-table.home {
-    text-align:center;
-    color:#6e9244;
-    font-family:verdana, "Lucida Grande", arial, helvetica, sans-serif;
-}
-tr.homeitems {
-    font-size:large;
-}
-tr.homeitems td {
-    padding: 0 0.5cm 0 0.5cm;
-}
-tr.homeitems a:link, a:visited {
-    color: #6e9244; 
-    text-decoration: none;
-}
-tr.homeitems a:hover {
-    text-decoration: underline;
-    background: none !important;
-}
-.home img { border-width:0; }
-
+/*
+ *  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.
+ *
+ */
+
+
+@import "color.css";
+@import "nav.css";
+@import "xmlverbatim.css";
+@import "ant.css";
+@import "ivy-ref.css";
+@import "shell.css";
+
+/*
+** HTML elements
+*/
+body  {
+  margin: 0;
+  padding: 0;
+  bgcolor: #ffffff;
+}
+#body  {
+  display: table;
+  margin: 8px auto;
+  padding: 0;
+  width: 98%;
+}
+body, p, td, li, ul, ol  {
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: small;
+}
+h1, h2, h3, h4, h5, h6 {
+  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
+}
+h1 {
+/*
+  margin-left: 15px;
+  margin-right: 15px;
+  */
+  padding-left: 10px;
+  font-size: 1.6em;
+  -moz-border-radius-topleft: 5px;
+  -moz-border-radius-topright: 5px;
+  -moz-border-radius-bottomright: 5px;
+  -moz-border-radius-bottomleft: 5px;
+}
+h2 {
+  font-size: 1.4em;
+}
+h3 {
+  font-size: 1.2em;
+}
+h4 {
+  font-size: 1.1em;
+}
+tr.dark td, tr.light td {
+  padding: 0.3em;
+}
+a:link {
+  text-decoration: none;
+  font-weight: bold;
+}
+a:visited {
+  text-decoration: none;
+  font-weight: bold;
+}
+a:hover, a:active {
+  font-weight: bold;
+  text-decoration: underline;
+}
+p {
+  margin: 0 0 1.3em 0;
+  padding: 0;
+}
+blockquote {
+  padding: 0 15px 0 15px;
+  margin: 15px 50px 15px 50px;
+  text-align: left;
+  font-size: 1.2em;
+  line-height: 1.3em;
+  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
+}
+pre {
+  padding: 0.75em 1.5em;
+  font-size: 1em;
+}
+.form-item {
+  margin-top: 1em;
+}
+.item-list .title {
+  font-size: 0.85em;
+}
+.hide {
+  display: none
+}
+
+/*
+** Page layout blocks / IDs
+*/
+#body  {
+  -moz-border-radius-topleft: 5px;
+  -moz-border-radius-topright: 5px;
+  -moz-border-radius-bottomright: 5px;
+  -moz-border-radius-bottomleft: 5px;
+  padding-top: 5px;
+  padding-bottom: 5px;
+}
+#home img {
+  padding: 5px 20px 10px 10px;
+}
+.product img {
+  padding: 5px 20px 10px 10px;
+}
+
+#top-menu tr {
+  padding: 0;
+  margin: 0;
+}
+
+#top-menu td {
+  padding: 0;
+  margin: 0;
+}
+
+#search {
+  padding: 0 1em 0 1em;
+  margin: 0;
+}
+#search .form-text, #search .form-submit {
+  padding: 0;
+  margin: 0;
+  font-size: 0.85em;
+}
+#search .form-text {
+  width: 8em;
+  padding: 0;
+  margin: 0;
+}
+
+#sidebar-left, #sidebar-right {
+  width: 200px;
+  /* padding in px not ex because IE messes up 100% width tables otherwise */
+  padding: 15px 5px 75px 10px;
+  vertical-align: top;
+}
+#sidebar-left li, #sidebar-right li {
+  font-size: 1em;
+}
+.block h2 {
+  margin: 5px 0px 0px 0px;
+  padding: 1px 5px 1px 30px;
+  font-size: 1.2em;
+  font-weight: 700;
+  -moz-border-radius-topleft: 5px;
+  -moz-border-radius-topright: 5px;
+} 
+
+.block .content {
+  -moz-border-radius-bottomright: 5px;
+  -moz-border-radius-bottomleft: 5px;
+  margin-bottom: 10px;
+}
+
+#main {
+  padding-left: 10px;
+  padding-right: 10px;
+  padding-bottom: 10px;
+  background: transparent url(../images/background.png) center center no-repeat;
+}
+
+.content {
+  padding-top: 10px;
+}
+
+#forum {
+  margin: 15px 0 15px 0;
+}
+#forum table {
+  width: 100%;
+}
+#forum table tr th {
+  text-align: center;
+  font-size: 0.75em;
+}
+#forum table tr th a  {
+  text-decoration: underline;
+}
+#forum table tr th img  {
+  margin: 0;
+}
+#forum td {
+  padding: 0.5em 0.5em 0.5em 0.5em;
+}
+#forum td.container a {
+  padding: 20px 0 20px 35px;
+}
+#forum td.statistics, #forum td.settings, #forum td.pager {
+  height: 1.5em;
+}
+#forum td .links {
+  padding-top: 0.7em;
+  font-size: 0.9em;
+}
+.block-forum h3 {
+  margin-bottom: .5em;
+}
+
+#footer-menu td {
+  padding-top: 3px;
+}
+
+.comparison td, .comparison th {
+    text-align: center;
+}
+
+.comment {
+  -moz-border-radius: 5px;
+  border: 1px solid #abc;
+  padding: .5em;
+  margin-bottom: 1em;
+}
+.comment .title {
+  font-size: 1em;
+  padding: 10px 0px 12px 19px;
+  background: transparent url(icon-comment.png) left center no-repeat;
+}
+.comment .new {
+  font-weight: bold;
+  font-size: 1em;
+  margin-left: 2px;
+  color: red;
+}
+.comment .picture {
+  border: 1px solid #fff;
+  float: right;
+  margin: 10px;
+}
+.submitted {
+  color: #999;
+  font-size: 0.79em;
+}
+.since {
+  font-weight: 700;
+  font-style: italic;
+}
+
+.postit {
+  margin:10px;
+  padding:10px;
+  -moz-border-radius:10px;
+  float:right;
+  width:400px;
+}
+
+table.home {
+    text-align:center;
+    color:#6e9244;
+    font-family:verdana, "Lucida Grande", arial, helvetica, sans-serif;
+}
+tr.homeitems {
+    font-size:large;
+}
+tr.homeitems td {
+    padding: 0 0.5cm 0 0.5cm;
+}
+tr.homeitems a:link, a:visited {
+    color: #6e9244; 
+    text-decoration: none;
+}
+tr.homeitems a:hover {
+    text-decoration: underline;
+    background: none !important;
+}
+.home img { border-width:0; }
+

Propchange: incubator/ivy/core/trunk/doc/style/style.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/ivy/core/trunk/doc/xooki/tree/simpletree.css
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/xooki/tree/simpletree.css?view=diff&rev=544498&r1=544497&r2=544498
==============================================================================
--- incubator/ivy/core/trunk/doc/xooki/tree/simpletree.css (original)
+++ incubator/ivy/core/trunk/doc/xooki/tree/simpletree.css Tue Jun  5 07:16:52 2007
@@ -1,26 +1,26 @@
-.treeview ul{ /*CSS for Simple Tree Menu*/
-margin: 0;
-padding: 0;
-}
-
-.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
-background: white url(../images/bullet.gif) no-repeat left center;
-list-style-type: none;
-padding-left: 22px;
-margin-bottom: 3px;
-}
-
-.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
-background: white url(../images/closed.gif) no-repeat left 1px;
-cursor: hand !important;
-cursor: pointer !important;
-}
-
-
-.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
-display: none; /*Hide them by default. Don't delete. */
-}
-
-.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
-cursor: default;
-}
+.treeview ul{ /*CSS for Simple Tree Menu*/
+margin: 0;
+padding: 0;
+}
+
+.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
+background: white url(../images/bullet.gif) no-repeat left center;
+list-style-type: none;
+padding-left: 22px;
+margin-bottom: 3px;
+}
+
+.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
+background: white url(../images/closed.gif) no-repeat left 1px;
+cursor: hand !important;
+cursor: pointer !important;
+}
+
+
+.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
+display: none; /*Hide them by default. Don't delete. */
+}
+
+.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
+cursor: default;
+}

Propchange: incubator/ivy/core/trunk/doc/xooki/tree/simpletree.css
------------------------------------------------------------------------------
    svn:eol-style = native