summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/netlogo-bin/files/hubnet.sh4
-rw-r--r--sci-misc/netlogo-bin/files/netlogo-3d.sh4
-rw-r--r--sci-misc/netlogo-bin/files/netlogo-5.0.3.sh4
3 files changed, 0 insertions, 12 deletions
diff --git a/sci-misc/netlogo-bin/files/hubnet.sh b/sci-misc/netlogo-bin/files/hubnet.sh
deleted file mode 100644
index 65b833e50aa9..000000000000
--- a/sci-misc/netlogo-bin/files/hubnet.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-NETLOGO_INSTALL_PATH="/usr/share/netlogo-bin"
-cd ${NETLOGO_INSTALL_PATH}
-java -classpath $(java-config -p netlogo-bin) org.nlogo.hubnet.client.App
diff --git a/sci-misc/netlogo-bin/files/netlogo-3d.sh b/sci-misc/netlogo-bin/files/netlogo-3d.sh
deleted file mode 100644
index cdf52a61e25a..000000000000
--- a/sci-misc/netlogo-bin/files/netlogo-3d.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-NETLOGO_INSTALL_PATH="/usr/share/netlogo-bin"
-cd ${NETLOGO_INSTALL_PATH}
-java -classpath $(java-config -p netlogo-bin) -Dorg.nlogo.is3d=true -jar NetLogo.jar
diff --git a/sci-misc/netlogo-bin/files/netlogo-5.0.3.sh b/sci-misc/netlogo-bin/files/netlogo-5.0.3.sh
deleted file mode 100644
index 8bc82fa8d8a1..000000000000
--- a/sci-misc/netlogo-bin/files/netlogo-5.0.3.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-NETLOGO_INSTALL_PATH="/usr/share/netlogo-bin"
-cd ${NETLOGO_INSTALL_PATH}
-java -classpath $(java-config -p netlogo-bin) -jar NetLogo.jar