[Aimmath-commit] AIM/WEB-INF/maple AutoConf.mpl,1.1.1.1.2.7,1.1.1.1.2.8
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-08-23 15:15:43
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple In directory sc8-pr-cvs1:/tmp/cvs-serv27128/WEB-INF/maple Modified Files: Tag: develop_2_1 AutoConf.mpl Log Message: can now also detect the java runtime, not only jdk Index: AutoConf.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/AutoConf.mpl,v retrieving revision 1.1.1.1.2.7 retrieving revision 1.1.1.1.2.8 diff -C2 -d -r1.1.1.1.2.7 -r1.1.1.1.2.8 *** AutoConf.mpl 17 Jul 2003 06:11:56 -0000 1.1.1.1.2.7 --- AutoConf.mpl 23 Aug 2003 14:14:35 -0000 1.1.1.1.2.8 *************** *** 365,372 **** "Env" = "JAVA_HOME", "Def" = ["C:\\java","jdk"], "Def" = ["C:","jdk"], ! "Def" = ["C:","j2sdk1.4.2"], "Def" = ["C:\\Program Files\\java","jdk"], "Def" = ["C:\\Program Files","jdk"], "Path" = "bin/java.exe", "Check" = "bin/java.exe" --- 365,375 ---- "Env" = "JAVA_HOME", "Def" = ["C:\\java","jdk"], + "Def" = ["C:\\java","j2"], "Def" = ["C:","jdk"], ! "Def" = ["C:","j2"], "Def" = ["C:\\Program Files\\java","jdk"], + "Def" = ["C:\\Program Files\\java","j2"], "Def" = ["C:\\Program Files","jdk"], + "Def" = ["C:\\Program Files","j2"], "Path" = "bin/java.exe", "Check" = "bin/java.exe" *************** *** 440,443 **** --- 443,447 ---- "Def" = "C:\\Maple 8\\bin.win\\cmaple8.exe", "Def" = "C:\\Program Files\\Maple 8\\bin.win\\cmaple8.exe", + "Def" = "C:\\Program Files\\Maple 9\\bin.win\\cmaple9.exe", "Def" = "C:\\Maple 7\\bin.wnt\\cmaple.exe", "Def" = "C:\\Program Files\\Maple 7\\bin.wnt\\cmaple.exe", |