Author: dims
Date: Tue Dec 20 06:52:16 2005
New Revision: 358013

URL: http://svn.apache.org/viewcvs?rev=358013&view=rev
Log:
thanks page


Added:
    webservices/axis2/trunk/java/xdocs/thanks.xml
Removed:
    webservices/axis2/trunk/java/xdocs/m1.html
Modified:
    webservices/axis2/trunk/java/xdocs/navigation.xml

Modified: webservices/axis2/trunk/java/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/navigation.xml?rev=358013&r1=358012&r2=358013&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/navigation.xml (original)
+++ webservices/axis2/trunk/java/xdocs/navigation.xml Tue Dec 20 06:52:16 2005
@@ -35,6 +35,7 @@
         <item name="Reference Library" href="refLib.html"/>
         <item name="Mailing Lists" href="mail-lists.html"/>
         <item name="FAQ" href="faq.html"/>
+        <item name="Thanks" href="thanks.html"/>
       </item>
       <item name="Project Information">
         <item name="Mailing Lists" href="mail-lists.html"/>

Added: webservices/axis2/trunk/java/xdocs/thanks.xml
URL: 
http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/thanks.xml?rev=358013&view=auto
==============================================================================
--- webservices/axis2/trunk/java/xdocs/thanks.xml (added)
+++ webservices/axis2/trunk/java/xdocs/thanks.xml Tue Dec 20 06:52:16 2005
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <author email="[EMAIL PROTECTED]">Davanum Srinivas</author>
+    <title>Special Thanks!</title>
+  </properties> 
+  
+  <body>
+
+    <section name="Special Thanks to ...">
+        <table>
+          <tr>
+            <th>Company</th>
+            <th>Donation Type</th>
+          </tr>
+          <tr>
+            <td><A href="http://www.jetbrains.com/";><img height="51" 
width="200" 
src="http://www.jetbrains.com/img/logos/logo_intellij_idea.gif"/></A></td>
+            <td>Licenses for IDEA</td>
+          </tr>
+          <tr>
+            <td><A href="http://www.yourkit.com/";><img height="51" width="200" 
src="http://db.apache.org/ojb/images/yjp.gif"/></A></td>
+            <td>Licenses for YourKit</td>
+          </tr>
+        </table>
+    </section>
+  </body>
+</document>
\ No newline at end of file


Reply via email to