Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 56b10f7ea42a16ba1be037ad68823bb9c421bb83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#
# Module to add all lib/ext/**.jar files to classpath
#

[lib]
lib/ext/**.jar

[files]
lib/
lib/ext/

Back to the top