Index: unix_installer/installer-package/lams.properties =================================================================== diff -u -rb7b01efd191eaacd6f9220e339bb93b3c96a8215 -r13109a867357a8730a4df2d3091d1eb71b2d6bb9 --- unix_installer/installer-package/lams.properties (.../lams.properties) (revision b7b01efd191eaacd6f9220e339bb93b3c96a8215) +++ unix_installer/installer-package/lams.properties (.../lams.properties) (revision 13109a867357a8730a4df2d3091d1eb71b2d6bb9) @@ -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 + #########################################################################################