Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > fe10ba907ca0a142e9e461628512603b > files > 1

groovy-1.8.9-5.mga5.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}