Author: rdonkin
Date: Tue Mar 14 13:40:32 2006
New Revision: 385902

URL: http://svn.apache.org/viewcvs?rev=385902&view=rev
Log:
Upgraded site so that commons build is not longer needed.

Added:
    jakarta/commons/proper/logging/trunk/xdocs/style/
    jakarta/commons/proper/logging/trunk/xdocs/style/project.css
Modified:
    jakarta/commons/proper/logging/trunk/maven.xml
    jakarta/commons/proper/logging/trunk/project.properties
    jakarta/commons/proper/logging/trunk/xdocs/navigation.xml

Modified: jakarta/commons/proper/logging/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/maven.xml?rev=385902&r1=385901&r2=385902&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/maven.xml (original)
+++ jakarta/commons/proper/logging/trunk/maven.xml Tue Mar 14 13:40:32 2006
@@ -1,6 +1,6 @@
 <!--
 
- Copyright 2001-2004 The Apache Software Foundation.
+ Copyright 2001-2004, 2006 The Apache Software Foundation.
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
@@ -33,11 +33,6 @@
     ================================================================== -->
 
   <postGoal name="xdoc:copy-resources">  
-    <copy todir="${basedir}/target/docs/style/" failonerror="false">
-      <fileset dir="${basedir}/../commons-build/xdocs/style">
-       <include name='**/*'/>
-      </fileset>
-    </copy>
     <copy todir="${basedir}/target/docs/" failonerror="false">
       <fileset dir="${basedir}">
        <include name='RELEASE-NOTES.txt'/>

Modified: jakarta/commons/proper/logging/trunk/project.properties
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/project.properties?rev=385902&r1=385901&r2=385902&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/project.properties (original)
+++ jakarta/commons/proper/logging/trunk/project.properties Tue Mar 14 13:40:32 
2006
@@ -1,4 +1,4 @@
-# Copyright 2001-2004 The Apache Software Foundation.
+# Copyright 2001-2004, 2006 The Apache Software Foundation.
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -16,7 +16,6 @@
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
 # documentation properties
-maven.xdoc.jsl=../commons-build/commons-site.jsl
 maven.xdoc.date=left
 maven.xdoc.version=${pom.currentVersion}
 maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html

Modified: jakarta/commons/proper/logging/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/xdocs/navigation.xml?rev=385902&r1=385901&r2=385902&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/logging/trunk/xdocs/navigation.xml Tue Mar 14 
13:40:32 2006
@@ -2,7 +2,7 @@
 
 <!--
 
- Copyright 2001-2004 The Apache Software Foundation.
+ Copyright 2001-2004, 2006 The Apache Software Foundation.
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
  limitations under the License.
 
 -->
-<!DOCTYPE org.apache.commons.menus SYSTEM 
'../../commons-build/menus/menus.dtd'>
+<!DOCTYPE org.apache.commons.menus SYSTEM 
'http://jakarta.apache.org/commons/build/maven-build.dtd'>
 <project name="Logging">
 
   <title>Logging</title>

Added: jakarta/commons/proper/logging/trunk/xdocs/style/project.css
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/xdocs/style/project.css?rev=385902&view=auto
==============================================================================
--- jakarta/commons/proper/logging/trunk/xdocs/style/project.css (added)
+++ jakarta/commons/proper/logging/trunk/xdocs/style/project.css Tue Mar 14 
13:40:32 2006
@@ -0,0 +1,10 @@
+#banner, #banner td { 
+ background: #fff;
+ color: #000;
+}
+
+#banner td { 
+ height: 100%;
+ vertical-align: middle;
+}
+



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to