Author: apetrelli
Date: Fri Apr 11 11:28:50 2008
New Revision: 647256

URL: http://svn.apache.org/viewvc?rev=647256&view=rev
Log:
TILESSHARED-19
Added list of contributors.

Added:
    tiles/site/src/site/xdoc/contributors.xml   (with props)
Modified:
    tiles/maven/trunk/pom/pom.xml
    tiles/site/src/site/site.xml

Modified: tiles/maven/trunk/pom/pom.xml
URL: 
http://svn.apache.org/viewvc/tiles/maven/trunk/pom/pom.xml?rev=647256&r1=647255&r2=647256&view=diff
==============================================================================
--- tiles/maven/trunk/pom/pom.xml (original)
+++ tiles/maven/trunk/pom/pom.xml Fri Apr 11 11:28:50 2008
@@ -173,4 +173,34 @@
          </roles>
       </developer>
   </developers>
+
+  <contributors>
+      <contributor>
+          <name>Dirk Alexander Schaefer</name>
+      </contributor>
+      <contributor>
+          <name>Jacky Chan</name>
+      </contributor>
+      <contributor>
+          <name>Joe Pemberton</name>
+      </contributor>
+      <contributor>
+          <name>Mike Calmus</name>
+      </contributor>
+      <contributor>
+          <name>Neil Aggarwal</name>
+      </contributor>
+      <contributor>
+          <name>Niall Pemberton</name>
+      </contributor>
+      <contributor>
+          <name>Scot Meyer</name>
+      </contributor>
+      <contributor>
+          <name>Thom Hehl</name>
+      </contributor>
+      <contributor>
+          <name>Zarick Lau</name>
+      </contributor>
+  </contributors>
 </project>

Modified: tiles/site/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tiles/site/src/site/site.xml?rev=647256&r1=647255&r2=647256&view=diff
==============================================================================
--- tiles/site/src/site/site.xml (original)
+++ tiles/site/src/site/site.xml Fri Apr 11 11:28:50 2008
@@ -50,6 +50,9 @@
                    name="Volunteers"
                    href="/volunteers.html"/>
             <item
+                   name="Contributors"
+                   href="/contributors.html"/>
+            <item
                    name="Download"
                    href="/download.html"/>
             <item

Added: tiles/site/src/site/xdoc/contributors.xml
URL: 
http://svn.apache.org/viewvc/tiles/site/src/site/xdoc/contributors.xml?rev=647256&view=auto
==============================================================================
--- tiles/site/src/site/xdoc/contributors.xml (added)
+++ tiles/site/src/site/xdoc/contributors.xml Fri Apr 11 11:28:50 2008
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+<!--
+Copyright 1999-2005 The Apache Software Foundation
+Licensed 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.
+-->
+<!--
+// ======================================================================== 78
+-->
+<document>
+
+    <properties>
+        <title>Contributors</title>
+    </properties>
+
+    <body>
+        <section name="Contributors">
+            <p>
+                This is a list of contributors that helped in the development 
of Tiles.
+                Contributors are listed in alphabetical order.
+            </p>
+            <ul>
+                     <li><strong>Dirk Alexander Schaefer</strong>:
+                     <a 
href="https://issues.apache.org/struts/browse/TILES-204";>TILES-204</a></li>
+                     <li><strong>Jacky Chan</strong>:
+                     <a 
href="https://issues.apache.org/struts/browse/TILES-111";>TILES-111</a></li>
+                     <li><strong>Joe Pemberton</strong>:
+                     <a 
href="https://issues.apache.org/struts/browse/TILES-30";>TILES-30</a></li>
+                     <li><strong>Mike Calmus</strong>:
+                     <a 
href="https://issues.apache.org/struts/browse/TILES-237";>TILES-222</a>,
+                     <a 
href="https://issues.apache.org/struts/browse/TILES-237";>TILES-237</a></li>
+                     <li><strong>Neil Aggarwal</strong>:
+                     <a 
href="https://issues.apache.org/struts/browse/TILES-207";>TILES-207</a></li>
+                     <li><strong>Niall Pemberton</strong>:
+                     <a 
href="https://issues.apache.org/struts/browse/TILES-42";>TILES-42</a>,
+                     <a 
href="https://issues.apache.org/struts/browse/TILES-199";>TILES-199</a></li>
+                     <li><strong>Scot Meyer</strong>:
+                     <a 
href="https://issues.apache.org/struts/browse/TILES-134";>TILES-134</a></li>
+                     <li><strong>Thom Hehl</strong>:
+                     <a 
href="https://issues.apache.org/struts/browse/TILES-255";>TILES-255</a></li>
+                     <li><strong>Zarick Lau</strong>:
+                     <a 
href="https://issues.apache.org/struts/browse/TILES-42";>TILES-42</a></li>
+            </ul>
+        </section>
+    </body>
+</document>
+

Propchange: tiles/site/src/site/xdoc/contributors.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tiles/site/src/site/xdoc/contributors.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL


Reply via email to