Blame SOURCES/groovy-starter.conf

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