|
Revision 3919, 478 bytes
(checked in by pmoura, 14 months ago)
|
|
Updated release number to 2.30.8.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | |
|---|
| 2 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|---|
| 3 | % |
|---|
| 4 | % Logtalk - Open source object-oriented logic programming language |
|---|
| 5 | % Release 2.30.8 |
|---|
| 6 | % |
|---|
| 7 | % Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved. |
|---|
| 8 | % |
|---|
| 9 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | :- compile('$LOGTALKUSER/configs/eclipseiso.config'). |
|---|
| 13 | :- compile('$LOGTALKHOME/integration/logtalk_comp_eclipse.pl'). |
|---|
| 14 | :- compile('$LOGTALKUSER/libpaths/libpaths.pl'). |
|---|