Converted to commons standard l&f.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141084 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-01-30 14:19:26 +00:00
parent 491c3e7e4b
commit 91f6e521e8
7 changed files with 48 additions and 14 deletions

View File

@ -4,6 +4,7 @@
maven.checkstyle.properties=${basedir}/checkstyle.xml
maven.test.failure = false
maven.xdoc.poweredby.image=maven-feather.png
#If you wish to skip tests when doing builds, uncomment
#maven.test.skip = true

View File

@ -1,10 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision: 1.37 $ $Date: 2004/01/28 21:05:55 $ -->
<!-- $Revision: 1.38 $ $Date: 2004/01/30 14:19:26 $ -->
<project>
<extend>../../jakarta-commons/project.xml</extend>
<extend>../project.xml</extend>
<name>Math</name>
<id>commons-math</id>
<currentVersion>0.1-dev</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>2003</inceptionYear>
<logo>/images/math.gif</logo>
<shortDescription>

View File

@ -1,11 +1,22 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- $Revision: 1.8 $ $Date: 2004/01/11 19:34:31 $ -->
<!DOCTYPE project [
<!ENTITY commons-nav SYSTEM "../../incl_nav.xml">
]>
<project name="Math">
<title>Math</title>
<organizationLogo href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
<organizationLogo href="/images/jakarta-logo-blue.gif">
Jakarta
</organizationLogo>
<body>
<links>
<item name="Jakarta Commons"
href="http://jakarta.apache.org/commons/"/>
</links>
<menu name="Math">
<item name="Overview" href="/index.html"/>
<item name="Proposal" href="/proposal.html"/>
@ -22,5 +33,8 @@
<item name="Special Functions" href="/userguide/special.html"/>
<item name="Utilities" href="/userguide/utilities.html"/>
</menu>
&commons-nav;
</body>
</project>

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

@ -0,0 +1,10 @@
#banner, #banner td {
background: #fff;
color: #000;
}
#banner td {
height: 100%;
vertical-align: middle;
}

View File

@ -1,4 +1,4 @@
/* $Id: tigris.css,v 1.1 2003/11/15 18:38:16 dirkv Exp $
/* $Id: tigris.css,v 1.1 2004/01/30 14:16:10 psteitz Exp $
This file defines basic default formatting for HTML conforming to Tigris application style. To extend or override these rules for your instance, edit inst.css instead of this file. */