[Swift-commit] r7711 - SwiftApps/swift-galaxy/swift

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Thu Mar 13 21:20:19 CDT 2014


Author: ketan
Date: 2014-03-13 21:20:19 -0500 (Thu, 13 Mar 2014)
New Revision: 7711

Modified:
   SwiftApps/swift-galaxy/swift/swiftforeach.xml
Log:
flexible string and file args


Modified: SwiftApps/swift-galaxy/swift/swiftforeach.xml
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeach.xml	2014-03-13 21:37:30 UTC (rev 7710)
+++ SwiftApps/swift-galaxy/swift/swiftforeach.xml	2014-03-14 02:20:19 UTC (rev 7711)
@@ -115,7 +115,26 @@
         </when>
 
         </conditional>
-        
+        <!--
+        <conditional name="fileorstringarg">
+            <param name="fs" type="select" label="select weather to add file or string arg">
+                <option value="str" selected="true">string arg</option>
+                <option value="file">file arg</option>
+            </param>
+
+            <when value="str">
+                <repeat name="strarg1" title="strarg">
+                    <param name="str" size="60" type="text" label="stringargs1" />
+                </repeat>
+            </when>
+
+            <when value="file">
+                <repeat name="farg1" title="farg">
+                    <param name="str" type="data" label="fileargs1" />
+                </repeat>
+            </when>
+        </conditional>
+        -->
         <param name="stringargs" size="60" type="text" label="stringargs" help="Add application call commandline arguments here" />
 
         <repeat name="filearg" title="file arg">




More information about the Swift-commit mailing list