Author: veithen
Date: Sun Dec 19 17:39:20 2010
New Revision: 1050916

URL: http://svn.apache.org/viewvc?rev=1050916&view=rev
Log:
Implemented the Apache branding requirements.

Modified:
    axis/axis2/java/core/trunk/etc/doap_Axis2.rdf
    axis/axis2/java/core/trunk/src/site/site.xml
    axis/axis2/java/core/trunk/src/site/xdoc/index.xml

Modified: axis/axis2/java/core/trunk/etc/doap_Axis2.rdf
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/etc/doap_Axis2.rdf?rev=1050916&r1=1050915&r2=1050916&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/etc/doap_Axis2.rdf (original)
+++ axis/axis2/java/core/trunk/etc/doap_Axis2.rdf Sun Dec 19 17:39:20 2010
@@ -23,11 +23,11 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-  <Project rdf:about="http://ws.apache.org/axis2";>
+  <Project rdf:about="http://axis.apache.org/axis2/java/core";>
     <created>2007-06-08</created>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
     <name>Apache Axis2</name>
-    <homepage rdf:resource="http://ws.apache.org/axis2"; />
+    <homepage rdf:resource="http://axis.apache.org/axis2/java/core"; />
     <asfext:pmc rdf:resource="http://axis.apache.org"; />
     <shortdesc>Apache Axis2 is a service hosting and consumption framework 
that makes it easy to use SOAP and Web Services</shortdesc>
     <description>Apache Axis2 is a toolkit for creating and using Web 
Services, including SOAP, MTOM, XML/HTTP and advanced WS-* standards such as 
WSRM and WSSecurity.
@@ -36,8 +36,8 @@
     Axis2 runs either standalone or hosted in Tomcat or other servlet 
containers. 
     </description>
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/AXIS2"; />
-    <mailing-list rdf:resource="http://ws.apache.org/axis2/mail-lists.html"; />
-    <download-page rdf:resource="http://ws.apache.org/axis2/download.cgi"; />
+    <mailing-list 
rdf:resource="http://axis.apache.org/axis2/java/core/mail-lists.html"; />
+    <download-page 
rdf:resource="http://axis.apache.org/axis2/java/core/download.cgi"; />
     <programming-language>Java</programming-language>
     <programming-language>C</programming-language>
     <category rdf:resource="http://projects.apache.org/category/xml"; />
@@ -65,8 +65,8 @@
     </repository>
     <maintainer>
       <foaf:Person>
-        <foaf:name>Paul Fremantle</foaf:name>
-          <foaf:mbox rdf:resource="mailto:p...@apache.org"/>
+        <foaf:name>Axis2 Development Team</foaf:name>
+        <foaf:mbox 
rdf:resource="mailto:java-...@axis.apache.org?subject=[axis2]"/>
       </foaf:Person>
     </maintainer>
     <asfext:implements><asfext:Standard>

Modified: axis/axis2/java/core/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/site.xml?rev=1050916&r1=1050915&r2=1050916&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/site.xml (original)
+++ axis/axis2/java/core/trunk/src/site/site.xml Sun Dec 19 17:39:20 2010
@@ -83,6 +83,9 @@
             <item name="Acknowledgements" href="thanks.html" />
             <item name="License"
                   href="http://www.apache.org/licenses/LICENSE-2.0.html"; />
+            <item name="Sponsorship" 
href="http://www.apache.org/foundation/sponsorship.html"/>
+            <item name="Thanks" 
href="http://www.apache.org/foundation/thanks.html"/>
+            <item name="Security" href="http://www.apache.org/security/"/>
         </menu>
     </body>
 </project>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/index.xml?rev=1050916&r1=1050915&r2=1050916&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/index.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/index.xml Sun Dec 19 17:39:20 2010
@@ -24,7 +24,7 @@
     </properties>
     <body>
 <h1>Welcome to Apache Axis2/Java</h1>
-<p>Axis2 is a Web Services / SOAP / WSDL engine, the successor to the
+<p>Apache Axis2&#x2122; is a Web Services / SOAP / WSDL engine, the successor 
to the
 widely used <a href=
 "http://ws.apache.org/axis/";>Apache Axis</a> SOAP stack.
 There are two implementations
@@ -34,6 +34,7 @@ Apache Axis2/C</p>
 here, you can visit the <a href=
 "http://axis.apache.org/axis2/c/";><strong>Apache Axis2/C</strong></a>
 Web site for Axis2/C implementation information.</p>
+<p>Apache Axis2, Axis2, Apache, the Apache feather logo, and the Apache Axis2 
project logo are trademarks of The Apache Software Foundation.</p>
 <h3>November 12, 2010 - Apache Axis2/Java Version 1.5.3 Released!</h3>
 <p>1.5.3 is a maintenance release that contains the following improvements:</p>
 <ul>


Reply via email to