diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2007-12-26 16:19:40 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2007-12-26 16:19:40 +0000 |
commit | 3c9e672a7d1fa96a8be4de8f3175c5751ef0efe0 (patch) | |
tree | a80b4e092e4213e0d5aa0425f036d3c5dcff5b5d | |
parent | e27464e136df51c8a12e432e2efa27831d82edb3 (diff) | |
download | jackcess-3c9e672a7d1fa96a8be4de8f3175c5751ef0efe0.tar.gz jackcess-3c9e672a7d1fa96a8be4de8f3175c5751ef0efe0.zip |
fix site to work with inheritance
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@206 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | src/site/site.xml | 14 |
2 files changed, 1 insertions, 15 deletions
@@ -3,7 +3,7 @@ <parent> <groupId>com.healthmarketscience</groupId> <artifactId>openhms-parent</artifactId> - <version>1.0.3</version> + <version>1.0.4</version> </parent> <groupId>com.healthmarketscience.jackcess</groupId> <artifactId>jackcess</artifactId> diff --git a/src/site/site.xml b/src/site/site.xml index 4577efb..632c0ef 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,15 +1,9 @@ <?xml version="1.0"?> <project name="Jackcess"> - <bannerLeft> - <name>Health Market Science</name> - <src>http://www.healthmarketscience.com/images/HMS_logo.gif</src> - <href>http://www.healthmarketscience.com/</href> - </bannerLeft> <body> <menu name="Jackcess"> <item name="About" href="index.html"/> - <item name="OpenHMS" href="http://openhms.sourceforge.net/"/> <item name="Downloads" href="http://sourceforge.net/project/showfiles.php?group_id=134943"/> <item name="SourceForge Project" href="http://sourceforge.net/projects/jackcess/"/> </menu> @@ -17,13 +11,5 @@ <menu ref="reports"/> </body> - - <poweredBy> - <logo name="Works on Linux" img="http://openhms.sourceforge.net/images/worksonlinux.png" - href="http://www.linux.org"/> - <logo name="Hosted by SourceForge" img="http://sflogo.sourceforge.net/sflogo.php?group_id=185339&type=1" href="http://sourceforge.net"/> - <logo name="Built by Maven" img="./images/logos/maven-feather.png" - href="http://maven.apache.org/"/> - </poweredBy> </project> |