changeset 34:d50aaf4471c1 draft

Uploaded
author mzeidler
date Wed, 25 Sep 2013 08:47:00 -0400
parents 9337c80d6672
children 4db3249f8544
files tool_dependencies.xml
diffstat 1 files changed, 20 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Sep 25 06:45:20 2013 -0400
+++ b/tool_dependencies.xml	Wed Sep 25 08:47:00 2013 -0400
@@ -71,5 +71,24 @@
                 </action>
             </actions>
         </install>
-    </package>   
+    </package>
+    <package name="jalview" version="2.8" >
+        <install version="1.0">
+            <actions>
+                <action type="move_file">
+                         <source>jalview/jalview.jar</source>
+                         <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="move_directory_files">
+                        <source_directory>jalview</source_directory>
+                        <destination_directory>$INSTALL_DIR/lib</destination_directory>
+                </action>
+                <action type="set_environment">
+                    <environment_variable name="JALVIEW_DIR" action="prepend_to">$INSTALL_DIR</environment_variable>
+                </action>
+            <action type="shell_command">ls $JALVIEW_DIR</action>    
+            </actions>
+        </install>
+    </package>
+   
 </tool_dependency>
\ No newline at end of file