Changeset 4430 for trunk/integration

Show
Ignore:
Timestamp:
08/17/08 09:22:35 (5 months ago)
Author:
pmoura
Message:

Fixed detection of the ECLiPSe version for the POSIX integration script. Include more complete ECLiPSe version information on the generated Windows integration shortcuts.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/integration/eclipselgt.sh

    r4423 r4430  
    7474echo 
    7575 
    76 if eclipse -e "halt." 2>&1 | grep "Version 5.10" 2>&1 >/dev/null; then 
     76if eclipse -e "get_flag(version, Version), write(Version), halt." 2>&1 | grep "5.10" 2>&1 >/dev/null; then 
    7777    exec eclipse -b "$LOGTALKHOME/integration/logtalk_eclipse5.pl" "$@" 
    7878else