view tool_dependencies.xml~ @ 12:ccba6130af2a draft

Uploaded
author saskia-hiltemann
date Mon, 16 Nov 2015 10:29:27 -0500
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
	<set_environment version="1.0">
        <environment_variable name="REPOSITORY_PATH" action="set_to">$INSTALL_DIR</environment_variable>               
    </set_environment>
    
    <actions>
				<action type="shell_command"> tar xvf DataTables-1.9.4.tar</action>
				<action type="shell_command"> cp -R DataTables-1.9.4/ $INSTALL_DIR/</action>
			</actions>
</tool_dependency>