Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 70bbb8506349d5813d92a3ca75495688 > files > 3

groovy-1.8.7-2.mga3.src.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}