From: <fg...@us...> - 2007-08-13 10:25:20
|
Revision: 398 http://openutils.svn.sourceforge.net/openutils/?rev=398&view=rev Author: fgiust Date: 2007-08-13 03:25:18 -0700 (Mon, 13 Aug 2007) Log Message: ----------- fix website (still pretty ugly, but updated) Modified Paths: -------------- trunk/openutils-log4j/src/site/site.xml trunk/openutils-mgnlstripes/src/site/apt/index.apt trunk/pom.xml trunk/src/site/apt/index.apt trunk/src/site/site.xml Property Changed: ---------------- trunk/openutils-hibernate-security/ Property changes on: trunk/openutils-hibernate-security ___________________________________________________________________ Name: svn:ignore - target .settings .checkstyle .classpath .project + target .settings .checkstyle .classpath .project derby.log Modified: trunk/openutils-log4j/src/site/site.xml =================================================================== --- trunk/openutils-log4j/src/site/site.xml 2007-08-13 10:04:10 UTC (rev 397) +++ trunk/openutils-log4j/src/site/site.xml 2007-08-13 10:25:18 UTC (rev 398) @@ -15,6 +15,9 @@ <item name="filtered layout" href="filteredlayout.html" /> <item name="configuration servlet" href="servlet.html" /> </menu> - ${reports} + <menu ref="reports" inherit="bottom" /> + <head> + <style type="text/css" media="all">@import url(../css/site.css);</style> + </head> </body> </project> Modified: trunk/openutils-mgnlstripes/src/site/apt/index.apt =================================================================== --- trunk/openutils-mgnlstripes/src/site/apt/index.apt 2007-08-13 10:04:10 UTC (rev 397) +++ trunk/openutils-mgnlstripes/src/site/apt/index.apt 2007-08-13 10:25:18 UTC (rev 398) @@ -4,7 +4,7 @@ Fabrizio Giustina -------------------------- -About +About openutils-mgnlstripes openutils-mgnlstripes is a custom {{{http://www.magnolia.info}magnolia}} module which integrates the {{{http://mc4j.org/confluence/display/stripes/Home}Stripes}} MVC framework. Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2007-08-13 10:04:10 UTC (rev 397) +++ trunk/pom.xml 2007-08-13 10:25:18 UTC (rev 398) @@ -126,6 +126,27 @@ </additionalConfig> </configuration> </plugin> + <plugin> + <artifactId>maven-antrun-plugin</artifactId> + <executions> + <execution> + <id>site-build</id> + <phase>site</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <copy overwrite="false" todir="src/site" flatten="true"> + <fileset dir=".."> + <include name="src/site/site.xml"></include> + </fileset> + </copy> + </tasks> + </configuration> + </execution> + </executions> + </plugin> </plugins> </build> <reporting> Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2007-08-13 10:04:10 UTC (rev 397) +++ trunk/src/site/apt/index.apt 2007-08-13 10:25:18 UTC (rev 398) @@ -1,22 +1,19 @@ - -------------------------- - O p e n u t i l s - -------------------------- - Fabrizio Giustina - -------------------------- + -------------------------- + O p e n u t i l s + -------------------------- + Fabrizio Giustina + -------------------------- Openutils - Openutils is a collection of small java libraries, utilities and extensions for common frameworks and tools used in - j2ee projects. + Openutils is a collection of small java libraries, utilities and extensions for common frameworks and tools used in + j2ee projects. - Most of the code comes from projects developed at + Most of the code comes from projects developed at -[images/openmind-logo.png] openmind + [images/openmind-logo.png] openmind - {{{http://www.openmindonline.it}http://www.openmindonline.it}} + {{{http://www.openmindonline.it}http://www.openmindonline.it}} -* News - - * <November 14, 2005> {{{openutils-log4j/index.html}openutils-log4j}} 1.0 released! \ No newline at end of file Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2007-08-13 10:04:10 UTC (rev 397) +++ trunk/src/site/site.xml 2007-08-13 10:25:18 UTC (rev 398) @@ -7,17 +7,13 @@ <bannerLeft> <name>Sourceforge</name> <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src> - <href>http://www.sourceforge.net/projects/openutils</href> + <href>http://openutils.sourceforge.net</href> </bannerLeft> <body> - <menu name="Projects"> - <item name="openutils-log4j" href="openutils-log4j" /> - </menu> - <menu name="Sandbox"> - <item name="openutils-deployment" href="openutils-deployment" /> - <item name="openutils-bshd5" href="openutils-bshd5" /> - <item name="openutils-spring" href="openutils-spring" /> - </menu> - ${reports} + <menu ref="modules" inherit="bottom" /> + <menu ref="reports" inherit="bottom" /> + <head> + <style type="text/css" media="all">@import url(../css/site.css);</style> + </head> </body> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |