Author: veithen Date: Sun Mar 25 17:10:20 2012 New Revision: 1305080 URL: http://svn.apache.org/viewvc?rev=1305080&view=rev Log: Added logo and fixed Maven project names.
Added: axis/axis1/java/trunk/src/site/resources/images/axis-small.png (with props) axis/axis1/java/trunk/src/site/resources/images/axis.jpg - copied unchanged from r1304929, webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/images/axis.jpg Modified: axis/axis1/java/trunk/axis-castor/pom.xml axis/axis1/java/trunk/axis-jms/pom.xml axis/axis1/java/trunk/axis-rt-transports-http-javanet/pom.xml axis/axis1/java/trunk/src/site/site.xml Modified: axis/axis1/java/trunk/axis-castor/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-castor/pom.xml?rev=1305080&r1=1305079&r2=1305080&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-castor/pom.xml (original) +++ axis/axis1/java/trunk/axis-castor/pom.xml Sun Mar 25 17:10:20 2012 @@ -26,7 +26,7 @@ <relativePath>../pom.xml</relativePath> </parent> <artifactId>axis-castor</artifactId> - <name>Castor support</name> + <name>Axis :: Castor support</name> <description> Contains serializers and deserializers for Castor. </description> Modified: axis/axis1/java/trunk/axis-jms/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-jms/pom.xml?rev=1305080&r1=1305079&r2=1305080&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-jms/pom.xml (original) +++ axis/axis1/java/trunk/axis-jms/pom.xml Sun Mar 25 17:10:20 2012 @@ -26,7 +26,7 @@ <relativePath>../pom.xml</relativePath> </parent> <artifactId>axis-jms</artifactId> - <name>JMS support</name> + <name>Axis :: JMS transport</name> <description> Contains the Axis JMS transport. </description> Modified: axis/axis1/java/trunk/axis-rt-transports-http-javanet/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-transports-http-javanet/pom.xml?rev=1305080&r1=1305079&r2=1305080&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-rt-transports-http-javanet/pom.xml (original) +++ axis/axis1/java/trunk/axis-rt-transports-http-javanet/pom.xml Sun Mar 25 17:10:20 2012 @@ -26,7 +26,7 @@ <relativePath>../pom.xml</relativePath> </parent> <artifactId>axis-rt-transports-http-javanet</artifactId> - <name>java.net HTTP Transport</name> + <name>Axis :: java.net HTTP Transport</name> <description> An alternative HTTP transport that uses the java.net.HttpURLConnection API. This transport only works with Java 1.5. </description> Added: axis/axis1/java/trunk/src/site/resources/images/axis-small.png URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/src/site/resources/images/axis-small.png?rev=1305080&view=auto ============================================================================== Binary file - no diff available. Propchange: axis/axis1/java/trunk/src/site/resources/images/axis-small.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: axis/axis1/java/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/src/site/site.xml?rev=1305080&r1=1305079&r2=1305080&view=diff ============================================================================== --- axis/axis1/java/trunk/src/site/site.xml (original) +++ axis/axis1/java/trunk/src/site/site.xml Sun Mar 25 17:10:20 2012 @@ -30,6 +30,11 @@ <searchEnabled>true</searchEnabled> </fluidoSkin> </custom> + <bannerRight> + <name>Apache Axis</name> + <src>images/axis-small.png</src> + <href>http://axis.apache.org/axis/java</href> + </bannerRight> <body> <breadcrumbs> <item name="Apache" href="http://www.apache.org/"/>