Update of /cvsroot/aimmath/AIM/WEB-INF/maple
In directory sc8-pr-cvs1:/tmp/cvs-serv29264
Modified Files:
Tag: develop_2_1
ConfigFields.mpl
Log Message:
Updated data re MapleVersion. Corrected typo. - GG
Index: ConfigFields.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/ConfigFields.mpl,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -d -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** ConfigFields.mpl 8 Jul 2003 06:21:33 -0000 1.1.1.1.2.1
--- ConfigFields.mpl 9 Jul 2003 09:34:18 -0000 1.1.1.1.2.2
***************
*** 22,29 ****
integer,"
The major version number of Maple under which AIM is running. The
! allowed values are 5, 6 or 7. Maple 8 is not currently supported
! because various features of the codegen package have been withdrawn
! and replaced by a different mechanism. (This will probably be a Good
! Thing in the long term.)"],
['ServletURL',
--- 22,27 ----
integer,"
The major version number of Maple under which AIM is running. The
! known allowed values are 5, 6, 7 or 8 (though some things are undoubtedly
! broken for Maple 5)."],
['ServletURL',
***************
*** 45,49 ****
['RootDir',
string,"
! The top of the directory heirarchy where AIM's data files (with
information about subjects, quizzes, questions and students) are
stored."],
--- 43,47 ----
['RootDir',
string,"
! The top of the directory hierarchy where AIM's data files (with
information about subjects, quizzes, questions and students) are
stored."],
|