summaryrefslogtreecommitdiff
path: root/jpl/SETVARS.PL
diff options
context:
space:
mode:
Diffstat (limited to 'jpl/SETVARS.PL')
-rw-r--r--jpl/SETVARS.PL11
1 files changed, 0 insertions, 11 deletions
diff --git a/jpl/SETVARS.PL b/jpl/SETVARS.PL
deleted file mode 100644
index d3d85b42b4..0000000000
--- a/jpl/SETVARS.PL
+++ /dev/null
@@ -1,11 +0,0 @@
-# Your JDK top-level directory.
-#
-$ENV{JAVA_HOME} = 'c:\jdk1.1.8';
-
-# The location where you extracted JPL.
-#
-$ENV{JPL_HOME} = 'D:\jpl';
-
-# The executeable name of Perl
-#
-$ENV{JPLPERL} = 'perl';