You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/07/06 06:47:00 UTC

svn commit: r553730 - in /webservices/axis2/trunk/java: pom.xml xdocs/navigation.xml xdocs/site.xml

Author: dims
Date: Thu Jul  5 21:47:00 2007
New Revision: 553730

URL: http://svn.apache.org/viewvc?view=rev&rev=553730
Log:
hook up the documentation - please run 'mvn site' from root

Added:
    webservices/axis2/trunk/java/xdocs/site.xml
Removed:
    webservices/axis2/trunk/java/xdocs/navigation.xml
Modified:
    webservices/axis2/trunk/java/pom.xml

Modified: webservices/axis2/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/pom.xml?view=diff&rev=553730&r1=553729&r2=553730
==============================================================================
--- webservices/axis2/trunk/java/pom.xml (original)
+++ webservices/axis2/trunk/java/pom.xml Thu Jul  5 21:47:00 2007
@@ -189,4 +189,16 @@
 			</plugin>
 		</plugins>
 	</build>
+        <reporting>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-site-plugin</artifactId>
+                               <configuration>
+                                 <siteDirectory>${basedir}/xdocs</siteDirectory>
+                                 <resourcesDirectory>${basedir}/xdocs/resources</resourcesDirectory>
+                               </configuration>
+                       </plugin>
+               </plugins>
+     </reporting>
 </project>

Added: webservices/axis2/trunk/java/xdocs/site.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/site.xml?view=auto&rev=553730
==============================================================================
--- webservices/axis2/trunk/java/xdocs/site.xml (added)
+++ webservices/axis2/trunk/java/xdocs/site.xml Thu Jul  5 21:47:00 2007
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Maven">
+  <bannerLeft>
+    <name>Apache Axis2</name>
+    <src>http://www.apache.org/images/asf_logo_wide.png</src>
+    <href>http://ws.apache.org/axis2/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://ws.apache.org/axis2/images/axis.jpg</src>
+  </bannerRight>
+  <body>
+		<links>
+			<item name="Axis2/Java" href="index.html" />
+			<item name="Axis2/C" href="http://ws.apache.org/axis2/c" />
+			<item name="Apache WS" href="http://ws.apache.org" />
+			<item name="Apache	" href="http://www.apache.org" />
+		</links>
+
+		<menu name="Axis2/Java">
+			<item name="Home" href="index.html" />
+		</menu>
+		<menu name="Downloads">
+			<item name="Releases" href="download.cgi" />
+			<item name="Modules" href="modules/index.html" />
+			<item name="Tools" href="tools/index.html" />
+		</menu>
+		<menu name="Documentation">
+			<item name="Version 1.2" href="/@axis2_version_dir@/contents.html" >
+			   <item name="Table of Contents" href="@axis2_version_dir@/toc.html" />
+			   <item name="Installation Guide" href="@axis2_version_dir@/installationguide.html" />
+			   <item name="QuickStart Guide" href="@axis2_version_dir@/quickstartguide.html" />
+			   <item name="User Guide" href="@axis2_version_dir@/userguide.html" />
+			   <item name="POJO Guide" href="@axis2_version_dir@/pojoguide.html" />
+			   <item name="Spring Guide" href="@axis2_version_dir@/spring.html" />
+			   <item name="Web Administrator's Guide" href="@axis2_version_dir@/webadminguide.html" />
+			   <item name="Migration Guide (from Axis1)" href="@axis2_version_dir@/migration.html" />
+			</item>
+			<item name="Version 1.1.1" href="/1_1_1/contents.html" />
+			<item name="Version 1.1" href="/1_1/contents.html" />
+			<item name="Version 1.0" href="/1_0/index.html" />
+			<item name="Version 0.95" href="/0_95/index.html" />
+			<item name="Version 0.94" href="/0_94/index.html" />
+			<item name="Version 0.93" href="/0_93/index.html" />
+		</menu>
+		<menu name="Resources">
+		<item name="FAQ" href="faq.html" />
+		<item name="Articles" href="articles.html" />
+		<item name="Wiki" href="http://wiki.apache.org/ws/FrontPage/Axis2/" />
+			<item name="Reference Library" href="refLib.html" />
+			<item name="Online Java Docs" href="http://ws.apache.org/axis2/@axis2_version_dir@/api/index.html" />
+		</menu>
+		<menu name="Get Involved" href="overview.html">
+		<item name="Overview" href="overview.html" />
+			<item name="Checkout the Source" href="svn.html" />
+		 <item name="Mailing Lists" href="mail-lists.html" />
+         <item name="Release Process" href="release-process.html"/>
+            <item name="Developer Guidelines" href="guidelines.html" />
+			<item name="Build the Site" href="siteHowTo.html" />	
+		</menu>
+		<menu name="Project Information">
+			<item name="Project Team" href="team-list.html" />
+				<item name="Issue Tracking" href="issue-tracking.html" />
+			<item name="Source Code"
+				href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" />
+			<item name="Acknowledgements" href="thanks.html" />
+			<item name="License"
+				href="http://www.apache.org/licenses/LICENSE-2.0.html" />
+		</menu>
+
+  </body>
+</project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org