Author: samindaw
Date: Fri Jan 25 17:52:39 2013
New Revision: 1438618
URL: http://svn.apache.org/viewvc?rev=1438618&view=rev
Log:
updating INSTALL/README/RELEASE_NOTES files
Modified:
airavata/trunk/INSTALL
airavata/trunk/README
airavata/trunk/RELEASE_NOTES
airavata/trunk/modules/distribution/airavata-client/src/main/resources/INSTALL
airavata/trunk/modules/distribution/airavata-client/src/main/resources/README
airavata/trunk/modules/distribution/airavata-server/pom.xml
airavata/trunk/modules/distribution/airavata-server/src/main/resources/INSTALL
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/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/INSTALL
URL:
http://svn.apache.org/viewvc/airavata/trunk/INSTALL?rev=1438618&r1=1438617&r2=1438618&view=diff
==============================================================================
--- airavata/trunk/INSTALL (original)
+++ airavata/trunk/INSTALL Fri Jan 25 17:52:39 2013
@@ -3,19 +3,26 @@ Installing Apache Airavata 0.6
Prerequisites
-------------
-Java 1.5
+Java 1.5 or later
Maven (tested on v 3.0.2)
Build Apache Airavata from Source
---------------------------------
* Unzip/untar the source file or check out from svn.
* cd to project folder and type
-* mvn clean install -Dmaven.test.skip=true
-* The compressed binary distribution is created at <PROJECT
DIR>/modules/distribution/target
+ $ mvn clean install
+ Note: in order to skip tests use the command
+ $ mvn clean install -Dmaven.test.skip=true
+* All the compressed binary distributions can be found at <PROJECT
DIR>/modules/distribution/release/target/release-artifacts
Running Tests
-------------
-Once the binary is unzipped, instructions to run the tests should be followed
from README
+* Unit tests & integrations tests will run while Apache Airavata is built from
source (without "-Dmaven.test.skip=true").
+* To run the test samples
+ - You can find the binary distributions at <PROJECT
DIR>/modules/distribution/release/target/release-artifacts or from
+ the Apache Airavata download site.
+ - Extract the binary distributions and once the binary is unzipped,
instructions to run the tests should be followed
+ from README files found within.
Tutorials
----------
Modified: airavata/trunk/README
URL:
http://svn.apache.org/viewvc/airavata/trunk/README?rev=1438618&r1=1438617&r2=1438618&view=diff
==============================================================================
--- airavata/trunk/README (original)
+++ airavata/trunk/README Fri Jan 25 17:52:39 2013
@@ -1,4 +1,4 @@
-Apache Airavata - README.txt
+Apache Airavata Source - README.txt
Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------
@@ -27,30 +27,59 @@ 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.
-Airavata Binary Distribution Directory Structure
+Airavata Source Distribution Directory Structure
================================================
- AIRAVATA_HOME
- |-- bin <folder>
- |--airavata-server.sh
- |--jackrabbit-server.sh
- |--setenv.sh
- |--xbaya-gui.sh
- |-- samples <folder>
- |-- gui <folder>
- |-- lib <folder>
- |-- standalone-server <folder>
- | |-- lib <folder>
- | |-- conf <folder>
- | |-- repository <folder>
- | -- services <folder>
- | |-- bin <folder>
- |-- database_scripts
- |-- NOTICE <file>
- |-- LICENSE <file>
- |-- README <file>
- |-- INSTALL <file>
-
+ AIRAVATA_TRUNK
+ âââ modules
+ â âââ airavata-client
+ â âââ commons
+ â â âââ gfac-schema
+ â â âââ utils
+ â â âââ workflow-execution-context
+ â â âââ workflow-tracking
+ â âââ distribution
+ â â âââ airavata-client
+ â â âââ airavata-server
+ â â âââ xbaya-gui
+ â â âââ release
+ â âââ gfac-axis2
+ â âââ gfac-core
+ â âââ integration-tests
+ â âââ registry
+ â â âââ airavata-jpa-registry
+ â â âââ airavata-registry-service
+ â â âââ airavata-registry-test
+ â â âââ registry-api
+ â âââ rest
+ â â âââ client
+ â â âââ mappings
+ â â âââ service
+ â â âââ webapp
+ â âââ security
+ â âââ server
+ â âââ test-suite
+ â âââ workflow-interpreter
+ â âââ workflow-model
+ â â âââ workflow-model-component-node
+ â â âââ workflow-model-core
+ â âââ ws-messenger
+ â â âââ commons
+ â â âââ distribution
+ â â âââ messagebox
+ â â âââ messagebroker
+ â â âââ message-monitor
+ â â âââ samples
+ â âââ xbaya-gui
+ âââ samples
+ âââ tools
+ â âââ phoebus-integration
+ â âââ registry-migrate
+ âââ INSTALL
+ âââ LICENSE
+ âââ NOTICE
+ âââ README
+ âââ RELEASE_NOTES
How to test and run samples
===========================
@@ -62,41 +91,18 @@ How to test and run samples
Description of Directory Structure
==================================
- - bin
- This contains all the executable scripts to run required applications in
Airavata distribution.
- Ex: This contains scripts to run XBaya GUI Application, Airavata
Server (Axis2 server with Airavata services which
- include messageBroker and messageBox with GFac Axis2 services),
Jackrabbit executables to run.
+ - modules
+ This contains the source code of all the airavata maven projects that
constitutes to building the airavata libraries, services and distributions
+
- samples
This contains all the system wide samples provided in Airavata
distribution. All the sample are having its README file
So users have to refer each readme file before running each sample.
- - lib
- This contains all the libraries required to run the client side code
with the jars required to run XBaya GUI. So you can
- easily separate the server side and client side by separating the
standalone-server folder and lib directory during the deployment.
-
- - gui
- Contains the scripts to run WS Notification Listener GUI tool
-
- - standalone-server
- This contains all the artifacts required during axis2Server runtime with
required axis2 service archives
-
- - standalone-server - lib
- Contains all the libraries required for Axis2 runtime
-
- - standalone-server - conf
- Contains all the configuration files for Axis2 Runtime and messenger
services (messagebroker and messagebox)
-
- - standalone-server - repository - services
- Contains deployed services in Axis2 runtime.
-
- - standalone-server - bin
- Commandline scripts to use to start the SimpleAxis2Server and other
Axis2 related scripts.
-
- - standalone-server - bin - database_scripts
- Contains the database scripts which are used to create tables for
messagebox and messagebroker services
+ - tools
+ This contains source code libraries that can enhance Airavata features.
- README
This document.
- INSTALL
- This document will contain information on installing Apache-Airavata.
+ This document will contain information on installing Apache-Airavata.
Modified: airavata/trunk/RELEASE_NOTES
URL:
http://svn.apache.org/viewvc/airavata/trunk/RELEASE_NOTES?rev=1438618&r1=1438617&r2=1438618&view=diff
==============================================================================
--- airavata/trunk/RELEASE_NOTES (original)
+++ airavata/trunk/RELEASE_NOTES Fri Jan 25 17:52:39 2013
@@ -14,7 +14,6 @@ Apache Airavata Version 0.6 Released on
* [AIRAVATA-633] - Change XBaya to use Airavata Client for Workflow
Launches
** Improvement
- * [AIRAVATA-61] - Revisit workflow tracking schema and library
* [AIRAVATA-539] - Provide WorklfowNodeID in wokflowInvoked Notification
* [AIRAVATA-644] - Change default authenticating database to Derby
* [AIRAVATA-645] - Provide a utility method to set basic access headers in
client side
@@ -27,7 +26,6 @@ Apache Airavata Version 0.6 Released on
* [AIRAVATA-719] - Enable rest client to communicate over HTTPS
** Task
- * [AIRAVATA-532] - Add Documentation to GFAC schemas
* [AIRAVATA-556] - Adding REST interface to Airavata Registry API
* [AIRAVATA-670] - Update LICENSE & NOTICE files in distribution
* [AIRAVATA-677] - Simplify runExperiment function overloading in
Execution Manager
@@ -36,7 +34,6 @@ Apache Airavata Version 0.6 Released on
* [AIRAVATA-726] - Generate a WAR distribution for Airavata Server at
build time
** Sub-task
- * [AIRAVATA-62] - Documentation on use of workflow tracking schema
* [AIRAVATA-65] - Update Audit Notifier
* [AIRAVATA-66] - Update Performance Notifier
@@ -77,7 +74,7 @@ Apache Airavata Version 0.6 Released on
* [AIRAVATA-728] - OutputDataSettings does not have method to set node
information.
* [AIRAVATA-729] - Advanced options are not saved when creating an
application
* [AIRAVATA-734] - Multiple Workflow is invoked messages in the workflow
-
+ * [AIRAVATA-741] - Airavata startup fails when Airavata is pointed to a
new database
Apache Airavata Version 0.5 Released on 2012-10-28
=============================================================
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=1438618&r1=1438617&r2=1438618&view=diff
==============================================================================
---
airavata/trunk/modules/distribution/airavata-client/src/main/resources/INSTALL
(original)
+++
airavata/trunk/modules/distribution/airavata-client/src/main/resources/INSTALL
Fri Jan 25 17:52:39 2013
@@ -15,6 +15,11 @@ Build Apache Airavata from Source
$ mvn clean install -Dmaven.test.skip=true
* The compressed binary distribution is created at <PROJECT
DIR>/modules/distribution/airavata-client/target
+Installing the Airavata Client Libraries
+----------------------------------------
+* Add all the libraries (jar files) in the <AIRAVATA_CLIENT_HOME>/lib
directory to the classpath
+* Add the <AIRAVATA_CLIENT_HOME>/conf directory to the classpath
+
Running Tests
-------------
Once the binary is unzipped, instructions to run the tests should be follow
from README
@@ -23,5 +28,4 @@ Tutorials
----------
The airavata website has instructions for basic tutorials:
* For basic understanding on how to use Airavata API please look at the
samples shipped with the distribution
-* Describing and executing applications using Airavata -
http://airavata.apache.org/documentation/system/airavata-in-10-minutes.html
* Follow Airavata Wiki for more examples on how to use the Airavata API -
https://cwiki.apache.org/confluence/display/AIRAVATA/Gateway+Developer+Guide
Modified:
airavata/trunk/modules/distribution/airavata-client/src/main/resources/README
URL:
http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/airavata-client/src/main/resources/README?rev=1438618&r1=1438617&r2=1438618&view=diff
==============================================================================
---
airavata/trunk/modules/distribution/airavata-client/src/main/resources/README
(original)
+++
airavata/trunk/modules/distribution/airavata-client/src/main/resources/README
Fri Jan 25 17:52:39 2013
@@ -1,4 +1,4 @@
-Apache Airavata - README.txt
+Apache Airavata Client - README.txt
Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------
@@ -69,4 +69,4 @@ Description of Directory Structure
This document.
- INSTALL
- This document will contain information on how to use Airavata Client
API libraries.
+ This document will contain information on how to use Airavata Client API
libraries.
Modified: airavata/trunk/modules/distribution/airavata-server/pom.xml
URL:
http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/airavata-server/pom.xml?rev=1438618&r1=1438617&r2=1438618&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/airavata-server/pom.xml (original)
+++ airavata/trunk/modules/distribution/airavata-server/pom.xml Fri Jan 25
17:52:39 2013
@@ -165,6 +165,9 @@
<replacevalue>server.context-root=airavata-server</replacevalue>
</replace>
<zip
destfile="${airavata.war.dir}/airavata-server.war"
basedir="${airavata.webapp.dir}" />
+ <copy
todir="${airavata.war.dir}">
+ <fileset dir="src/main/resources/war" />
+ </copy>
<zip
destfile="${airavata.webapp.war.zip}" basedir="${airavata.war.dir}" />
<tar
tarfile="${airavata.webapp.war.tar.gz}" basedir="${airavata.war.dir}"
compression="gzip" />
</target>
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=1438618&r1=1438617&r2=1438618&view=diff
==============================================================================
---
airavata/trunk/modules/distribution/airavata-server/src/main/resources/INSTALL
(original)
+++
airavata/trunk/modules/distribution/airavata-server/src/main/resources/INSTALL
Fri Jan 25 17:52:39 2013
@@ -15,6 +15,34 @@ Build Apache Airavata from Source
$ 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>-bin.zip
+Installing the Airavata Server
+------------------------------
+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
+-------------------------------
+* 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
-------------
Once the binary is unzipped, instructions to run the tests should be followed
from README
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=1438618&r1=1438617&r2=1438618&view=diff
==============================================================================
---
airavata/trunk/modules/distribution/airavata-server/src/main/resources/README
(original)
+++
airavata/trunk/modules/distribution/airavata-server/src/main/resources/README
Fri Jan 25 17:52:39 2013
@@ -1,4 +1,4 @@
-Apache Airavata - README.txt
+Apache Airavata Server - README.txt
Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------
@@ -89,4 +89,4 @@ Description of Directory Structure
This document.
- INSTALL
- This document will contain information on installing Apache-Airavata.
+ This document will contain information on installing Apache-Airavata.
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=1438618&r1=1438617&r2=1438618&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
Fri Jan 25 17:52:39 2013
@@ -13,7 +13,23 @@ 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>-bin.zip
+* The compressed binary distribution is created at <PROJECT
DIR>/modules/distribution/airavata-server/target/apache-airavata-server-<airavata-version>-war.zip
+
+Installing the Airavata Server
+------------------------------
+Extract the distribution & copy the web application archives (*.war files) to
+<TOMCAT_HOME>/webapps
+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)
Running Tests
-------------
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=1438618&r1=1438617&r2=1438618&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
Fri Jan 25 17:52:39 2013
@@ -1,4 +1,4 @@
-Apache Airavata - README.txt
+Apache Airavata Server Web Applications - README.txt
Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------
@@ -27,35 +27,13 @@ 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.
-Airavata Binary Distribution Directory Structure
-================================================
+Airavata Web Application Distribution Directory Structure
+=========================================================
- 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
+ AIRAVATA_WEBAPP_DISTRIBUTION
+ âââ airavata-registry.war
+ âââ airavata-server.war
âââ INSTALL
- âââ LICENSE
- âââ NOTICE
âââ README
@@ -69,24 +47,15 @@ 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.
- - bin - database_scripts
- Contains the database scripts which are used to create tables for
messagebox and messagebroker services
+ - airavata-registry.war
+ This deploys the airavata rest registry service capable of performing
Airavata registry operations
- - 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.
+ - airavata-server.war
+ This deploys the airavata server web services capable launching &
monitoring experiments, applications etc.
- README
This document.
- INSTALL
- This document will contain information on installing Apache-Airavata.
+ This document will contain information on installing Apache-Airavata.
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=1438618&r1=1438617&r2=1438618&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/INSTALL
(original)
+++ airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/INSTALL
Fri Jan 25 17:52:39 2013
@@ -15,6 +15,23 @@ Build Apache Airavata XBaya from Source
$ mvn clean install -Dmaven.test.skip=true
* The compressed binary distribution is created at <PROJECT
DIR>/modules/distribution/xbaya-gui/target/apache-airavata-xbaya-gui-<airavata-version>-bin.zip
+Installing the Airavata XBaya
+-----------------------------
+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 XBaya
+------------------------------
+* Navigate to <XBAYA_HOME>/bin
+* type for following command to start the Airavata XBaya
+ MAC/Unix systems
+ $ sh xbaya-gui.sh
+ Windows
+ > xbaya-gui.bat
+ Note: Pass "-h" as parameters to see more options when starting the
server
+
Running Tests
-------------
Once the binary is unzipped, instructions to run the tests should be followed
from README
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=1438618&r1=1438617&r2=1438618&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/README
(original)
+++ airavata/trunk/modules/distribution/xbaya-gui/src/main/resources/README Fri
Jan 25 17:52:39 2013
@@ -1,4 +1,4 @@
-Apache Airavata - README.txt
+Apache Airavata XBaya - README.txt
Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------
@@ -45,9 +45,6 @@ Airavata XBaya Distribution Directory St
âââ NOTICE
âââ README
-
-
-
How to test and run samples
===========================
* If you built Airavata from source, and if you see "BUILD SUCCESS", then the
test cases should have passes.
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=1438618&r1=1438617&r2=1438618&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
Fri Jan 25 17:52:39 2013
@@ -24,6 +24,18 @@ Installing the JNLP Distribution
...
</jnlp>
+Starting Apache Airavata XBaya JNLP
+-----------------------------------
+Using the web browser
+ * Using a browser navigate to the url <JNLP-web-access-url>/xbaya.jnlp
+ eg: http://example-server.com/airavata/xbaya/xbaya.jnlp
+ * Following the web start download instructions to run XBaya
+
+Using the commandline
+ * type for following command in the commandline to start the Airavata
XBaya
+ $ javaws <JNLP-web-access-url>/xbaya.jnlp
+ eg: $ javaws
http://example-server.com/airavata/xbaya/xbaya.jnlp
+
Running Tests
-------------
Once the binary is unzipped, instructions to run the tests should be followed
from README
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=1438618&r1=1438617&r2=1438618&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
Fri Jan 25 17:52:39 2013
@@ -1,4 +1,4 @@
-Apache Airavata - README.txt
+Apache Airavata XBaya JNLP - README.txt
Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------
@@ -60,4 +60,4 @@ Description of Directory Structure
This document.
- INSTALL
- This document will contain information on installing Apache-Airavata
XBaya.
+ This document will contain information on installing Apache-Airavata
XBaya.