1
0

Upgraded site so that commons build is not longer needed.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@385902 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2006-03-14 21:40:32 +00:00
parent 1cfc5f3532
commit 2d3b5ac751
4 changed files with 14 additions and 10 deletions

View File

@@ -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"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@@ -33,11 +33,6 @@
================================================================== --> ================================================================== -->
<postGoal name="xdoc:copy-resources"> <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"> <copy todir="${basedir}/target/docs/" failonerror="false">
<fileset dir="${basedir}"> <fileset dir="${basedir}">
<include name='RELEASE-NOTES.txt'/> <include name='RELEASE-NOTES.txt'/>

View File

@@ -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"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with 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 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
# documentation properties # documentation properties
maven.xdoc.jsl=../commons-build/commons-site.jsl
maven.xdoc.date=left maven.xdoc.date=left
maven.xdoc.version=${pom.currentVersion} maven.xdoc.version=${pom.currentVersion}
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html

View File

@@ -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"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
limitations under the License. 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"> <project name="Logging">
<title>Logging</title> <title>Logging</title>

10
xdocs/style/project.css Normal file
View File

@@ -0,0 +1,10 @@
#banner, #banner td {
background: #fff;
color: #000;
}
#banner td {
height: 100%;
vertical-align: middle;
}