Changeset 16213
- Timestamp:
- 2008-06-26 15:18:05 (3 months ago)
- Files:
-
- greenstone3/trunk/gs3-setup.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
greenstone3/trunk/gs3-setup.sh
r15141 r16213 3 3 4 4 #the purpose of this file is to check/set up the environment for greenstone3 5 #sorts out 5 #sorts out: 6 6 # - gsdl3home 7 7 # - java 8 8 9 java_min_version=1.5.0_00 9 # java_min_version gets passed to search4j as the minimum java version 10 java_min_version=1.4.0_00 10 11 11 12
