28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
|
##############################################################################
|
||
|
## ##
|
||
|
## Groovy Classloading Configuration ##
|
||
|
## ##
|
||
|
##############################################################################
|
||
|
|
||
|
##
|
||
|
## $Revision$ $Date$
|
||
|
##
|
||
|
## Note: do not add classes from java.lang here. No rt.jar and on some
|
||
|
## platforms no tools.jar
|
||
|
##
|
||
|
## See http://groovy.codehaus.org/api/org/codehaus/groovy/tools/LoaderConfiguration.html
|
||
|
## for the file format
|
||
|
|
||
|
# load required libraries
|
||
|
# Base JARs are loaded via the startup script itself
|
||
|
# you can add more either here or to BASE_JARS in
|
||
|
# /etc/groovy18.conf or ~/.groovy18rc
|
||
|
#load !{groovy18.home}/lib/*.jar
|
||
|
|
||
|
# load user specific libraries
|
||
|
load !{user.home}/.groovy18/lib/*.jar
|
||
|
|
||
|
# tools.jar for ant tasks
|
||
|
# See comment about BASE_JARS above
|
||
|
#load ${tools.jar}
|