Skip to content

Commit bbc7f37

Browse files
author
Timothy O'Brien
committed
Regenerated CLI site, added logo, and updated NAV. Site hadn't been updated since the end of Apachecon.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@129950 13f79535-47bb-0310-9956-ffa450edef68
1 parent c2309ac commit bbc7f37

5 files changed

Lines changed: 15 additions & 2 deletions

File tree

project.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ maven.jarResources.basedir=${basedir}/src/java
1010

1111
# use turbine coding standards
1212
maven.checkstyle.format = turbine
13+
14+
maven.xdoc.date=left
15+
maven.xdoc.version=${pom.currentVersion}
16+
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
17+
18+
maven.javadoc.links=http://java.sun.com/j2se/1.3/docs/api/

project.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@
66
<name>CLI</name>
77

88
<currentVersion>1.0</currentVersion>
9+
10+
<organization>
11+
<name>Apache Software Foundation</name>
12+
<url>http://www.apache.org</url>
13+
<logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
14+
</organization>
15+
916
<inceptionYear>2002</inceptionYear>
1017
<shortDescription>Commons CLI</shortDescription>
1118
<gumpRepositoryId>jakarta</gumpRepositoryId>
12-
<logo>/images/1x1.gif</logo>
19+
<logo>/images/logo.png</logo>
1320

1421
<description>
1522
Commons CLI provides a simple API for working with the command line arguments and options.

src/media/logo.xcf

19.8 KB
Binary file not shown.

xdocs/images/logo.png

9.92 KB
Loading

xdocs/navigation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="ISO-8859-1"?>
22

33
<!DOCTYPE project [
4-
<!ENTITY commons-nav SYSTEM "../incl_nav.xml">
4+
<!ENTITY commons-nav SYSTEM "../../incl_nav.xml">
55
]>
66

77
<project name="CLI">

0 commit comments

Comments
 (0)