diff options
author | Kenneth Russel <[email protected]> | 2003-07-14 21:59:46 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2003-07-14 21:59:46 +0000 |
commit | b17e08aa0f7e400bc825bf379696a66114d064ec (patch) | |
tree | c7883aa1e199388711c8a21dc67997c49cbc01ee /make | |
parent | 4d0ee43e4d116e8b0080f63f5a8cb693980d5c0b (diff) |
Fixed default antlr.jar property
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@27 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r-- | make/host.properties | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/make/host.properties b/make/host.properties index 122af2159..01e90955d 100644 --- a/make/host.properties +++ b/make/host.properties @@ -16,10 +16,9 @@ # including the name of the jar # # Windows -# antlr.jar=C:/Users/kbr/ANTLR/antlr-2.7.2/antlr.jar +antlr.jar=C:/Users/kbr/ANTLR/antlr-2.7.2/antlr.jar # Linux -# antlr.jar=/export/kbr/ANTLR/antlr-2.7.2/antlr.jar -antlr.jar=/net/animorphic/export/kbr/ANTLR/antlr-2.7.2/antlr.jar +# antlr.jar=/home/kbr/ANTLR/antlr-2.7.2/antlr.jar # Mac OS X # antlr.jar=/Users/kbr/antlr-2.7.2/antlr.jar |