1
0

Added maven build (aimed at documentation). This isn't totally satisfactory (for example, I've stripped out the unit tests) and the user guide formatting isn't brilliant. But i feel that i want to be able to get some feedback and there are some other priorities. i'll try to get to this work later.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139001 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2004-02-15 10:28:56 +00:00
parent 400cb6b6ec
commit 028cb876a4
4 changed files with 635 additions and 0 deletions

31
xdocs/navigation.xml Executable file
View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE project [
<!ENTITY commons-nav SYSTEM "../../incl_nav.xml">
]>
<project name="Logging">
<title>Logging</title>
<organizationLogo href="/images/jakarta-logo.gif">
Jakarta
</organizationLogo>
<body>
<links>
<item name="Jakarta Commons"
href="http://jakarta.apache.org/commons/"/>
</links>
<menu name="Commons Logging">
<item name="Overview"
href="/index.html"/>
<item name="User Guide"
href="/guide.html"/>
</menu>
&commons-nav;
</body>
</project>