59d29287d2
OBS-URL: https://build.opensuse.org/request/show/694146 OBS-URL: https://build.opensuse.org/package/show/Java:packages/groovy18?expand=0&rev=1
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}
|