diff --git a/project.properties b/project.properties index d83058990..36b6b4574 100644 --- a/project.properties +++ b/project.properties @@ -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 diff --git a/project.xml b/project.xml index 868eb434e..882fc863c 100644 --- a/project.xml +++ b/project.xml @@ -1,10 +1,19 @@ - + - ../../jakarta-commons/project.xml + ../project.xml + + Math commons-math 0.1-dev + + + Apache Software Foundation + http://www.apache.org + http://jakarta.apache.org/images/jakarta-logo.gif + + 2003 /images/math.gif diff --git a/xdocs/navigation.xml b/xdocs/navigation.xml index 38273b44a..2c089ee8d 100644 --- a/xdocs/navigation.xml +++ b/xdocs/navigation.xml @@ -1,11 +1,22 @@ - - - - - Math - Jakarta - - + + + +]> + + + + Math + + Jakarta + + + + + + + @@ -21,6 +32,9 @@ - - - + + + &commons-nav; + + + diff --git a/xdocs/stylesheets/maven.css b/xdocs/style/maven.css similarity index 100% rename from xdocs/stylesheets/maven.css rename to xdocs/style/maven.css diff --git a/xdocs/stylesheets/print.css b/xdocs/style/print.css similarity index 100% rename from xdocs/stylesheets/print.css rename to xdocs/style/print.css diff --git a/xdocs/style/project.css b/xdocs/style/project.css new file mode 100644 index 000000000..628de0b88 --- /dev/null +++ b/xdocs/style/project.css @@ -0,0 +1,10 @@ +#banner, #banner td { + background: #fff; + color: #000; +} + +#banner td { + height: 100%; + vertical-align: middle; +} + diff --git a/xdocs/stylesheets/tigris.css b/xdocs/style/tigris.css similarity index 99% rename from xdocs/stylesheets/tigris.css rename to xdocs/style/tigris.css index b63d91be4..fdc30040b 100644 --- a/xdocs/stylesheets/tigris.css +++ b/xdocs/style/tigris.css @@ -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. */