From: <fg...@us...> - 2008-01-21 09:07:20
|
Revision: 542 http://openutils.svn.sourceforge.net/openutils/?rev=542&view=rev Author: fgiust Date: 2008-01-21 01:07:23 -0800 (Mon, 21 Jan 2008) Log Message: ----------- docs Modified Paths: -------------- trunk/openutils-dbmigration/pom.xml trunk/openutils-log4j/src/site/apt/index.apt trunk/openutils-maven-skin/src/main/resources/css/site.css trunk/openutils-spring-rmibernate/pom.xml Added Paths: ----------- trunk/openutils-bshd5/src/site/apt/index.apt trunk/openutils-dbmigration/src/site/apt/ trunk/openutils-dbmigration/src/site/apt/index.apt trunk/openutils-deployment/src/site/apt/ trunk/openutils-deployment/src/site/apt/index.apt Added: trunk/openutils-bshd5/src/site/apt/index.apt =================================================================== --- trunk/openutils-bshd5/src/site/apt/index.apt (rev 0) +++ trunk/openutils-bshd5/src/site/apt/index.apt 2008-01-21 09:07:23 UTC (rev 542) @@ -0,0 +1,15 @@ + -------------------------- + O p e n u t i l s + -------------------------- + Fabrizio Giustina + -------------------------- + +openutils-bshd5 + + bshd5 stands for "base spring-hibernate DAO for java 5" + + +Released versions + + Check it at {{{http://www.mvnrepository.com/artifact/net.sourceforge.openutils/openutils-bshd5}http://www.mvnrepository.com/artifact/net.sourceforge.openutils/openutils-bshd5}} + Property changes on: trunk/openutils-bshd5/src/site/apt/index.apt ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + text/plain Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native Modified: trunk/openutils-dbmigration/pom.xml =================================================================== --- trunk/openutils-dbmigration/pom.xml 2008-01-20 20:47:20 UTC (rev 541) +++ trunk/openutils-dbmigration/pom.xml 2008-01-21 09:07:23 UTC (rev 542) @@ -8,7 +8,7 @@ <relativePath>..</relativePath> </parent> <artifactId>openutils-dbmigration</artifactId> - <name>openutils db migration framework</name> + <name>openutils db migration</name> <version>2.0-SNAPSHOT</version> <description /> <dependencies> Added: trunk/openutils-dbmigration/src/site/apt/index.apt =================================================================== --- trunk/openutils-dbmigration/src/site/apt/index.apt (rev 0) +++ trunk/openutils-dbmigration/src/site/apt/index.apt 2008-01-21 09:07:23 UTC (rev 542) @@ -0,0 +1,15 @@ + -------------------------- + O p e n u t i l s + -------------------------- + Fabrizio Giustina + -------------------------- + +openutils-dbmigration + + + + +Released versions + + Check it at {{{http://www.mvnrepository.com/artifact/net.sourceforge.openutils/openutils-dbmigration}http://www.mvnrepository.com/artifact/net.sourceforge.openutils/openutils-dbmigration}} + Property changes on: trunk/openutils-dbmigration/src/site/apt/index.apt ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + text/plain Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native Added: trunk/openutils-deployment/src/site/apt/index.apt =================================================================== --- trunk/openutils-deployment/src/site/apt/index.apt (rev 0) +++ trunk/openutils-deployment/src/site/apt/index.apt 2008-01-21 09:07:23 UTC (rev 542) @@ -0,0 +1,15 @@ + -------------------------- + O p e n u t i l s + -------------------------- + Fabrizio Giustina + -------------------------- + +openutils-deployment + + + + +Released versions + + Check it at {{{http://www.mvnrepository.com/artifact/net.sourceforge.openutils/openutils-deployment}http://www.mvnrepository.com/artifact/net.sourceforge.openutils/openutils-deployment}} + Property changes on: trunk/openutils-deployment/src/site/apt/index.apt ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + text/plain Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native Modified: trunk/openutils-log4j/src/site/apt/index.apt =================================================================== --- trunk/openutils-log4j/src/site/apt/index.apt 2008-01-20 20:47:20 UTC (rev 541) +++ trunk/openutils-log4j/src/site/apt/index.apt 2008-01-21 09:07:23 UTC (rev 542) @@ -18,19 +18,6 @@ [] -Maven - - Openutils-log4j is built using maven 2. If you want to use openutils-log4j in your application you can declare the - dependency as: - -+----------------------------------------------+ - <dependency> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-log4j</artifactId> - <version>...</version> - </dependency> -+----------------------------------------------+ - Released versions Check it at {{{http://www.mvnrepository.com/artifact/net.sourceforge.openutils/openutils-log4j}http://www.mvnrepository.com/artifact/net.sourceforge.openutils/openutils-log4j}} Modified: trunk/openutils-maven-skin/src/main/resources/css/site.css =================================================================== --- trunk/openutils-maven-skin/src/main/resources/css/site.css 2008-01-20 20:47:20 UTC (rev 541) +++ trunk/openutils-maven-skin/src/main/resources/css/site.css 2008-01-21 09:07:23 UTC (rev 542) @@ -41,7 +41,7 @@ } #leftColumn a.poweredBy { - border: 1px solid #000; + border: none; } a:link { Modified: trunk/openutils-spring-rmibernate/pom.xml =================================================================== --- trunk/openutils-spring-rmibernate/pom.xml 2008-01-20 20:47:20 UTC (rev 541) +++ trunk/openutils-spring-rmibernate/pom.xml 2008-01-21 09:07:23 UTC (rev 542) @@ -8,8 +8,8 @@ <relativePath>..</relativePath> </parent> <artifactId>openutils-spring-rmibernate</artifactId> - <name>hibernate RMI remote lazy loading</name> - <version>1.0.4-SNAPSHOT</version> + <name>hibernate remote lazy loading</name> + <version>2.0-SNAPSHOT</version> <description>openutils base Spring-Hibernate RMI remote lazy loading support</description> <dependencies> <dependency> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |