You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by am...@apache.org on 2013/12/26 17:50:54 UTC

svn commit: r1553509 - in /airavata/trunk/modules/distribution: airavata-client/src/main/resources/ airavata-server/src/main/resources/ airavata-server/src/main/resources/war/ xbaya-gui/src/main/resources/ xbaya-gui/src/main/resources/jnlp/

Author: amilaj
Date: Thu Dec 26 16:50:54 2013
New Revision: 1553509

URL: http://svn.apache.org/r1553509
Log:
Updated install, readme, license files to reflect latest versions

Modified:
    airavata/trunk/modules/distribution/airavata-client/src/main/resources/INSTALL
    airavata/trunk/modules/distribution/airavata-server/src/main/resources/INSTALL
    airavata/trunk/modules/distribution/airavata-server/src/main/resources/NOTICE
    airavata/trunk/modules/distribution/airavata-server/src/main/resources/README
    airavata/trunk/modules/distribution/airavata-server/src/main/resources/war/INSTALL
    airavata/trunk/modules/distribution/airavata-server/src/main/resources/war/LICENSE
    airavata/trunk/modules/distribution/airavata-server/src/main/resources/war/README
    airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/INSTALL
    airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/README
    airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/jnlp/INSTALL
    airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/jnlp/README

Modified: airavata/trunk/modules/distribution/airavata-client/src/main/resources/INSTALL
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/airavata-client/src/main/resources/INSTALL?rev=1553509&r1=1553508&r2=1553509&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/airavata-client/src/main/resources/INSTALL (original)
+++ airavata/trunk/modules/distribution/airavata-client/src/main/resources/INSTALL Thu Dec 26 16:50:54 2013
@@ -1,4 +1,4 @@
-Installing  Apache Airavata Client 0.7
+Installing  Apache Airavata Client 0.11
 --------------------------------------
 
 Prerequisites

Modified: airavata/trunk/modules/distribution/airavata-server/src/main/resources/INSTALL
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/airavata-server/src/main/resources/INSTALL?rev=1553509&r1=1553508&r2=1553509&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/airavata-server/src/main/resources/INSTALL (original)
+++ airavata/trunk/modules/distribution/airavata-server/src/main/resources/INSTALL Thu Dec 26 16:50:54 2013
@@ -1,4 +1,4 @@
-Installing  Apache Airavata 0.10
+Installing  Apache Airavata 0.11
 -------------------------------
 
 Prerequisites

Modified: airavata/trunk/modules/distribution/airavata-server/src/main/resources/NOTICE
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/airavata-server/src/main/resources/NOTICE?rev=1553509&r1=1553508&r2=1553509&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/airavata-server/src/main/resources/NOTICE (original)
+++ airavata/trunk/modules/distribution/airavata-server/src/main/resources/NOTICE Thu Dec 26 16:50:54 2013
@@ -1,5 +1,5 @@
 Apache Airavata
-Copyright 2012 The Apache Software Foundation
+Copyright 2013 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
@@ -160,4 +160,4 @@ OpenJPA uses test code written by Charle
 Apache XmlSchema Notice:
 
 Portions Copyright 2006 International Business Machines Corp.
-================================================================================================
\ No newline at end of file
+================================================================================================

Modified: airavata/trunk/modules/distribution/airavata-server/src/main/resources/README
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/airavata-server/src/main/resources/README?rev=1553509&r1=1553508&r2=1553509&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/airavata-server/src/main/resources/README (original)
+++ airavata/trunk/modules/distribution/airavata-server/src/main/resources/README Thu Dec 26 16:50:54 2013
@@ -18,7 +18,7 @@ airavata services shipped with a default
 
 Release Notes
 =============
-0.10 is the ninth release of Airavata (skipped 0.1-INCUBATNG). This release focuses bug fixes and GSISSH library for beta testing. For detailed tasks list, please see RELEASE_NOTES.
+0.11 is the tenth release of Airavata (skipped 0.1-INCUBATNG). This release focuses bug fixes and GSISSH library for beta testing. For detailed tasks list, please see RELEASE_NOTES.
 
 Building from source
 ====================

Modified: airavata/trunk/modules/distribution/airavata-server/src/main/resources/war/INSTALL
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/airavata-server/src/main/resources/war/INSTALL?rev=1553509&r1=1553508&r2=1553509&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/airavata-server/src/main/resources/war/INSTALL (original)
+++ airavata/trunk/modules/distribution/airavata-server/src/main/resources/war/INSTALL Thu Dec 26 16:50:54 2013
@@ -1,4 +1,4 @@
-Installing  Apache Airavata 0.7
+Installing  Apache Airavata 0.11
 -------------------------------
 
 Prerequisites
@@ -13,23 +13,35 @@ Build Apache Airavata from Source
 	$ mvn clean install
 	Note: in order to skip tests use the command
 			$ mvn clean install -Dmaven.test.skip=true
-* The compressed binary distribution is created at <PROJECT DIR>/modules/distribution/airavata-server/target/apache-airavata-server-<airavata-version>-war.zip
+* The compressed binary distribution is created at <PROJECT DIR>/modules/distribution/airavata-server/target/apache-airavata-server-<airavata-version>-bin.zip
 
 Installing the Airavata Server
 ------------------------------
-Extract the distribution & copy the web application archives (*.war files) to
-<TOMCAT_HOME>/webapps
+No installation is necessary. Just extract the compressed distribution.
 Note: For customizing the default configurations of the Airavata Server please 
       refer to Airavata web-site (http://airavata.apache.org/) and/or Airavata 
       mailing lists (http://airavata.apache.org/community/mailing-lists.html)
 
-Starting Apache Airavata Server Web Application
------------------------------------------------
-* If the tomcat server has already beeing started check to see if the tomcat had automatically deployed the
-  web applications (You can find this out by the tomcat manager from the browser or from the tomcat log).
-* If the tomcat has not deployed the web application, stop & restart the tomcat server. Please refer tomcat
-  documentation for further details on how to start/stop a tomcat server.
-  (http://tomcat.apache.org/tomcat-7.0-doc/architecture/startup.html)
+Starting Apache Airavata Server
+-------------------------------
+* Navigate to <AIRAVATA_HOME>/bin
+* type for following command to start the Airavata Server
+	MAC/Unix systems
+		$ sh airavata-server.sh
+	Windows
+		> airavata-server.bat
+	Note: Pass "-h" as parameters to see more options when starting the server
+
+Starting Apache Derby Server
+-------------------------------
+Users have the option to star the derby server separately
+* Navigate to <AIRAVATA_HOME>/bin
+* type for following command to start the Airavata Server
+	MAC/Unix systems
+		$ sh derby.sh
+	Windows
+		<Not supported in this version>
+	Note: Pass "-h" as parameters to see more options when starting the server
 
 Running Tests
 -------------

Modified: airavata/trunk/modules/distribution/airavata-server/src/main/resources/war/LICENSE
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/airavata-server/src/main/resources/war/LICENSE?rev=1553509&r1=1553508&r2=1553509&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/airavata-server/src/main/resources/war/LICENSE (original)
+++ airavata/trunk/modules/distribution/airavata-server/src/main/resources/war/LICENSE Thu Dec 26 16:50:54 2013
@@ -217,6 +217,20 @@ jackson-jaxrs-1.9.2.jar, jackson-mapper-
 jets3t-0.8.0.jar, jettison-1.0-RC2.jar, neethi-2.0.4.jar, PDFBox libraries 
 (pdfbox, jempbox, fontbox), wstx-asl-3.2.4.jar
 
+- Bean Validation API (http://beanvalidation.org) javax.validation:validation-api:jar:1.1.0.Final
+- Hibernate Validator Engine (http://validator.hibernate.org/hibernate-validator) org.hibernate:hibernate-validator:jar:4.3.0.Final
+- GSS-API implementation for SSL with proxies (https://github.com/jglobus/JGlobus/gss) org.jglobus:gss:jar:2.0.6
+- SSL support (https://github.com/jglobus/JGlobus/jsse) org.jglobus:jsse:jar:2.0.6
+- myproxy (https://github.com/jglobus/JGlobus/myproxy) org.jglobus:myproxy:jar:2.0.6
+- SSL and proxy certificate support (https://github.com/jglobus/JGlobus/ssl-proxies) org.jglobus:ssl-proxies:jar:2.0.6
+- Bouncy Castle for GSS (https://github.com/jsiwek/BouncyCastleSSLv3) org.ogce:bcgss:jar:146
+- StAX API (http://stax.codehaus.org/) stax:stax-api:jar:1.0.1
+- Commons Codec (http://commons.apache.org/codec/) commons-codec:commons-codec:jar:1.4
+- Commons IO (http://commons.apache.org/io/) commons-io:commons-io:jar:1.4
+- Commons Lang (http://commons.apache.org/lang/) commons-lang:commons-lang:jar:2.6
+- Commons Logging (http://commons.apache.org/logging) commons-logging:commons-logging:jar:1.1.1
+- XmlBeans (http://xmlbeans.apache.org) org.apache.xmlbeans:xmlbeans:jar:2.5.0
+
 ===============================================================================
 The following components use Apache based Licenses
 ===============================================================================
@@ -1236,6 +1250,9 @@ The following components come under the 
 =============================================================================== 
 Eclipse JDT Core (core-3.1.1.jar)
 
+-AspectJ runtime (http://www.aspectj.org) org.aspectj:aspectjrt:jar:1.6.12
+    License: Eclipse Public License - v 1.0  (http://www.eclipse.org/legal/epl-v10.html)
+
   Eclipse Public License - v 1.0
 
     THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
@@ -2228,6 +2245,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INC
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
 POSSIBILITY OF SUCH DAMAGE.
 
+
 ================================================================================
 
 gsabes-client-1.6.0.jar
@@ -2269,4 +2287,101 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+================================================================================
+
+From: 'JCraft,Inc.' (http://www.jcraft.com/)
+  - JSch (http://www.jcraft.com/jsch/) com.jcraft:jsch:jar:0.1.50
+    License: Revised BSD  (http://www.jcraft.com/jsch/LICENSE.txt)
+    
+================================================================================
+
+Copyright (c) 2002-2012 Atsuhiko Yamanaka, JCraft,Inc. 
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+  1. Redistributions of source code must retain the above copyright notice,
+     this list of conditions and the following disclaimer.
+
+  2. Redistributions in binary form must reproduce the above copyright 
+     notice, this list of conditions and the following disclaimer in 
+     the documentation and/or other materials provided with the distribution.
+
+  3. The names of the authors may not be used to endorse or promote products
+     derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,
+INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
+OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+================================================================================
+
+From: 'jcabi.com' (http://www.jcabi.com)
+  - jcabi-aspects (http://www.jcabi.com/jcabi-aspects) com.jcabi:jcabi-aspects:jar:0.9
+    License: BSD  (http://www.jcabi.com/LICENSE.txt)
+  - jcabi-log (http://www.jcabi.com/jcabi-log) com.jcabi:jcabi-log:jar:0.7
+    License: BSD  (http://www.jcabi.com/LICENSE.txt)
+================================================================================
+
+Copyright (c) 2012-2013, JCabi.com
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met: 1) Redistributions of source code must retain the above
+copyright notice, this list of conditions and the following
+disclaimer. 2) Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following
+disclaimer in the documentation and/or other materials provided
+with the distribution. 3) Neither the name of the jcabi.com nor
+the names of its contributors may be used to endorse or promote
+products derived from this software without specific prior written
+permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
+NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
+THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+OF THE POSSIBILITY OF SUCH DAMAGE.
+
+================================================================================
+- Bouncy Castle Provider (http://www.bouncycastle.org/java.html) org.bouncycastle:bcprov-jdk16:jar:1.45
+    License: Bouncy Castle Licence  (http://www.bouncycastle.org/licence.html)
+================================================================================
+
+Please note this should be read in the same way as the MIT license.
+
+LICENSE
+Copyright (c) 2000 - 2013 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
 
+Permission is hereby granted, free of charge, to any person obtaining a 
+copy of this software and associated documentation files (the "Software"), 
+to deal in the Software without restriction, including without limitation 
+the rights to use, copy, modify, merge, publish, distribute, sublicense, 
+and/or sell copies of the Software, and to permit persons to whom the Software 
+is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 
+DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
+DEALINGS IN THE SOFTWARE.
\ No newline at end of file

Modified: airavata/trunk/modules/distribution/airavata-server/src/main/resources/war/README
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/airavata-server/src/main/resources/war/README?rev=1553509&r1=1553508&r2=1553509&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/airavata-server/src/main/resources/war/README (original)
+++ airavata/trunk/modules/distribution/airavata-server/src/main/resources/war/README Thu Dec 26 16:50:54 2013
@@ -1,4 +1,4 @@
-Apache Airavata Server Web Applications - README.txt
+Apache Airavata Server - README.txt
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
@@ -13,29 +13,52 @@ and build gadgets to deploy in open soci
 to suit their needs. Airavata builds on general concepts of service oriented computing, 
 distributed messaging, and workflow composition and orchestration.
 
-This distribution allows you to run Airavata Server in a tomcat hosted environment. It 
-includes all the airavata services shipped with a default derby database as the backend 
-registry.
+This distribution allows you to run a standalone Airavata Server which includes all the 
+airavata services shipped with a default derby database as the backend registry.
 
 Release Notes
 =============
-0.7 is the sixth release of Airavata (skipped 0.1-INCUBATNG). This release focuses GFac rearchitecturing and more GFac level changes. For detailed tasks list, please see RELEASE_NOTES.
+0.11 is the ninth release of Airavata (skipped 0.1-INCUBATNG). This release focuses bug fixes and GSISSH library for beta testing. For detailed tasks list, please see RELEASE_NOTES.
 
 Building from source
 ====================
-For brief installation instructions, see INSTALL for detailed installation and further instructions refer http://airavata.apache.org/ - Documentation section in left hand panel. Step by step with proper documentation are provided.
+For brief installation instructions, see INSTALL
+For detailed installation and further instructions refer http://airavata.apache.org/ - Documentation section in left hand panel. Step by step with proper documentation are provided.
 
 Known Issues in This Release
 ============================
-This is the base release and is focused on a good foundation and less on features. This version is not recommended for production usage.
+This is the base release and is focused on a good foundation and less on features. This 
+version is not recommended for production usage.
 
-Airavata Web Application Distribution Directory Structure
-=========================================================
+Airavata Binary Distribution Directory Structure
+================================================
 
-    AIRAVATA_WEBAPP_DISTRIBUTION
-		├── airavata-registry.war
-		├── airavata-server.war
+    AIRAVATA_HOME
+		├── bin
+		│   ├── database_scripts <dir>
+		│   ├── airavata-server.bat
+		│   ├── airavata-server.properties
+		│   ├── airavata-server.sh
+		│   ├── authenticators.xml
+		│   ├── axis2.xml
+		│   ├── derby.sh
+		│   ├── host.xml
+		│   ├── log4j.properties
+		│   ├── logo.txt
+		│   ├── setenv.bat
+		│   ├── setenv.sh
+		│   └── startNetworkServer
+		├── lib <dir>
+		├── repository
+		│   ├── modules 
+		│   └── services
+		├── samples
+		│   ├── workflows <dir>
+		│   ├── echo_out.sh
+		│   └── echo.sh
 		├── INSTALL
+		├── LICENSE
+		├── NOTICE
 		└── README
 
 
@@ -49,12 +72,21 @@ How to test and run samples
 
 Description of Directory Structure
 ==================================
+    - bin
+      This contains all the configuration files & the executable scripts to run the Airavata Server (Axis2 server 
+      with Airavata services which include messageBroker and messageBox with GFac Axis2 services), & a standalone Apache Derby server.
 
-	- airavata-registry.war
-      This deploys the airavata rest registry service capable of performing Airavata registry operations
+    - bin - database_scripts
+      Contains the database scripts which are used to create tables for messagebox and messagebroker services
 
-	- airavata-server.war
-      This deploys the airavata server web services capable launching & monitoring experiments, applications etc.
+    - samples
+      This contains sample workflow to try out & sample application scripts.
+
+    - lib
+      This contains all the libraries required to run the airavata server and/or derby server.
+
+    - repository - services
+      Contains deployed services in Axis2 runtime.
 
     - README
       This document.
@@ -62,6 +94,7 @@ Description of Directory Structure
     - INSTALL
       This document will contain information on installing Apache-Airavata.
 
+
 Other Available Distributions
 =============================
 
@@ -69,19 +102,20 @@ Server Distributions
 --------------------
 * Airavata Server
   The Airavata Server binary distribution allows you to run a standalone Airavata Server which includes all the airavata services 
-  shipped with a default derby database as the backend registry.
+  shipped with a default derby database as the backend registry. For stable purposes, a mysql configuration is recommended. 
+
+* Airavata Server Web Application
+  This is similar package as the Airavata Server but is distributed as the server Web Application archive.
+  This war is compatible with Apache Tomcat application server. The war bundles all airavata services 
+  enabled by defualt to startup a derby database as the backend registry. For stable purposes, a mysql configuration is recommended. 
 
 Client Distributions
 --------------------
 * Airavata XBaya
-  The Airavata XBaya distribution is a client gui application capable of composing workflows, application descriptors & communicating 
-  with the airavata server to persist user data, run & monitor experiments and analyze the results.
+  The Airavata XBaya distribution is a client GUI application with features to register applications as web services, construct workflows,
+  execute and monitor workflows and browse the generated results from the airavata registry.
 
 * Airavata XBaya JNLP
-  The Airavata XBaya JNLP distribution is a client gui application designed to be hosted on a web server as a web start application
-  that can compose workflows, application descriptors & communicate with the airavata server to persist user data, run & monitor experiments
-  and analyze the results.
-
-* Airavata Client
-  The Airavata Client distribution is a set of libraries and configurations files that allow a 3rd party application to programatically 
-  access Airavata functionality through Airavata API. 
+  The Airavata XBaya JNLP distribution is the simular GUI distribution but prepackeged to be ready to be deployed to 
+   a web server as a web start application. The GUI provides features to register applications as web services, construct workflows,
+  execute and monitor workflows and browse the generated results from the airavata registry. 

Modified: airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/INSTALL
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/INSTALL?rev=1553509&r1=1553508&r2=1553509&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/INSTALL (original)
+++ airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/INSTALL Thu Dec 26 16:50:54 2013
@@ -1,4 +1,4 @@
-Installing  Apache Airavata XBaya 0.7
+Installing  Apache Airavata XBaya 0.11
 -------------------------------------
 
 Prerequisites

Modified: airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/README
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/README?rev=1553509&r1=1553508&r2=1553509&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/README (original)
+++ airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/README Thu Dec 26 16:50:54 2013
@@ -19,7 +19,7 @@ experiments and analyze the results.
 
 Release Notes
 =============
-0.7 is the sixth release of Airavata (skipped 0.1-INCUBATNG). This release focuses GFac rearchitecturing and more GFac level changes. For detailed tasks list, please see RELEASE_NOTES.
+0.11 is the tenth release of Airavata (skipped 0.1-INCUBATNG). This release focuses GFac rearchitecturing and more GFac level changes. For detailed tasks list, please see RELEASE_NOTES.
 
 Building from source
 ====================

Modified: airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/jnlp/INSTALL
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/jnlp/INSTALL?rev=1553509&r1=1553508&r2=1553509&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/jnlp/INSTALL (original)
+++ airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/jnlp/INSTALL Thu Dec 26 16:50:54 2013
@@ -1,4 +1,4 @@
-Installing  Apache Airavata XBaya 0.7
+Installing  Apache Airavata XBaya 0.11
 -------------------------------------
 
 Prerequisites

Modified: airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/jnlp/README
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/jnlp/README?rev=1553509&r1=1553508&r2=1553509&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/jnlp/README (original)
+++ airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/jnlp/README Thu Dec 26 16:50:54 2013
@@ -20,7 +20,7 @@ the results.
 
 Release Notes
 =============
-0.7 is the sixth release of Airavata (skipped 0.1-INCUBATNG). This release focuses GFac rearchitecturing and more GFac level changes. For detailed tasks list, please see RELEASE_NOTES.
+0.11 is the tenth release of Airavata (skipped 0.1-INCUBATNG). This release focuses GFac rearchitecturing and more GFac level changes. For detailed tasks list, please see RELEASE_NOTES.
 
 Building from source
 ====================