Changeset 4423 for trunk/integration

Show
Ignore:
Timestamp:
08/14/08 12:49:40 (5 months ago)
Author:
pmoura
Message:

Added ECLiPSe 6.0 config files. Modified the POSIX script "eclipselgt" to test for both ECLiPSe 5.10 and 6.0 versions. Added Windows shortcut to start Logtalk with ECLiPSe 6.0.

Location:
trunk/integration
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/integration/eclipselgt.sh

    r4411 r4423  
    7474echo 
    7575 
    76 exec eclipse -b "$LOGTALKHOME/integration/logtalk_eclipse.pl" "$@" 
     76if eclipse -e "halt." 2>&1 | grep "Version 5.10" 2>&1 >/dev/null; then 
     77    exec eclipse -b "$LOGTALKHOME/integration/logtalk_eclipse5.pl" "$@" 
     78else 
     79    exec eclipse -b "$LOGTALKHOME/integration/logtalk_eclipse6.pl" "$@" 
     80fi 
  • trunk/integration/NOTES.txt

    r4411 r4423  
    2020* CIAO (version 1.10#5 or later):          ciaolgt    (first run must use sudo) 
    2121* CxProlog (version 0.97.1 or later):      cxlgt 
    22 * ECLiPSe (version 5.10#26 or later):      eclipselgt 
     22* ECLiPSe (versions 5.10, 6.0):            eclipselgt 
    2323* GNU Prolog (version 1.3.0 or later):     gplgt 
    2424* K-Prolog (version 5.1.2a or later):      plclgt