Author: mes
Date: 2010-08-02 17:33:56 -0700 (Mon, 02 Aug 2010)
New Revision: 21127

Removed:
   cytoscape/trunk/distribution/src/main/bin/cytoscape
Log:
removed unused script

Deleted: cytoscape/trunk/distribution/src/main/bin/cytoscape
===================================================================
--- cytoscape/trunk/distribution/src/main/bin/cytoscape 2010-08-03 00:32:11 UTC 
(rev 21126)
+++ cytoscape/trunk/distribution/src/main/bin/cytoscape 2010-08-03 00:33:56 UTC 
(rev 21127)
@@ -1,33 +0,0 @@
-#!/bin/bash
-#
-# run cytoscape from a jar file
-#
-# $Revision$
-# $Date$
-# 
-# this is a linux-only version 
-#-------------------------------------------------------------------------------
-cytoscapeHomeTester=${CYTOSCAPE_HOME:-undefined}
-
-if [ $cytoscapeHomeTester = undefined ]; then 
-    echo " --- CYTOSCAPE_HOME is undefined, exiting...";
-    exit
-  else 
-    if [ -r $CYTOSCAPE_HOME ]; then
-      echo $CYTOSCAPE_HOME is readable
-    else
-      echo $CYTOSCAPE_HOME is defined, but not readable, exiting...
-      exit
-    fi
-  fi
-
-
-export LD_LIBRARY_PATH=$CYTOSCAPE_HOME/lib
-LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib
-LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/X11R6/lib
-
-java -Xmx1024MB -Djava.library.path=$CYTOSCAPE_HOME \
-               -classpath cytoscape.jar:.:$CLASSPATH \
-               cytoscape.CyMain \
-                -b $CYTOSCAPE_DATA/annotation/manifest $*
-

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to