Author: gk
Date: Fri Jun 6 10:39:45 2014
New Revision: 1600843
URL: http://svn.apache.org/r1600843
Log:
Fix site building errors:
- Updating to Turbine Parent Version 3
- Unknown attribute 'href' for tag 'project'..
- UTF-8 Encoding in XmlRpc Java files
Modified:
turbine/fulcrum/trunk/cache/pom.xml
turbine/fulcrum/trunk/commonsemail/pom.xml
turbine/fulcrum/trunk/configuration/impl/pom.xml
turbine/fulcrum/trunk/crypto/pom.xml
turbine/fulcrum/trunk/factory/pom.xml
turbine/fulcrum/trunk/factory/src/site/site.xml
turbine/fulcrum/trunk/hsqldb/pom.xml
turbine/fulcrum/trunk/hsqldb/src/site/site.xml
turbine/fulcrum/trunk/hsqldb/src/test/test.properties
turbine/fulcrum/trunk/jetty/pom.xml
turbine/fulcrum/trunk/jetty/src/site/site.xml
turbine/fulcrum/trunk/json/src/changes/changes.xml
turbine/fulcrum/trunk/localization/pom.xml
turbine/fulcrum/trunk/localization/src/site/site.xml
turbine/fulcrum/trunk/mimetype/pom.xml
turbine/fulcrum/trunk/mimetype/src/site/site.xml
turbine/fulcrum/trunk/parent/pom.xml
turbine/fulcrum/trunk/pbe/pom.xml
turbine/fulcrum/trunk/pbe/src/site/site.xml
turbine/fulcrum/trunk/pom.xml
turbine/fulcrum/trunk/pool/pom.xml
turbine/fulcrum/trunk/pool/src/site/site.xml
turbine/fulcrum/trunk/quartz/pom.xml
turbine/fulcrum/trunk/quartz/src/site/site.xml
turbine/fulcrum/trunk/resourcemanager/pom.xml
turbine/fulcrum/trunk/resourcemanager/src/site/site.xml
turbine/fulcrum/trunk/security/pom.xml
turbine/fulcrum/trunk/servicemanager/pom.xml
turbine/fulcrum/trunk/spring/pom.xml
turbine/fulcrum/trunk/spring/src/site/site.xml
turbine/fulcrum/trunk/testcontainer/pom.xml
turbine/fulcrum/trunk/testcontainer/src/site/site.xml
turbine/fulcrum/trunk/upload/pom.xml
turbine/fulcrum/trunk/upload/src/site/site.xml
turbine/fulcrum/trunk/xmlrpc/pom.xml
turbine/fulcrum/trunk/xmlrpc/src/java/org/apache/fulcrum/xmlrpc/XmlRpcClientComponent.java
turbine/fulcrum/trunk/xmlrpc/src/java/org/apache/fulcrum/xmlrpc/XmlRpcServerComponent.java
turbine/fulcrum/trunk/xslt/pom.xml
turbine/fulcrum/trunk/yaafi-crypto/pom.xml
turbine/fulcrum/trunk/yaafi-crypto/src/site/site.xml
Modified: turbine/fulcrum/trunk/cache/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/cache/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/cache/pom.xml (original)
+++ turbine/fulcrum/trunk/cache/pom.xml Fri Jun 6 10:39:45 2014
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <version>2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/commonsemail/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/commonsemail/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/commonsemail/pom.xml (original)
+++ turbine/fulcrum/trunk/commonsemail/pom.xml Fri Jun 6 10:39:45 2014
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <version>2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/configuration/impl/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/configuration/impl/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/configuration/impl/pom.xml (original)
+++ turbine/fulcrum/trunk/configuration/impl/pom.xml Fri Jun 6 10:39:45 2014
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <version>2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/crypto/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/crypto/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/crypto/pom.xml (original)
+++ turbine/fulcrum/trunk/crypto/pom.xml Fri Jun 6 10:39:45 2014
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <version>2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/factory/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/factory/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/factory/pom.xml (original)
+++ turbine/fulcrum/trunk/factory/pom.xml Fri Jun 6 10:39:45 2014
@@ -17,9 +17,9 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/factory/src/site/site.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/factory/src/site/site.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/factory/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/factory/src/site/site.xml Fri Jun 6 10:39:45 2014
@@ -17,10 +17,10 @@
specific language governing permissions and limitations
under the License.
-->
-<project
- name="Fulcrum Factory"
- href="http://turbine.apache.org/fulcrum/fulcrum-factory/">
-
+<project xmlns="http://maven.apache.org/DECORATION/1.4.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0
http://maven.apache.org/xsd/decoration-1.4.0.xsd"
+ name="Fulcrum Factory">
<body>
<menu name="Overview">
<item name="Main" href="/index.html"/>
Modified: turbine/fulcrum/trunk/hsqldb/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/hsqldb/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/hsqldb/pom.xml (original)
+++ turbine/fulcrum/trunk/hsqldb/pom.xml Fri Jun 6 10:39:45 2014
@@ -19,9 +19,9 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/hsqldb/src/site/site.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/hsqldb/src/site/site.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/hsqldb/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/hsqldb/src/site/site.xml Fri Jun 6 10:39:45 2014
@@ -17,7 +17,10 @@
specific language governing permissions and limitations
under the License.
-->
-<project name="Fulcrum HSQLDB Service">
+<project xmlns="http://maven.apache.org/DECORATION/1.4.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0
http://maven.apache.org/xsd/decoration-1.4.0.xsd"
+ name="Fulcrum HSQLDB Service">
<body>
<menu name="Overview">
<item name="About" href="/index.html"/>
Modified: turbine/fulcrum/trunk/hsqldb/src/test/test.properties
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/hsqldb/src/test/test.properties?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/hsqldb/src/test/test.properties (original)
+++ turbine/fulcrum/trunk/hsqldb/src/test/test.properties Fri Jun 6 10:39:45
2014
@@ -1,5 +1,5 @@
#HSQL Database Engine 1.8.0.10
-#Fri Jul 30 14:31:10 CEST 2010
+#Fri Jun 06 12:28:38 CEST 2014
hsqldb.script_format=0
runtime.gc_interval=0
sql.enforce_strict_size=false
Modified: turbine/fulcrum/trunk/jetty/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/jetty/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/jetty/pom.xml (original)
+++ turbine/fulcrum/trunk/jetty/pom.xml Fri Jun 6 10:39:45 2014
@@ -1,9 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/jetty/src/site/site.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/jetty/src/site/site.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/jetty/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/jetty/src/site/site.xml Fri Jun 6 10:39:45 2014
@@ -17,7 +17,10 @@
specific language governing permissions and limitations
under the License.
-->
-<project name="Fulcrum Jetty">
+<project xmlns="http://maven.apache.org/DECORATION/1.4.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0
http://maven.apache.org/xsd/decoration-1.4.0.xsd"
+ name="Fulcrum Jetty">
<body>
<menu name="Overview">
<item name="Overview" href="/index.html"/>
Modified: turbine/fulcrum/trunk/json/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/json/src/changes/changes.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/json/src/changes/changes.xml (original)
+++ turbine/fulcrum/trunk/json/src/changes/changes.xml Fri Jun 6 10:39:45 2014
@@ -20,30 +20,19 @@
<document>
<properties>
<title>Changes</title>
- <author email="[email protected]">Georg Kallidis</author>
+ <author email="[email protected]">Georg Kallidis</author>
</properties>
+
<body>
<release version="1.0.0" date="">
- <action dev="gk" type="add">
- Renamed refreshFilter to cleanFilter/Cache parameter name and added type
to more methods in JsonService.
- </action>
- <action dev="gk" type="update">
- Null-Checking in methods.
- Deregistering of adapaters (Tests)
- </action>
- <action dev="gk" type="add">
- Added mixin deserializing for collection.
+ <action type="update" dev="gk">
+ 2014/Mar/10: Uploaded to
https://repository.apache.org/content/repositories/snapshots/org/apache/fulcrum/
</action>
- <action dev="gk" type="update">
- Changed from primitive type boolean to Boolean in serialize* methods to
avoid errors (ambigous varargs argument handling).
- </action>
- <action dev="gk" type="add">
- Added refreshFilter parameter to serialize* methods
- Added collectionType deserialization
- Added method to service interface JsonService to allow for object adapters
- More configurable Jackson 2 and GSON service components
+ <action type="update" dev="gk">
+ Checked for var-args correctess in API methods.
</action>
</release>
+
</body>
</document>
Modified: turbine/fulcrum/trunk/localization/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/localization/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/localization/pom.xml (original)
+++ turbine/fulcrum/trunk/localization/pom.xml Fri Jun 6 10:39:45 2014
@@ -17,9 +17,9 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/localization/src/site/site.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/localization/src/site/site.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/localization/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/localization/src/site/site.xml Fri Jun 6 10:39:45
2014
@@ -17,9 +17,10 @@
specific language governing permissions and limitations
under the License.
-->
-<project
- name="Fulcrum Localization"
- href="http://turbine.apache.org/fulcrum/fulcrum-localization/">
+<project xmlns="http://maven.apache.org/DECORATION/1.4.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0
http://maven.apache.org/xsd/decoration-1.4.0.xsd"
+ name="Fulcrum Localization">
<body>
<menu name="Overview">
Modified: turbine/fulcrum/trunk/mimetype/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/mimetype/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/mimetype/pom.xml (original)
+++ turbine/fulcrum/trunk/mimetype/pom.xml Fri Jun 6 10:39:45 2014
@@ -17,9 +17,9 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/mimetype/src/site/site.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/mimetype/src/site/site.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/mimetype/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/mimetype/src/site/site.xml Fri Jun 6 10:39:45 2014
@@ -17,8 +17,10 @@
specific language governing permissions and limitations
under the License.
-->
-<project name="Fulcrum Mimetype"
- href="http://turbine.apache.org/fulcrum/fulcrum-mimetype/">
+<project xmlns="http://maven.apache.org/DECORATION/1.4.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0
http://maven.apache.org/xsd/decoration-1.4.0.xsd"
+ name="Fulcrum Mimetype">
<body>
<menu name="Overview">
<item name="About" href="/index.html"/>
Modified: turbine/fulcrum/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parent/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parent/pom.xml (original)
+++ turbine/fulcrum/trunk/parent/pom.xml Fri Jun 6 10:39:45 2014
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.turbine</groupId>
<artifactId>turbine-parent</artifactId>
- <version>2</version>
+ <version>3</version>
</parent>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-parent</artifactId>
Modified: turbine/fulcrum/trunk/pbe/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/pbe/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/pbe/pom.xml (original)
+++ turbine/fulcrum/trunk/pbe/pom.xml Fri Jun 6 10:39:45 2014
@@ -1,8 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/pbe/src/site/site.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/pbe/src/site/site.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/pbe/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/pbe/src/site/site.xml Fri Jun 6 10:39:45 2014
@@ -17,7 +17,10 @@
specific language governing permissions and limitations
under the License.
-->
-<project name="Fulcrum PBE Service">
+<project xmlns="http://maven.apache.org/DECORATION/1.4.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0
http://maven.apache.org/xsd/decoration-1.4.0.xsd"
+ name="Fulcrum PBE Service">
<body>
<menu name="Overview">
<item name="Overview" href="/index.html"/>
Modified: turbine/fulcrum/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/pom.xml (original)
+++ turbine/fulcrum/trunk/pom.xml Fri Jun 6 10:39:45 2014
@@ -20,9 +20,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<artifactId>fulcrum</artifactId>
<packaging>pom</packaging>
@@ -31,7 +31,7 @@
<url>http://turbine.apache.org/fulcrum</url>
<inceptionYear>2001</inceptionYear>
- <modules>
+ <modules>
<module>cache</module>
<module>commonsemail</module>
<module>configuration/impl</module>
@@ -41,6 +41,7 @@
<module>hsqldb</module>
<module>intake</module>
<module>jetty</module>
+ <module>json/api</module>
<module>mimetype</module>
<module>parser</module>
<module>pbe</module>
Modified: turbine/fulcrum/trunk/pool/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/pool/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/pool/pom.xml (original)
+++ turbine/fulcrum/trunk/pool/pom.xml Fri Jun 6 10:39:45 2014
@@ -17,9 +17,9 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/pool/src/site/site.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/pool/src/site/site.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/pool/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/pool/src/site/site.xml Fri Jun 6 10:39:45 2014
@@ -17,10 +17,10 @@
specific language governing permissions and limitations
under the License.
-->
-<project
- name="Fulcrum Pool"
- href="http://turbine.apache.org/fulcrum/fulcrum-pool/">
-
+<project xmlns="http://maven.apache.org/DECORATION/1.4.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0
http://maven.apache.org/xsd/decoration-1.4.0.xsd"
+ name="Fulcrum Pool">
<body>
<menu name="Overview">
<item name="Main" href="/index.html"/>
Modified: turbine/fulcrum/trunk/quartz/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/quartz/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/quartz/pom.xml (original)
+++ turbine/fulcrum/trunk/quartz/pom.xml Fri Jun 6 10:39:45 2014
@@ -17,9 +17,9 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/quartz/src/site/site.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/quartz/src/site/site.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/quartz/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/quartz/src/site/site.xml Fri Jun 6 10:39:45 2014
@@ -17,7 +17,10 @@
specific language governing permissions and limitations
under the License.
-->
-<project name="Fulcrum Quartz Service">
+<project xmlns="http://maven.apache.org/DECORATION/1.4.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0
http://maven.apache.org/xsd/decoration-1.4.0.xsd"
+ name="Fulcrum Quartz Service">
<body>
<menu name="Overview">
<item name="About" href="/index.html"/>
Modified: turbine/fulcrum/trunk/resourcemanager/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/resourcemanager/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/resourcemanager/pom.xml (original)
+++ turbine/fulcrum/trunk/resourcemanager/pom.xml Fri Jun 6 10:39:45 2014
@@ -1,8 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/resourcemanager/src/site/site.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/resourcemanager/src/site/site.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/resourcemanager/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/resourcemanager/src/site/site.xml Fri Jun 6 10:39:45
2014
@@ -17,7 +17,10 @@
specific language governing permissions and limitations
under the License.
-->
-<project name="Fulcrum ResourceManager Service">
+<project xmlns="http://maven.apache.org/DECORATION/1.4.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0
http://maven.apache.org/xsd/decoration-1.4.0.xsd"
+ name="Fulcrum ResourceManager Service">
<body>
<menu name="Overview">
<item name="About" href="/index.html"/>
Modified: turbine/fulcrum/trunk/security/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/pom.xml (original)
+++ turbine/fulcrum/trunk/security/pom.xml Fri Jun 6 10:39:45 2014
@@ -146,7 +146,7 @@
<properties>
<turbine.site.path>fulcrum/fulcrum-security</turbine.site.path>
<turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/security</turbine.scmPubCheckoutDirectory>
- <turbine.site.cache>C:/dc/apache.org/turbine-sites</turbine.site.cache>
+
<turbine.site.cache>${project.build.directory}/turbine-sites</turbine.site.cache>
<siteContent.path>${project.build.directory}/staging</siteContent.path><!--
default stagingSiteURL -->
</properties>
-</project>
+</project>
Modified: turbine/fulcrum/trunk/servicemanager/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/servicemanager/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/servicemanager/pom.xml (original)
+++ turbine/fulcrum/trunk/servicemanager/pom.xml Fri Jun 6 10:39:45 2014
@@ -20,9 +20,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/spring/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/spring/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/spring/pom.xml (original)
+++ turbine/fulcrum/trunk/spring/pom.xml Fri Jun 6 10:39:45 2014
@@ -1,8 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/spring/src/site/site.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/spring/src/site/site.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/spring/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/spring/src/site/site.xml Fri Jun 6 10:39:45 2014
@@ -17,7 +17,10 @@
specific language governing permissions and limitations
under the License.
-->
-<project name="Fulcrum Spring Framework">
+<project xmlns="http://maven.apache.org/DECORATION/1.4.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0
http://maven.apache.org/xsd/decoration-1.4.0.xsd"
+ name="Fulcrum Spring Framework">
<body>
<menu name="Overview">
<item name="About" href="/index.html"/>
Modified: turbine/fulcrum/trunk/testcontainer/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/testcontainer/pom.xml (original)
+++ turbine/fulcrum/trunk/testcontainer/pom.xml Fri Jun 6 10:39:45 2014
@@ -17,9 +17,9 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/testcontainer/src/site/site.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer/src/site/site.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/testcontainer/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/testcontainer/src/site/site.xml Fri Jun 6 10:39:45
2014
@@ -17,9 +17,10 @@
specific language governing permissions and limitations
under the License.
-->
-<project
- name="Fulcrum Test Container"
- href="http://turbine.apache.org/fulcrum/fulcrum-testcontainer/">
+<project xmlns="http://maven.apache.org/DECORATION/1.4.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0
http://maven.apache.org/xsd/decoration-1.4.0.xsd"
+ name="Fulcrum Test Container">
<version position="left" />
<publishDate format="dd MMM yyyy"/>
<body>
Modified: turbine/fulcrum/trunk/upload/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/upload/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/upload/pom.xml (original)
+++ turbine/fulcrum/trunk/upload/pom.xml Fri Jun 6 10:39:45 2014
@@ -17,9 +17,9 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/upload/src/site/site.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/upload/src/site/site.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/upload/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/upload/src/site/site.xml Fri Jun 6 10:39:45 2014
@@ -17,9 +17,10 @@
specific language governing permissions and limitations
under the License.
-->
-<project
- name="Fulcrum Upload"
- href="http://turbine.apache.org/fulcrum/fulcrum-upload/">
+<project xmlns="http://maven.apache.org/DECORATION/1.4.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0
http://maven.apache.org/xsd/decoration-1.4.0.xsd"
+ name="Fulcrum Upload">
<body>
<menu name="Overview">
Modified: turbine/fulcrum/trunk/xmlrpc/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/xmlrpc/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/xmlrpc/pom.xml (original)
+++ turbine/fulcrum/trunk/xmlrpc/pom.xml Fri Jun 6 10:39:45 2014
@@ -20,9 +20,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified:
turbine/fulcrum/trunk/xmlrpc/src/java/org/apache/fulcrum/xmlrpc/XmlRpcClientComponent.java
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/xmlrpc/src/java/org/apache/fulcrum/xmlrpc/XmlRpcClientComponent.java?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
---
turbine/fulcrum/trunk/xmlrpc/src/java/org/apache/fulcrum/xmlrpc/XmlRpcClientComponent.java
(original)
+++
turbine/fulcrum/trunk/xmlrpc/src/java/org/apache/fulcrum/xmlrpc/XmlRpcClientComponent.java
Fri Jun 6 10:39:45 2014
@@ -32,7 +32,7 @@ import org.apache.xmlrpc.XmlRpcException
*
* @avalon.service version="1.0"
* @author <a href="mailto:[email protected]">Josh Lucas</a>
- * @author <a href="mailto:[email protected]">Magnús Þór Torfason</a>
+ * @author <a href="mailto:[email protected]">Magnús Ãór Torfason</a>
* @author <a href="mailto:[email protected]">Rafal Krzewski</a>
* @author <a href="mailto:[email protected]">Jason van Zyl</a>
* @author <a href="mailto:[email protected]">Quinton McCombs</a>
Modified:
turbine/fulcrum/trunk/xmlrpc/src/java/org/apache/fulcrum/xmlrpc/XmlRpcServerComponent.java
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/xmlrpc/src/java/org/apache/fulcrum/xmlrpc/XmlRpcServerComponent.java?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
---
turbine/fulcrum/trunk/xmlrpc/src/java/org/apache/fulcrum/xmlrpc/XmlRpcServerComponent.java
(original)
+++
turbine/fulcrum/trunk/xmlrpc/src/java/org/apache/fulcrum/xmlrpc/XmlRpcServerComponent.java
Fri Jun 6 10:39:45 2014
@@ -30,7 +30,7 @@ import org.apache.xmlrpc.XmlRpcException
*
* @avalon.service version="1.0"
* @author <a href="mailto:[email protected]">Josh Lucas</a>
- * @author <a href="mailto:[email protected]">Magnús Þór Torfason</a>
+ * @author <a href="mailto:[email protected]">Magnús Ãór Torfason</a>
* @author <a href="mailto:[email protected]">Rafal Krzewski</a>
* @author <a href="mailto:[email protected]">Jason van Zyl</a>
* @author <a href="mailto:[email protected]">Quinton McCombs</a>
Modified: turbine/fulcrum/trunk/xslt/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/xslt/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/xslt/pom.xml (original)
+++ turbine/fulcrum/trunk/xslt/pom.xml Fri Jun 6 10:39:45 2014
@@ -17,9 +17,9 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/yaafi-crypto/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi-crypto/pom.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi-crypto/pom.xml (original)
+++ turbine/fulcrum/trunk/yaafi-crypto/pom.xml Fri Jun 6 10:39:45 2014
@@ -1,8 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.fulcrum</groupId>
- <artifactId>fulcrum-parent</artifactId>
- <version>1</version>
+ <artifactId>turbine-parent</artifactId>
+ <groupId>org.apache.turbine</groupId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: turbine/fulcrum/trunk/yaafi-crypto/src/site/site.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi-crypto/src/site/site.xml?rev=1600843&r1=1600842&r2=1600843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi-crypto/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/yaafi-crypto/src/site/site.xml Fri Jun 6 10:39:45
2014
@@ -17,7 +17,10 @@
specific language governing permissions and limitations
under the License.
-->
-<project name="Fulcrum YAAFI Crypto Library">
+<project xmlns="http://maven.apache.org/DECORATION/1.4.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0
http://maven.apache.org/xsd/decoration-1.4.0.xsd"
+ name="Fulcrum YAAFI Crypto Library">
<body>
<menu name="Overview">
<item name="Overview" href="/index.html"/>