Author: azeez
Date: Fri Aug 14 00:07:37 2009
New Revision: 43408
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=43408

Log:
updated docs

Modified:
   trunk/wsas/java/docs/xdoc/release_notes.xml
   trunk/wsas/java/modules/distribution/README.txt
   trunk/wsas/java/modules/distribution/release-notes.html

Modified: trunk/wsas/java/docs/xdoc/release_notes.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/docs/xdoc/release_notes.xml?rev=43408&r1=43407&r2=43408&view=diff
==============================================================================
--- trunk/wsas/java/docs/xdoc/release_notes.xml (original)
+++ trunk/wsas/java/docs/xdoc/release_notes.xml Fri Aug 14 00:07:37 2009
@@ -26,7 +26,7 @@
 <h1>WSO2 Web Services Application Server(WSO2 WSAS) 3.1
     Release Notes</h1>
 
-<h3>8th July 2009</h3>
+<h3>31st Aug 2009</h3>
 
 <p>WSO2 WSAS is the Enterprise ready Web services engine powered by Apache
    Axis2.
@@ -95,8 +95,11 @@
         to Apache Axis2, Apache Rampart, Apache Sandesha2
         , WSO2 Carbon &amp; other projects.
     </li>
-    <li>Experimental Equinox P2 based provisioning support -
-        extend your WSAS instance by installin new P2 features
+    <li>Equinox P2 based provisioning support -
+        extend your WSAS instance by installin new P2 features.
+        See <a 
href="https://wso2.org/wiki/display/carbon/p2-based-provisioning-support";>
+            P2 based provisioning in WSO2 Carbon
+        </a>
     </li>
 </ul>
 

Modified: trunk/wsas/java/modules/distribution/README.txt
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/README.txt?rev=43408&r1=43407&r2=43408&view=diff
==============================================================================
--- trunk/wsas/java/modules/distribution/README.txt     (original)
+++ trunk/wsas/java/modules/distribution/README.txt     Fri Aug 14 00:07:37 2009
@@ -33,8 +33,9 @@
 1. Various bug fixes &amp; enhancements including architectural improvements
    to Apache Axis2, Apache Rampart, Apache Sandesha2 , WSO2 Carbon &amp;
     other projects.
-2. Experimental Equinox P2 based provisioning support -
-   extend your WSAS instance by installin new P2 features
+2. Equinox P2 based provisioning support -
+   extend your WSAS instance by installin new P2 features. See
+   https://wso2.org/wiki/display/carbon/p2-based-provisioning-support
 
 Installation & Running
 ----------------------
@@ -69,70 +70,75 @@
 WSAS Binary Distribution Directory Structure
 --------------------------------------------
 
-       CARBON_HOME
-               |- bin <folder>
-               |- conf <folder>
-                |- database <folder>
-               |- lib <folder>
-               |- logs <folder>
-               |- repository <folder>
-               |- resources <folder>
-               |- samples <folder>
-               |- tmp <folder>
-               |- webapps <folder>
-               |-- LICENSE.txt <file>
-               |-- README.txt <file>
-               |-- INSTALL.txt <file>
-               |-- release-notes.html <file>
-
-       - bin
-         Contains various scripts .sh & .bat scripts
-
-       - conf
-         Contains configuration files
-
-        - database
-          Contains the database
-
-       - lib
-         Contains the basic set of libraries required to startup WSAS
-         in standalone mode
-
-       - logs
-         Contains all log files created during execution
-
-       - repository
-         The repository where Carbon artifacts &
-         Axis2 services and modules deployed in WSO2 WSAS
-         are stored. In addition to this other custom deployers such as
-         dataservices, axis1services and pojoservices are also stored.
-
-       - resources
-         Contains additional resources that may be required
-
-       - samples
-         Contains some sample applications that demonstrate the functionality
-         and capabilities of WSO2 WSAS
-
-       - tmp
-         Used for storing temporary files, and is pointed to by the
-         java.io.tmpdir System property
-
-       - webapps
-         Contains the WSO2 WSAS webapp. Any other webapp also can be deployed
-         in this directory
+    CARBON_HOME
+        |- bin <folder>
+        |- conf <folder>
+        |- database <folder>
+        |- dbscripts <folder>
+        |- lib <folder>
+        |- logs <folder>
+        |- repository <folder>
+        |- resources <folder>
+        |- samples <folder>
+        |- tmp <folder>
+        |- webapps <folder>
+        |-- LICENSE.txt <file>
+        |-- README.txt <file>
+        |-- INSTALL.txt <file>
+        |-- release-notes.html <file>
+
+    - bin
+      Contains various scripts .sh & .bat scripts
+
+    - conf
+      Contains configuration files
+
+    - database
+      Contains the WSO2 Registry & User Manager database
+
+    - dbscripts
+      Contains the database creation & seed data population SQL scripts for
+      various supported databases
+
+    - lib
+      Contains the basic set of libraries required to startup WSAS
+      in standalone mode
+
+    - logs
+      Contains all log files created during execution
+
+    - repository
+      The repository where Carbon artifacts &
+      Axis2 services and modules deployed in WSO2 WSAS
+      are stored. In addition to this other custom deployers such as
+      dataservices, axis1services and pojoservices are also stored.
+
+    - resources
+      Contains additional resources that may be required
+
+    - samples
+      Contains some sample applications that demonstrate the functionality
+      and capabilities of WSO2 WSAS
+
+    - tmp
+      Used for storing temporary files, and is pointed to by the
+      java.io.tmpdir System property
+
+    - webapps
+      Contains the WSO2 WSAS webapp. Any other webapp also can be deployed
+      in this directory
 
-       - LICENSE.txt
-         Apache License 2.0 under which WSO2 WSAS is distributed.
+    - LICENSE.txt
+      Apache License 2.0 under which WSO2 WSAS is distributed.
 
-       - README.txt
-         This document.
+    - README.txt
+      This document.
 
-       - INSTALL.txt
+    - INSTALL.txt
           This document will contain information on installing WSO2 WSAS
 
-       - release-notes.html
-         Release information for WSO2 WSAS 3.1
+    - release-notes.html
+      Release information for WSO2 WSAS 3.1
 
 
 Training

Modified: trunk/wsas/java/modules/distribution/release-notes.html
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/release-notes.html?rev=43408&r1=43407&r2=43408&view=diff
==============================================================================
--- trunk/wsas/java/modules/distribution/release-notes.html     (original)
+++ trunk/wsas/java/modules/distribution/release-notes.html     Fri Aug 14 
00:07:37 2009
@@ -26,7 +26,7 @@
 <h1>WSO2 Web Services Application Server(WSO2 WSAS) 3.1
     Release Notes</h1>
 
-<h3>8th July 2009</h3>
+<h3>31st Aug 2009</h3>
 
 <p>WSO2 WSAS is the Enterprise ready Web services engine powered by Apache
    Axis2.
@@ -95,8 +95,11 @@
         to Apache Axis2, Apache Rampart, Apache Sandesha2
         , WSO2 Carbon &amp; other projects.
     </li>
-    <li>Experimental Equinox P2 based provisioning support -
-        extend your WSAS instance by installin new P2 features
+    <li>Equinox P2 based provisioning support -
+        extend your WSAS instance by installin new P2 features. See
+        <a 
href="https://wso2.org/wiki/display/carbon/p2-based-provisioning-support";>
+            P2 based provisioning in WSO2 Carbon
+        </a>
     </li>
 </ul>
 

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

Reply via email to