scolebourne 2004/02/28 08:06:20
Modified: compress project.xml project.properties
compress/xdocs navigation.xml
Removed: compress/xdocs downloads.xml
Log:
Update to new website design
Revision Changes Path
1.6 +17 -2 jakarta-commons-sandbox/compress/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/compress/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- project.xml 28 Feb 2004 05:01:26 -0000 1.5
+++ project.xml 28 Feb 2004 16:06:20 -0000 1.6
@@ -1,17 +1,32 @@
<?xml version="1.0"?>
+<!--
+ Copyright 2003-2004 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.
+ 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.
+-->
<project>
<extend>../sandbox-build/project.xml</extend>
<name>Commons Compress</name>
<id>commons-compress</id>
<logo>/images/compress-logo-blue.jpg</logo>
- <url>http://jakarta.apache.org/commons/sandbox/compress/</url>
<inceptionYear>2002</inceptionYear>
<shortDescription>Commons Compress</shortDescription>
<description>
Commons Compress is a component that contains Tar, Zip and BZip2 packages.
</description>
-
<currentVersion>0.1-dev</currentVersion>
+ <logo></logo>
+
<versions>
</versions>
<branches>
1.2 +20 -4 jakarta-commons-sandbox/compress/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/compress/project.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.properties 2 Dec 2003 21:05:12 -0000 1.1
+++ project.properties 28 Feb 2004 16:06:20 -0000 1.2
@@ -1,3 +1,23 @@
+# Copyright 2003-2004 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.
+# 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.
+
+maven.xdoc.jsl=../sandbox-build/commons-site.jsl
+maven.xdoc.date=left
+maven.xdoc.poweredby.image=maven-feather.png
+maven.xdoc.version=${pom.currentVersion}
+maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
+
maven.checkstyle.properties = checkstyle.xml
# uncomment the next line to work in offline mode (no jar download & no linkcheck)
@@ -5,10 +25,6 @@
maven.javadoc.author=false
maven.javadoc.links=http://java.sun.com/products/jdk/1.4/docs/api,http://jakarta.apache.org/commons/dbcp/apidocs
-
-maven.xdoc.date=bottom
-maven.xdoc.version=${pom.currentVersion}
-maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
maven.compile.debug=on
maven.compile.deprecation=off
1.3 +43 -19 jakarta-commons-sandbox/compress/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/compress/xdocs/navigation.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- navigation.xml 28 Feb 2004 15:23:56 -0000 1.2
+++ navigation.xml 28 Feb 2004 16:06:20 -0000 1.3
@@ -1,21 +1,45 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE org.apache.commons.menus SYSTEM
'../../../jakarta-commons/commons-build/menus/menus.dtd'>
-<project name="Commons Compress">
- <title>Commons Compress</title>
- <body>
- &top-menus;
- <menu name="Commons Compress">
- <item name="Overview" href="/index.html" />
-<!-- <item name="Configuration"
href="/configuration.html" /> -->
- <item name="API Documentation" href="/apidocs/index.html"/>
-<!--
- <item name="Developers Guide" href="/guide/index.html"
collapse="true">
- <item name="Class Diagrams"
href="/guide/classdiagrams.html"/>
- <item name="Sequence Diagrams"
href="/guide/sequencediagrams.html"/>
- </item>
--->
- <item name="Downloads" href="/downloads.html"/>
- </menu>
- &bottom-menus;
- </body>
+ <!--
+ Copyright 2003-2004 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.
+ 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.
+ -->
+
+<!DOCTYPE project [
+<!ENTITY commons-nav SYSTEM "../../sandbox-build/incl_nav.xml">
+]>
+
+<project name="Convert">
+
+ <title>Compress</title>
+ <organizationLogo href="/images/jakarta-logo-blue.gif">
+ Jakarta
+ </organizationLogo>
+
+ <body>
+ <links>
+ <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/>
+ </links>
+
+ <menu name="Commons Compress">
+ <item name="Overview" href="/index.html"/>
+ <item name="Javadoc" href="apidocs/index.html"/>
+ <item name="Mailing lists" href="/mail-lists.html"/>
+ <item name="Team" href="/team-list.html"/>
+ <item name="CVS"
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/compress/"/>
+ </menu>
+
+ &commons-nav;
+
+ </body>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]