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/24 18:11:58 UTC

svn commit: r1365155 - /incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-10-minutes.mdtext

Author: heshan
Date: Tue Jul 24 16:11:57 2012
New Revision: 1365155

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

Modified:
    incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-10-minutes.mdtext

Modified: incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-10-minutes.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-10-minutes.mdtext?rev=1365155&r1=1365154&r2=1365155&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-10-minutes.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-10-minutes.mdtext Tue Jul 24 16:11:57 2012
@@ -65,23 +65,24 @@ AIRAVATA_HOME/bin/xbaya-gui.sh - This wi
 	  Since our echo.sh need String as an input and will produce String as output, insert the following value.
 	  Note*: output parameter name must be echo_output in order to use with this echo.sh sample.
 
-            <table>
-                <tr>
-                    <th width="100"><b>IO</b></th>
-                    <th>Parameter Name</th>
-                    <th>Type</th>
-                </tr>
-                <tr>
-                    <td width="100">Input</td>
-                    <td>echo_input</td>
-                    <td>String</td>
-                </tr>
-                <tr>
-                    <td width="100">Output</td>
-                    <td>echo_output</td>
-                    <td>String</td>
-                </tr>
-            </table>
+<table>
+    <tr>
+        <th width="100"><b>IO</b></th>
+        <th>Parameter Name</th>
+        <th>Type</th>
+    </tr>
+    <tr>
+        <td width="100">Input</td>
+        <td>echo_input</td>
+        <td>String</td>
+    </tr>
+    <tr>
+        <td width="100">Output</td>
+        <td>echo_output</td>
+        <td>String</td>
+    </tr>
+</table>
+
 	<br></br>
 	- Then, click "New Deployment" button. Give a name, an executable location, and a temporary directory to store
 	  runtime data.