Author: niallp
Date: Sun Apr 25 13:30:13 2010
New Revision: 937798

URL: http://svn.apache.org/viewvc?rev=937798&view=rev
Log:
m2 build improvements
 - upgrade to commons-parent 15
 - generate download page
 - generate mailing list page
 - add <relativePath< to tag poms

Added:
    commons/proper/jelly/branches/MAVEN-2-BRANCH/xdocs/download_jelly.xml   
(with props)
    commons/proper/jelly/branches/MAVEN-2-BRANCH/xdocs/mail-lists.xml   (with 
props)
Modified:
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ant/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/antlr/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/avalon/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/bean/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/beanshell/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/betwixt/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/bsf/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/define/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/dynabean/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/email/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/fmt/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/html/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/http/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/interaction/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jaxme/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jetty/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jface/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jms/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jmx/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jsl/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/junit/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/log/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/memory/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ojb/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/quartz/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/regexp/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/soap/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/sql/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/swing/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/swt/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/threads/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/validate/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/velocity/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/xml/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/xmlunit/pom.xml
    commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ant/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ant/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ant/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ant/pom.xml Sun Apr 
25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-ant</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/antlr/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/antlr/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/antlr/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/antlr/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-antlr</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/avalon/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/avalon/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/avalon/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/avalon/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-avalon</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/bean/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/bean/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/bean/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/bean/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-bean</artifactId>

Modified: 
commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/beanshell/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/beanshell/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/beanshell/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/beanshell/pom.xml 
Sun Apr 25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-beanshell</artifactId>

Modified: 
commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/betwixt/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/betwixt/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/betwixt/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/betwixt/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-betwixt</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/bsf/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/bsf/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/bsf/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/bsf/pom.xml Sun Apr 
25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-bsf</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/define/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/define/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/define/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/define/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-define</artifactId>

Modified: 
commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/dynabean/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/dynabean/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/dynabean/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/dynabean/pom.xml 
Sun Apr 25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-dynabean</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/email/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/email/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/email/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/email/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-email</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/fmt/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/fmt/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/fmt/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/fmt/pom.xml Sun Apr 
25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-fmt</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/html/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/html/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/html/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/html/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -22,6 +22,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-html</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/http/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/http/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/http/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/http/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -22,6 +22,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-http</artifactId>

Modified: 
commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/interaction/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/interaction/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/interaction/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/interaction/pom.xml 
Sun Apr 25 13:30:13 2010
@@ -22,6 +22,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-interaction</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jaxme/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jaxme/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jaxme/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jaxme/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -22,6 +22,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-jaxme</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jetty/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jetty/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jetty/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jetty/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -22,6 +22,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-jetty</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jface/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jface/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jface/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jface/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -22,6 +22,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-jface</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jms/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jms/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jms/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jms/pom.xml Sun Apr 
25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-jms</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jmx/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jmx/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jmx/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jmx/pom.xml Sun Apr 
25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-jmx</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jsl/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jsl/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jsl/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/jsl/pom.xml Sun Apr 
25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-jsl</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/junit/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/junit/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/junit/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/junit/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-junit</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/log/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/log/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/log/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/log/pom.xml Sun Apr 
25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-log</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/memory/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/memory/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/memory/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/memory/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -24,6 +24,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-memory</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ojb/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ojb/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ojb/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ojb/pom.xml Sun Apr 
25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-ojb</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/quartz/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/quartz/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/quartz/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/quartz/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-quartz</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/regexp/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/regexp/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/regexp/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/regexp/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-regexp</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/soap/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/soap/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/soap/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/soap/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-soap</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/sql/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/sql/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/sql/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/sql/pom.xml Sun Apr 
25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-sql</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/swing/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/swing/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/swing/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/swing/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-swing</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/swt/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/swt/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/swt/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/swt/pom.xml Sun Apr 
25 13:30:13 2010
@@ -22,6 +22,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-swt</artifactId>

Modified: 
commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/threads/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/threads/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/threads/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/threads/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-threads</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-util</artifactId>

Modified: 
commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/validate/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/validate/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/validate/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/validate/pom.xml 
Sun Apr 25 13:30:13 2010
@@ -22,6 +22,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-validate</artifactId>

Modified: 
commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/velocity/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/velocity/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/velocity/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/velocity/pom.xml 
Sun Apr 25 13:30:13 2010
@@ -20,6 +20,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-velocity</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/xml/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/xml/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/xml/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/xml/pom.xml Sun Apr 
25 13:30:13 2010
@@ -22,6 +22,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-xml</artifactId>

Modified: 
commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/xmlunit/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/xmlunit/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/xmlunit/pom.xml 
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/xmlunit/pom.xml Sun 
Apr 25 13:30:13 2010
@@ -22,6 +22,7 @@
     <groupId>commons-jelly</groupId>
     <artifactId>commons-jelly-parent</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-jelly-tags-xmlunit</artifactId>

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml?rev=937798&r1=937797&r2=937798&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml (original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml Sun Apr 25 13:30:13 
2010
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>14</version>
+    <version>15</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>pom</packaging>

Added: commons/proper/jelly/branches/MAVEN-2-BRANCH/xdocs/download_jelly.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/xdocs/download_jelly.xml?rev=937798&view=auto
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/xdocs/download_jelly.xml 
(added)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/xdocs/download_jelly.xml Sun 
Apr 25 13:30:13 2010
@@ -0,0 +1,138 @@
+<?xml version="1.0"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!--
+ +======================================================================+
+ |****                                                              ****|
+ |****      THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN      ****|
+ |****                    DO NOT EDIT DIRECTLY                      ****|
+ |****                                                              ****|
+ +======================================================================+
+ | TEMPLATE FILE: download-page-template.xml                            |
+ | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
+ +======================================================================+
+ |                                                                      |
+ | 1) Re-generate using: mvn commons:download-page                      |
+ |                                                                      |
+ | 2) Set the following properties in the component's pom:              |
+ |    - commons.componentid (required, alphabetic, lower case)          |
+ |    - commons.release.version (required)                              |
+ |    - commons.binary.suffix (optional)                                |
+ |      (defaults to "-bin", set to "" for pre-maven2 releases)         |
+ |                                                                      |
+ | 3) Example Properties                                                |
+ |                                                                      |
+ |  <properties>                                                        |
+ |    <commons.componentid>math</commons.componentid>                   |
+ |    <commons.release.version>1.2</commons.release.version>            |
+ |  </properties>                                                       |
+ |                                                                      |
+ +======================================================================+
+-->
+<document>
+  <properties>
+    <title>Download Commons Jelly</title>
+    <author email="[email protected]">Commons Documentation Team</author>
+  </properties>
+  <body>
+    <section name="Download Commons Jelly">
+    <subsection name="Using a Mirror">
+      <p>
+        We recommend you use a mirror to download our release
+        builds, but you <strong>must</strong> verify the integrity of
+        the downloaded files using signatures downloaded from our main 
+        distribution directories. Recent releases (48 hours) may not yet
+        be available from the mirrors.
+      </p>
+
+      <p>
+        You are currently using <b>[preferred]</b>.  If you
+        encounter a problem with this mirror, please select another
+        mirror.  If all mirrors are failing, there are <i>backup</i>
+        mirrors (at the end of the mirrors list) that should be
+        available.
+        <br></br>
+        [if-any logo]<a href="[link]"><img align="right" src="[logo]" 
border="0"></img></a>[end]
+      </p>
+
+      <form action="[location]" method="get" id="SelectMirror">
+        <p>
+          Other mirrors: 
+          <select name="Preferred">
+          [if-any http]
+            [for http]<option value="[http]">[http]</option>[end]
+          [end]
+          [if-any ftp]
+            [for ftp]<option value="[ftp]">[ftp]</option>[end]
+          [end]
+          [if-any backup]
+            [for backup]<option value="[backup]">[backup] 
(backup)</option>[end]
+          [end]
+          </select>
+          <input type="submit" value="Change"></input>
+        </p>
+      </form>
+
+      <p>
+        The <a href="http://www.apache.org/dist/commons/KEYS";>KEYS</a>
+        link links to the code signing keys used to sign the product.
+        The <code>PGP</code> link downloads the OpenPGP compatible signature 
from our main site. 
+        The <code>MD5</code> link downloads the checksum from the main site.
+      </p>
+    </subsection>
+    </section>
+    <section name="Commons Jelly 1.0 ">
+      <subsection name="Binaries">
+        <table>
+          <tr>
+              <td><a 
href="[preferred]/commons/jelly/binaries/commons-jelly-parent-1.0-bin.tar.gz">commons-jelly-parent-1.0-bin.tar.gz</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/jelly/binaries/commons-jelly-parent-1.0-bin.tar.gz.md5";>md5</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/jelly/binaries/commons-jelly-parent-1.0-bin.tar.gz.asc";>pgp</a></td>
+          </tr>
+          <tr>
+              <td><a 
href="[preferred]/commons/jelly/binaries/commons-jelly-parent-1.0-bin.zip">commons-jelly-parent-1.0-bin.zip</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/jelly/binaries/commons-jelly-parent-1.0-bin.zip.md5";>md5</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/jelly/binaries/commons-jelly-parent-1.0-bin.zip.asc";>pgp</a></td>
+          </tr>
+        </table>
+      </subsection>
+      <subsection name="Source">
+        <table>
+          <tr>
+              <td><a 
href="[preferred]/commons/jelly/source/commons-jelly-parent-1.0-src.tar.gz">commons-jelly-parent-1.0-src.tar.gz</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/jelly/source/commons-jelly-parent-1.0-src.tar.gz.md5";>md5</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/jelly/source/commons-jelly-parent-1.0-src.tar.gz.asc";>pgp</a></td>
+          </tr>
+          <tr>
+              <td><a 
href="[preferred]/commons/jelly/source/commons-jelly-parent-1.0-src.zip">commons-jelly-parent-1.0-src.zip</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/jelly/source/commons-jelly-parent-1.0-src.zip.md5";>md5</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/jelly/source/commons-jelly-parent-1.0-src.zip.asc";>pgp</a></td>
+          </tr>
+        </table>
+      </subsection>
+    </section>
+    <section name="Archives">
+        <p>
+          Older releases can be obtained from the archives.
+        </p>
+        <ul>
+          <li class="download"><a href="[preferred]/commons/jelly/">browse 
download area</a></li>
+          <li><a 
href="http://archive.apache.org/dist/commons/jelly/";>archives...</a></li>
+        </ul>
+    </section>
+  </body>
+</document>

Propchange: 
commons/proper/jelly/branches/MAVEN-2-BRANCH/xdocs/download_jelly.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
commons/proper/jelly/branches/MAVEN-2-BRANCH/xdocs/download_jelly.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: commons/proper/jelly/branches/MAVEN-2-BRANCH/xdocs/mail-lists.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/xdocs/mail-lists.xml?rev=937798&view=auto
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/xdocs/mail-lists.xml (added)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/xdocs/mail-lists.xml Sun Apr 
25 13:30:13 2010
@@ -0,0 +1,202 @@
+<?xml version="1.0"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!--
+ +======================================================================+
+ |****                                                              ****|
+ |****      THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN      ****|
+ |****                    DO NOT EDIT DIRECTLY                      ****|
+ |****                                                              ****|
+ +======================================================================+
+ | TEMPLATE FILE: mail-lists-template.xml                               |
+ | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
+ +======================================================================+
+ |                                                                      |
+ | 1) Re-generate using: mvn commons:mail-page                          |
+ |                                                                      |
+ | 2) Set the following properties in the component's pom:              |
+ |    - commons.componentid (required, alphabetic, lower case)          |
+ |                                                                      |
+ | 3) Example Properties                                                |
+ |                                                                      |
+ |  <properties>                                                        |
+ |    <commons.componentid>math</commons.componentid>                   |
+ |  </properties>                                                       |
+ |                                                                      |
+ +======================================================================+
+-->
+<document>
+  <properties>
+    <title>Commons Jelly Mailing Lists</title>
+    <author email="[email protected]">Commons Documentation Team</author>
+  </properties>
+  <body>
+
+    <section name="Overview">
+      <p>
+        <a href="index.html">Commons Jelly</a> shares mailing lists with all 
the other 
+        <a href="http://commons.apache.org/components.html";>Commons 
Components</a>.
+        To make it easier for people to only read messages related to 
components they are interested in,
+        the convention in Commons is to prefix the subject line of messages 
with the component's name,
+        for example:
+        <ul>
+          <li>[jelly] Problem with the ...</li>
+        </ul>
+      </p>
+      <p>
+        Questions related to the usage of Commons Jelly should be posted to the
+        <a href="http://mail-archives.apache.org/mod_mbox/commons-user/";>User 
List</a>.
+        <br />
+        The <a 
href="http://mail-archives.apache.org/mod_mbox/commons-dev/";>Developer List</a>
+        is for questions and discussion related to the development of Commons 
Jelly.
+        <br />
+        Please do not cross-post; developers are also subscribed to the user 
list.
+      </p>
+      <p>
+        <strong>Note:</strong> please don't send patches or attachments to any 
of the mailing lists.
+        Patches are best handled via the <a href="issue-tracking.html">Issue 
Tracking</a> system. 
+        Otherwise, please upload the file to a public server and include the 
URL in the mail. 
+      </p>
+    </section>
+
+    <section name="Commons Jelly Mailing Lists">
+      <p>
+        <strong>Please prefix the subject line of any messages for <a 
href="index.html">Commons Jelly</a>
+        with <i>[jelly]</i></strong> - <i>thanks!</i>
+        <br />
+        <br />
+      </p>
+
+      <table>
+        <tr>
+          <th>Name</th>
+          <th>Subscribe</th>
+          <th>Unsubscribe</th>
+          <th>Post</th>
+          <th>Archive</th>
+          <th>Other Archives</th>
+        </tr>
+
+
+        <tr>
+          <td>
+            <strong>Commons User List</strong>
+            <br /><br />
+            Questions on using Commons Jelly.
+            <br /><br />
+          </td>
+          <td><a 
href="mailto:[email protected]";>Subscribe</a></td>
+          <td><a 
href="mailto:[email protected]";>Unsubscribe</a></td>
+          <td><a 
href="mailto:[email protected]?subject=[jelly]";>Post</a></td>
+          <td><a 
href="http://mail-archives.apache.org/mod_mbox/commons-user/";>mail-archives.apache.org</a></td>
+          <td><a 
href="http://markmail.org/list/org.apache.commons.users/";>markmail.org</a><br />
+              <a 
href="http://www.mail-archive.com/[email protected]/";>www.mail-archive.com</a><br
 />
+              <a 
href="http://news.gmane.org/gmane.comp.jakarta.commons.devel";>news.gmane.org</a>
+          </td>
+        </tr>
+
+
+        <tr>
+          <td>
+            <strong>Commons Developer List</strong>
+            <br /><br />
+            Discussion of development of Commons Jelly.
+            <br /><br />
+          </td>
+          <td><a 
href="mailto:[email protected]";>Subscribe</a></td>
+          <td><a 
href="mailto:[email protected]";>Unsubscribe</a></td>
+          <td><a 
href="mailto:[email protected]?subject=[jelly]";>Post</a></td>
+          <td><a 
href="http://mail-archives.apache.org/mod_mbox/commons-dev/";>mail-archives.apache.org</a></td>
+          <td><a 
href="http://markmail.org/list/org.apache.commons.dev/";>markmail.org</a><br />
+              <a 
href="http://www.mail-archive.com/[email protected]/";>www.mail-archive.com</a><br
 />
+              <a 
href="http://news.gmane.org/gmane.comp.jakarta.commons.devel";>news.gmane.org</a>
+          </td>
+        </tr>
+
+
+        <tr>
+          <td>
+            <strong>Commons Issues List</strong>
+            <br /><br />
+            Only for e-mails automatically generated by the <a 
href="issue-tracking.html">issue tracking</a> system.
+            <br /><br />
+          </td>
+          <td><a 
href="mailto:[email protected]";>Subscribe</a></td>
+          <td><a 
href="mailto:[email protected]";>Unsubscribe</a></td>
+          <td><i>read only</i></td>
+          <td><a 
href="http://mail-archives.apache.org/mod_mbox/commons-issues/";>mail-archives.apache.org</a></td>
+          <td><a 
href="http://markmail.org/list/org.apache.commons.issues/";>markmail.org</a><br 
/>
+              <a 
href="http://www.mail-archive.com/[email protected]/";>www.mail-archive.com</a>
+          </td>
+        </tr>
+
+
+        <tr>
+          <td>
+            <strong>Commons Commits List</strong>
+            <br /><br />
+            Only for e-mails automatically generated by the <a 
href="source-repository.html">source control</a> sytem.
+            <br /><br />
+          </td>
+          <td><a 
href="mailto:[email protected]";>Subscribe</a></td>
+          <td><a 
href="mailto:[email protected]";>Unsubscribe</a></td>
+          <td><i>read only</i></td>
+          <td><a 
href="http://mail-archives.apache.org/mod_mbox/commons-commits/";>mail-archives.apache.org</a></td>
+          <td><a 
href="http://markmail.org/list/org.apache.commons.commits/";>markmail.org</a><br 
/>
+              <a 
href="http://www.mail-archive.com/[email protected]/";>www.mail-archive.com</a>
+          </td>
+        </tr>
+
+      </table>
+
+    </section>
+    <section name="Apache Mailing Lists">
+      <p>
+        Other mailing lists which you may find useful include:
+      </p>
+
+      <table>
+        <tr>
+          <th>Name</th>
+          <th>Subscribe</th>
+          <th>Unsubscribe</th>
+          <th>Post</th>
+          <th>Archive</th>
+          <th>Other Archives</th>
+        </tr>
+        <tr>
+          <td>
+            <strong>Apache Announce List</strong>
+            <br /><br />
+            General announcements of Apache project releases.
+            <br /><br />
+          </td>
+          <td><a class="externalLink" 
href="mailto:[email protected]";>Subscribe</a></td> 
+          <td><a class="externalLink" 
href="mailto:[email protected]";>Unsubscribe</a></td> 
+          <td><i>read only</i></td>
+          <td><a class="externalLink" 
href="http://mail-archives.apache.org/mod_mbox/announce/";>mail-archives.apache.org</a></td>
 
+          <td><a class="externalLink" 
href="http://markmail.org/list/org.apache.announce/";>markmail.org</a><br />
+              <a class="externalLink" 
href="http://old.nabble.com/Apache-News-and-Announce-f109.html";>old.nabble.com</a><br
 />
+              <a class="externalLink" 
href="http://www.mail-archive.com/[email protected]/";>www.mail-archive.com</a><br
 />
+              <a class="externalLink" 
href="http://news.gmane.org/gmane.comp.apache.announce";>news.gmane.org</a>
+          </td>
+        </tr>
+      </table>
+
+    </section>
+  </body>
+</document>

Propchange: commons/proper/jelly/branches/MAVEN-2-BRANCH/xdocs/mail-lists.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/jelly/branches/MAVEN-2-BRANCH/xdocs/mail-lists.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL


Reply via email to