dirkv 2004/05/24 15:35:04
Modified: resources project.properties
resources/xdocs index.xml navigation.xml
Log:
update to new l&f
Revision Changes Path
1.4 +4 -4 jakarta-commons-sandbox/resources/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/resources/project.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.properties 27 Mar 2004 22:18:16 -0000 1.3
+++ project.properties 24 May 2004 22:35:04 -0000 1.4
@@ -16,11 +16,11 @@
######################################################################
# commons site L&F
######################################################################
-maven.xdoc.jsl=../sandbox-build/commons-site.jsl
-maven.xdoc.date=left
-maven.xdoc.poweredby.image=
+maven.xdoc.jsl=../../../jakarta-commons/commons-build/commons-site.jsl
+maven.xdoc.date=bottom
+maven.xdoc.poweredby.image=maven-feather.png
maven.xdoc.version=${pom.currentVersion}
-maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html
+maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
compile.debug = on
compile.optimize = off
1.3 +1 -1 jakarta-commons-sandbox/resources/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/resources/xdocs/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.xml 10 Apr 2004 19:55:33 -0000 1.2
+++ index.xml 24 May 2004 22:35:04 -0000 1.3
@@ -3,7 +3,7 @@
<document>
<properties>
- <title>Resources : Resource bundle component</title>
+ <title>Overview</title>
<author email="[EMAIL PROTECTED]">James Strachan</author>
</properties>
1.7 +7 -14 jakarta-commons-sandbox/resources/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/resources/xdocs/navigation.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- navigation.xml 28 Mar 2004 01:06:31 -0000 1.6
+++ navigation.xml 24 May 2004 22:35:04 -0000 1.7
@@ -15,22 +15,15 @@
limitations under the License.
-->
-<!DOCTYPE project [
-<!ENTITY commons-nav SYSTEM "../../sandbox-build/incl_nav.xml">
-]>
-
-<project name="Resources">
- <title>Resources</title>
- <organizationLogo href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
-
+<!DOCTYPE org.apache.commons.menus SYSTEM
'../../../jakarta-commons/commons-build/menus/menus.dtd'>
+<project name="Commons Resources">
+ <title>Commons Resources</title>
<body>
- <menu name="Resources">
- <item name="Overview" href="/index.html"/>
+ <menu name="Commons Resources">
+ <item name="Overview" href="/index.html"/>
<item name="To Do List" href="/todo.html"/>
- <item name="Javadoc" href="apidocs/index.html"/>
+ <item name="Javadoc" href="/apidocs/index.html"/>
</menu>
-
- &commons-nav;
-
+ &common-menus;
</body>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]