Index: unix_installer/installer-package/lams.properties =================================================================== RCS file: /usr/local/cvsroot/unix_installer/installer-package/lams.properties,v diff -u -r1.3 -r1.4 --- unix_installer/installer-package/lams.properties 13 Mar 2008 05:58:55 -0000 1.3 +++ unix_installer/installer-package/lams.properties 30 Apr 2008 03:03:59 -0000 1.4 @@ -23,7 +23,7 @@ ######################################################################################### # The lamshome directory, will contain repository, temp and dump files -# Make sure this location has suffiecient disk space as several files will be stored +# Make sure this location has sufficient disk space as several files will be stored # here during run time LAMS_DIR=/var/opt/lams @@ -71,7 +71,7 @@ JBOSS_DIR=/usr/local/jboss-4.0.2 # The directory that contains your JDK. (Must be 1.5 or higher) -JDK_DIR=/usr/bin/java/jdk1.5.0_11/ +JDK_DIR=/usr/lib/jvm/java-1.5.0-sun/ # The location of your mysql executable (Must be 5.0 or higher) SQL_DIR=/usr/bin @@ -122,5 +122,8 @@ # The URL of the default mysql database MYSQL_DB_URL=jdbc:mysql://${SQL_HOST}/mysql?characterEncoding=utf8 +# The version of this lams installer +LAMS_VERSION=2.1 + #########################################################################################