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:
parent
491c3e7e4b
commit
91f6e521e8
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
maven.checkstyle.properties=${basedir}/checkstyle.xml
|
maven.checkstyle.properties=${basedir}/checkstyle.xml
|
||||||
maven.test.failure = false
|
maven.test.failure = false
|
||||||
|
maven.xdoc.poweredby.image=maven-feather.png
|
||||||
|
|
||||||
#If you wish to skip tests when doing builds, uncomment
|
#If you wish to skip tests when doing builds, uncomment
|
||||||
#maven.test.skip = true
|
#maven.test.skip = true
|
||||||
|
|
13
project.xml
13
project.xml
|
@ -1,10 +1,19 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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>
|
<project>
|
||||||
<extend>../../jakarta-commons/project.xml</extend>
|
<extend>../project.xml</extend>
|
||||||
|
|
||||||
|
|
||||||
<name>Math</name>
|
<name>Math</name>
|
||||||
<id>commons-math</id>
|
<id>commons-math</id>
|
||||||
<currentVersion>0.1-dev</currentVersion>
|
<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>
|
<inceptionYear>2003</inceptionYear>
|
||||||
<logo>/images/math.gif</logo>
|
<logo>/images/math.gif</logo>
|
||||||
<shortDescription>
|
<shortDescription>
|
||||||
|
|
|
@ -1,11 +1,22 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $Revision: 1.8 $ $Date: 2004/01/11 19:34:31 $ -->
|
|
||||||
<project name="Math">
|
<!DOCTYPE project [
|
||||||
|
<!ENTITY commons-nav SYSTEM "../../incl_nav.xml">
|
||||||
<title>Math</title>
|
]>
|
||||||
<organizationLogo href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
|
|
||||||
|
<project name="Math">
|
||||||
<body>
|
|
||||||
|
<title>Math</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="Math">
|
<menu name="Math">
|
||||||
<item name="Overview" href="/index.html"/>
|
<item name="Overview" href="/index.html"/>
|
||||||
<item name="Proposal" href="/proposal.html"/>
|
<item name="Proposal" href="/proposal.html"/>
|
||||||
|
@ -21,6 +32,9 @@
|
||||||
<item name="Numerical Analysis" href="/userguide/analysis.html"/>
|
<item name="Numerical Analysis" href="/userguide/analysis.html"/>
|
||||||
<item name="Special Functions" href="/userguide/special.html"/>
|
<item name="Special Functions" href="/userguide/special.html"/>
|
||||||
<item name="Utilities" href="/userguide/utilities.html"/>
|
<item name="Utilities" href="/userguide/utilities.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
</body>
|
|
||||||
</project>
|
&commons-nav;
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</project>
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
#banner, #banner td {
|
||||||
|
background: #fff;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
#banner td {
|
||||||
|
height: 100%;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
|
@ -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. */
|
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. */
|
||||||
|
|
Loading…
Reference in New Issue