changeset 23:6146509c9c2d

mostly working again
author ross lazarus ross.lazarus@gmail.com
date Tue, 05 Jun 2012 23:25:35 +1000
parents c23e53f768ed
children 8289ebc513ab
files rgToolFactory.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rgToolFactory.xml	Tue Jun 05 23:11:36 2012 +1000
+++ b/rgToolFactory.xml	Tue Jun 05 23:25:35 2012 +1000
@@ -11,7 +11,7 @@
     #end if
     #if $makeMode.make_Tool=="yes":
       --make_Tool "$makeMode.make_Tool"
-      --help_text "$makeMode.helpme"
+      --help_text "$helpme"
       --tool_desc "tool_desc"
       --new_tool "$new_tool"
     #end if
@@ -96,7 +96,7 @@
     <data format="html" name="html_file" label="${tool_name}.html">
         <filter>make_HTML == "yes"</filter>
     </data>
-    <data format="gz" name="new_tool" label="${tool_name}_tool.gz">
+    <data format="toolshed.gz" name="new_tool" label="${tool_name}.toolshed.gz">
         <filter>makeMode['make_Tool'] == "yes"</filter>
     </data>
   </outputs>