|
From: <fg...@us...> - 2007-08-14 12:35:13
|
Revision: 406
http://openutils.svn.sourceforge.net/openutils/?rev=406&view=rev
Author: fgiust
Date: 2007-08-14 05:35:15 -0700 (Tue, 14 Aug 2007)
Log Message:
-----------
adding site.xml for subprojects
Added Paths:
-----------
trunk/openutils-backup/src/site/site.xml
trunk/openutils-configuration-dataobjects/src/site/site.xml
trunk/openutils-configuration-services/src/site/site.xml
trunk/openutils-dbmigration/src/site/site.xml
trunk/openutils-hibernate-security/src/site/site.xml
trunk/openutils-mgnlspring/src/site/site.xml
trunk/openutils-mgnlstripes/src/site/changes/changes.xml
trunk/openutils-tags-spring/src/site/site.xml
trunk/openutils-testing-junit/src/site/site.xml
trunk/openutils-testing-junit-dwr/src/site/site.xml
trunk/openutils-testing-testng/src/site/site.xml
trunk/openutils-testing-testng-dwr/src/site/site.xml
trunk/openutils-usermanagement/src/site/site.xml
trunk/openutils-usermanagement-dataobjects/src/site/site.xml
trunk/openutils-web/src/site/site.xml
Added: trunk/openutils-backup/src/site/site.xml
===================================================================
--- trunk/openutils-backup/src/site/site.xml (rev 0)
+++ trunk/openutils-backup/src/site/site.xml 2007-08-14 12:35:15 UTC (rev 406)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Openutils">
+ <bannerRight>
+ <name>Openutils</name>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerRight>
+ <bannerLeft>
+ <name>Sourceforge</name>
+ <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerLeft>
+ <body>
+ <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>
Added: trunk/openutils-configuration-dataobjects/src/site/site.xml
===================================================================
--- trunk/openutils-configuration-dataobjects/src/site/site.xml (rev 0)
+++ trunk/openutils-configuration-dataobjects/src/site/site.xml 2007-08-14 12:35:15 UTC (rev 406)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Openutils">
+ <bannerRight>
+ <name>Openutils</name>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerRight>
+ <bannerLeft>
+ <name>Sourceforge</name>
+ <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerLeft>
+ <body>
+ <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>
Added: trunk/openutils-configuration-services/src/site/site.xml
===================================================================
--- trunk/openutils-configuration-services/src/site/site.xml (rev 0)
+++ trunk/openutils-configuration-services/src/site/site.xml 2007-08-14 12:35:15 UTC (rev 406)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Openutils">
+ <bannerRight>
+ <name>Openutils</name>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerRight>
+ <bannerLeft>
+ <name>Sourceforge</name>
+ <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerLeft>
+ <body>
+ <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>
Added: trunk/openutils-dbmigration/src/site/site.xml
===================================================================
--- trunk/openutils-dbmigration/src/site/site.xml (rev 0)
+++ trunk/openutils-dbmigration/src/site/site.xml 2007-08-14 12:35:15 UTC (rev 406)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Openutils">
+ <bannerRight>
+ <name>Openutils</name>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerRight>
+ <bannerLeft>
+ <name>Sourceforge</name>
+ <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerLeft>
+ <body>
+ <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>
Added: trunk/openutils-hibernate-security/src/site/site.xml
===================================================================
--- trunk/openutils-hibernate-security/src/site/site.xml (rev 0)
+++ trunk/openutils-hibernate-security/src/site/site.xml 2007-08-14 12:35:15 UTC (rev 406)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Openutils">
+ <bannerRight>
+ <name>Openutils</name>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerRight>
+ <bannerLeft>
+ <name>Sourceforge</name>
+ <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerLeft>
+ <body>
+ <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>
Added: trunk/openutils-mgnlspring/src/site/site.xml
===================================================================
--- trunk/openutils-mgnlspring/src/site/site.xml (rev 0)
+++ trunk/openutils-mgnlspring/src/site/site.xml 2007-08-14 12:35:15 UTC (rev 406)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Openutils">
+ <bannerRight>
+ <name>Openutils</name>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerRight>
+ <bannerLeft>
+ <name>Sourceforge</name>
+ <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerLeft>
+ <body>
+ <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>
Added: trunk/openutils-mgnlstripes/src/site/changes/changes.xml
===================================================================
--- trunk/openutils-mgnlstripes/src/site/changes/changes.xml (rev 0)
+++ trunk/openutils-mgnlstripes/src/site/changes/changes.xml 2007-08-14 12:35:15 UTC (rev 406)
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<!--
+ "type" attribute can be: add, remove, update or fix.
+-->
+<document>
+ <properties>
+ <title>Changes</title>
+ <author email="fgiust(at)users.sourceforge.net">Fabrizio Giustina</author>
+ </properties>
+ <body>
+ <release version="0.2" date="2007-08-14" description="">
+ <action type="update" dev="fgiust">
+ Added support for indexed parameters by replacing "{}" with "[]" in parameter names (hack). With Stripes you can
+ use indexed parameters, but square brakets are not allowed in jcr node names and can't be used in paragraph
+ attributes. You can now use "list{1}" in attribute names for that.
+ </action>
+ <action type="fix" dev="fgiust">
+ Excluded commons-logging dependency from stripes in pom.xml. Magnolia already imports jcl104-over-slf4j, which
+ is a replacement over the standard commons-logging jar.
+ </action>
+ </release>
+ <release version="0.1" date="2007-08-13" description="Initial release">
+ <action type="add" dev="fgiust" due-to="">Initial release with support for stripes paragraphs.</action>
+ </release>
+ </body>
+</document>
\ No newline at end of file
Added: trunk/openutils-tags-spring/src/site/site.xml
===================================================================
--- trunk/openutils-tags-spring/src/site/site.xml (rev 0)
+++ trunk/openutils-tags-spring/src/site/site.xml 2007-08-14 12:35:15 UTC (rev 406)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Openutils">
+ <bannerRight>
+ <name>Openutils</name>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerRight>
+ <bannerLeft>
+ <name>Sourceforge</name>
+ <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerLeft>
+ <body>
+ <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>
Added: trunk/openutils-testing-junit/src/site/site.xml
===================================================================
--- trunk/openutils-testing-junit/src/site/site.xml (rev 0)
+++ trunk/openutils-testing-junit/src/site/site.xml 2007-08-14 12:35:15 UTC (rev 406)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Openutils">
+ <bannerRight>
+ <name>Openutils</name>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerRight>
+ <bannerLeft>
+ <name>Sourceforge</name>
+ <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerLeft>
+ <body>
+ <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>
Added: trunk/openutils-testing-junit-dwr/src/site/site.xml
===================================================================
--- trunk/openutils-testing-junit-dwr/src/site/site.xml (rev 0)
+++ trunk/openutils-testing-junit-dwr/src/site/site.xml 2007-08-14 12:35:15 UTC (rev 406)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Openutils">
+ <bannerRight>
+ <name>Openutils</name>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerRight>
+ <bannerLeft>
+ <name>Sourceforge</name>
+ <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerLeft>
+ <body>
+ <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>
Added: trunk/openutils-testing-testng/src/site/site.xml
===================================================================
--- trunk/openutils-testing-testng/src/site/site.xml (rev 0)
+++ trunk/openutils-testing-testng/src/site/site.xml 2007-08-14 12:35:15 UTC (rev 406)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Openutils">
+ <bannerRight>
+ <name>Openutils</name>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerRight>
+ <bannerLeft>
+ <name>Sourceforge</name>
+ <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerLeft>
+ <body>
+ <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>
Added: trunk/openutils-testing-testng-dwr/src/site/site.xml
===================================================================
--- trunk/openutils-testing-testng-dwr/src/site/site.xml (rev 0)
+++ trunk/openutils-testing-testng-dwr/src/site/site.xml 2007-08-14 12:35:15 UTC (rev 406)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Openutils">
+ <bannerRight>
+ <name>Openutils</name>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerRight>
+ <bannerLeft>
+ <name>Sourceforge</name>
+ <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerLeft>
+ <body>
+ <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>
Added: trunk/openutils-usermanagement/src/site/site.xml
===================================================================
--- trunk/openutils-usermanagement/src/site/site.xml (rev 0)
+++ trunk/openutils-usermanagement/src/site/site.xml 2007-08-14 12:35:15 UTC (rev 406)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Openutils">
+ <bannerRight>
+ <name>Openutils</name>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerRight>
+ <bannerLeft>
+ <name>Sourceforge</name>
+ <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerLeft>
+ <body>
+ <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>
Added: trunk/openutils-usermanagement-dataobjects/src/site/site.xml
===================================================================
--- trunk/openutils-usermanagement-dataobjects/src/site/site.xml (rev 0)
+++ trunk/openutils-usermanagement-dataobjects/src/site/site.xml 2007-08-14 12:35:15 UTC (rev 406)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Openutils">
+ <bannerRight>
+ <name>Openutils</name>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerRight>
+ <bannerLeft>
+ <name>Sourceforge</name>
+ <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerLeft>
+ <body>
+ <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>
Added: trunk/openutils-web/src/site/site.xml
===================================================================
--- trunk/openutils-web/src/site/site.xml (rev 0)
+++ trunk/openutils-web/src/site/site.xml 2007-08-14 12:35:15 UTC (rev 406)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Openutils">
+ <bannerRight>
+ <name>Openutils</name>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerRight>
+ <bannerLeft>
+ <name>Sourceforge</name>
+ <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src>
+ <href>http://openutils.sourceforge.net</href>
+ </bannerLeft>
+ <body>
+ <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.
|