changeset 13:4a74b359e941 draft

Uploaded
author geert-vandeweyer
date Mon, 28 Jul 2014 09:59:07 -0400
parents e4000df38772
children aaf5c557af13
files tool_dependencies.xml
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Jul 28 09:49:10 2014 -0400
+++ b/tool_dependencies.xml	Mon Jul 28 09:59:07 2014 -0400
@@ -16,8 +16,13 @@
 	<install version="1.0">
 		<actions>
 			<action type="make_directory">$INSTALL_DIR</action>
-			<action type="move_file"><source>cf_v1.1.jar</source><destination>$INSTALL_DIR</destination></action>
-			<action type="move_directory_files"><source_directory>cf_scripts</source_directory><destination_directory>$INSTALL_DIR/cf_scripts</destination_directory></action>
+			<!-- will be activated when git repository is updated by clusterfast authors. -->
+			<!--<action type="move_file"><source>cf_v1.1.jar</source><destination>$INSTALL_DIR</destination></action>-->
+			<!--<action type="move_directory_files"><source_directory>cf_scripts</source_directory><destination_directory>$INSTALL_DIR/cf_scripts</destination_directory></action>-->
+			<action type="set_environment">
+				<!--<environment_variable action="set_to" name="CF_PATH">$INSTALL_DIR</environment_variable>-->
+				<environment_variable action="set_to" name="CF_PATH"></environment_variable>
+			</action>
 		</actions>
 	</install>
     </package>