You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by he...@apache.org on 2012/07/06 15:33:34 UTC

svn commit: r1358198 - /incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext

Author: heshan
Date: Fri Jul  6 13:33:34 2012
New Revision: 1358198

URL: http://svn.apache.org/viewvc?rev=1358198&view=rev
Log: (empty)

Modified:
    incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext

Modified: incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext?rev=1358198&r1=1358197&r2=1358198&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext Fri Jul  6 13:33:34 2012
@@ -78,20 +78,19 @@ msgBroker.properties and msgBox.properti
 XBaya can be started using AIRAVATA_HOME/bin/xbaya-gui.sh in the binary distribution.
 During XBaya startup you can give number of arguments for quick detail you can run xbaya-gui.sh with -help.
 
-   -help
+    * -help
 
-   -config - Users can put their configuration in to a properties file and give that file path as the argument value.
+    * -config - Users can put their configuration in to a properties file and give that file path as the argument value.
 		     In the properties file users can use following property names.
 		     gpel-engine-url,gfac-url,msg-box-url,msg-broker-url,dsc-url.
 
-   -title - Title that you want to show in the XBaya GUI, if you set title as "My Workflow" You will see a title at the
+    * -title - Title that you want to show in the XBaya GUI, if you set title as "My Workflow" You will see a title at the
 		    Top of the window as "Workflow - My Workflow".
 
-   -enableProvenanceSmartRun - This parameter can be used to enable smart rerun feature, which will keep track of inputs and outputs, if user provide the same inputs to the same service which was ran previously, Xbaya will not invoke the service again, it will simply use the output of the previous invocation. 
+    * -enableProvenanceSmartRun - This parameter can be used to enable smart rerun feature, which will keep track of inputs and outputs, if user provide the same inputs to the same service which was ran previously, Xbaya will not invoke the service again, it will simply use the output of the previous invocation.
     [true/false] 
 
-   -enableProvenance         - This is a parameter to let XBaya to store inputs and outputs in to Registry. 
-	[true/false] 
+    * -enableProvenance         - This is a parameter to let XBaya to store inputs and outputs in to Registry. [true/false]
 
 ### How XBaya is going to pick Available GFac URLs