Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > c73eaeabad540348f37d12d4b3e1b501 > files > 1

groovy-1.8.3-1.fc16.noarch.rpm

##############################################################################
##                                                                          ##
##  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/groovy.conf or ~/.groovyrc
    #load !{groovy.home}/lib/*.jar

    # load user specific libraries
    load !{user.home}/.groovy/lib/*.jar
    
    # tools.jar for ant tasks
    # See comment about BASE_JARS above
    #load ${tools.jar}