Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3bc606f210778804c53ba3b0e1cf81ec477c652f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
bin.includes = plugin.xml,\
               icons/,\
               plugin.properties,\
               META-INF/,\
               about.html,\
               .,\
               about.properties,\
               about.mappings,\
               about.ini
jars.compile.order = .
source.. = static_web_ui/
output.. = bin/

Back to the top