]> source.dussan.org Git - jackcess.git/commitdiff
fix site to work with inheritance
authorJames Ahlborn <jtahlborn@yahoo.com>
Wed, 26 Dec 2007 16:19:40 +0000 (16:19 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Wed, 26 Dec 2007 16:19:40 +0000 (16:19 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@206 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml
src/site/site.xml

diff --git a/pom.xml b/pom.xml
index 3acb662298880a17b3417aa89542f50b2a83ed00..ba03c1f36c6c9073bd382fe39f3e57177ddeee55 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
index 4577efbe08d6325026205c021e4ac8f07e22cdbd..632c0efd6887752ad5d7f0e6a57de9cf2cd3545f 100644 (file)
@@ -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>
     <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&amp;type=1" href="http://sourceforge.net"/>
-    <logo name="Built by Maven" img="./images/logos/maven-feather.png"
-          href="http://maven.apache.org/"/>
-  </poweredBy>
   
 </project>