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:
parent
4e0b6de05a
commit
8a9baf0e02
11
project.xml
11
project.xml
|
@ -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
|
||||
|
|
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -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"/>
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#banner, #banner td {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
Loading…
Reference in New Issue