Author: ruwan
Date: Tue Jul  7 19:19:30 2009
New Revision: 40983
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40983

Log:
Finalizing the ESB documentation :-)

Added:
   branches/esb/java/2.1/product/docs/xdoc/issue-tracking.xml
Modified:
   branches/esb/java/2.1/product/docs/site.xml
   branches/esb/java/2.1/product/modules/distribution/pom.xml

Modified: branches/esb/java/2.1/product/docs/site.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/site.xml?rev=40983&r1=40982&r2=40983&view=diff
==============================================================================
--- branches/esb/java/2.1/product/docs/site.xml (original)
+++ branches/esb/java/2.1/product/docs/site.xml Tue Jul  7 19:19:30 2009
@@ -19,16 +19,6 @@
 
 <project name="WSO2 Enterprise Service Bus">
 
-    <!--<bannerLeft>-->
-      <!--<name>WSO2 ESB</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>-->
-
     <poweredBy>
         <logo name="Apache Synapse" href="http://synapse.apache.org/";
               img="images/synapse-PBX.jpg"/>
@@ -93,7 +83,7 @@
         </menu>
         <menu name="Resources">
             <item name="FAQ's" href="faq.html"/>
-            <item name="Java Docs" 
href="http://ws.apache.org/synapse/apidocs/index.html"/>
+            <item name="Java Docs" 
href="http://wso2.org/project/esb/java/2.1.0/docs/apidocs/index.html"/>
             <item name="Library" href="http://wso2.org/library/esb"/>
             <item name="Features" 
href="http://wso2.org/projects/esb/java/features"/>
             <item name="Source Code" href="source-repository.html"/>
@@ -101,7 +91,7 @@
         </menu>
         <menu name="Community">
             <item name="Forum" href="http://wso2.org/forum/187"/>
-            <item name="Mailing Lists" href="mail-lists.html"/>
+            <item name="Mailing Lists" href="http://wso2.org/mail"/>
         </menu>
         <menu name="Project Info">
             <item name="Issue Tracking" href="issue-tracking.html"/>

Added: branches/esb/java/2.1/product/docs/xdoc/issue-tracking.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/issue-tracking.xml?pathrev=40983
==============================================================================
--- (empty file)
+++ branches/esb/java/2.1/product/docs/xdoc/issue-tracking.xml  Tue Jul  7 
19:19:30 2009
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  ~  Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+  ~
+  ~  WSO2 Inc. licenses this file to you 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.
+  -->
+
+<!DOCTYPE html
+        PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+    <head>
+        <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1"/>
+        <title>
+            WSO2 ESB - Issue Tracking
+        </title>
+    </head>
+    <body>
+        [ <a href="docs_index.html"> Documentation Index </a> ]
+        <h1>WSO2 Enterprise Service Bus (ESB) Issue Tracking</h1>
+        WSO2 ESB is developed on top of the revolutionary WSO2 Carbon 
platform. To get an overall
+        idea on the issue management of the WSO2 ESB, you might need to have a 
look at the
+        Carbon platform issue tracking as well.
+
+        <h2>Overview</h2>
+
+        <p>This project uses
+        <a class="externalLink" 
href="http://www.atlassian.com/software/jira";>Jira</a> a J2EE-based,
+        issue tracking and project management application.</p>
+
+        <h2>Issue Tracking of the ESB Product</h2>
+        <p>Issues, bugs, and feature requests for the <a 
href="http://wso2.org/projects/esb/java";>
+            WSO2 ESB product</a> should be submitted to the
+            following issue tracking system.</p>
+        <div class="source">
+            <pre><a class="externalLink" 
href="http://wso2.org/jira/browse/ESBJAVA";>http://wso2.org/jira/browse/ESBJAVA</a></pre>
+        </div>
+        <h2>Issue Tracking of the Carbon Platform</h2>
+        <p>Issues, bugs, and feature requests for the <a 
href="http://wso2.org/projects/carbon";>
+            WSO2 Carbon platform</a> should be submitted to the following 
issue tracking system.</p>
+        <div class="source">
+            <pre><a class="externalLink" 
href="http://wso2.org/jira/browse/CARBON";>http://wso2.org/jira/browse/CARBON</a></pre>
+        </div>
+    </body>
+</html>
+      
\ No newline at end of file

Modified: branches/esb/java/2.1/product/modules/distribution/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/modules/distribution/pom.xml?rev=40983&r1=40982&r2=40983&view=diff
==============================================================================
--- branches/esb/java/2.1/product/modules/distribution/pom.xml  (original)
+++ branches/esb/java/2.1/product/modules/distribution/pom.xml  Tue Jul  7 
19:19:30 2009
@@ -1329,17 +1329,17 @@
     </build>
     <reporting>
         <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-                <reportSets>
-                    <reportSet>
-                        <reports>
-                            <report>index</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-project-info-reports-plugin</artifactId>
+            <version>2.1.1</version>
+            <configuration>
+              <!-- These features are disabled since they cause "mvn site" to 
hang -->
+              <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+              <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+            </configuration>
+          </plugin>
         </plugins>
-    </reporting>
+      </reporting>
+    
 </project>

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to