Commons Lang Maven site now has a white banner background. A commons logo, a link back to Jakarta commons in the top nav. The site builds with Maven RC1.0.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137747 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tim O'Brien 2004-01-15 03:57:52 +00:00
parent 4e0b6de05a
commit 8a9baf0e02
5 changed files with 20 additions and 1 deletions

View File

@ -4,8 +4,17 @@
<id>commons-lang</id>
<name>Lang</name>
<currentVersion>2.0</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org</url>
<logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
</organization>
<inceptionYear>2001</inceptionYear>
<logo/>
<logo>/images/logo.png</logo>
<description>
Commons.Lang, a package of Java utility classes for the
classes that are in java.lang's hierarchy, or are considered to be so

BIN
src/media/logo.xcf Normal file

Binary file not shown.

BIN
xdocs/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -12,6 +12,11 @@
</organizationLogo>
<body>
<links>
<item name="Jakarta Commons"
href="http://jakarta.apache.org/commons/"/>
</links>
<menu name="Commons Lang">
<item name="Overview"
href="/index.html"/>

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

@ -0,0 +1,5 @@
#banner, #banner td {
background: #fff;
color: #000;
}