Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5dc0d74d81ca0870e2d3478572925239ff872cab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
#Mon Sep 12 09:30:14 CEST 2011
bin.includes = META-INF/,\
               .,\
               plugin.xml,\
               messages.properties,\
               icons/,\
               plugin.properties,\
               .options,\
               about.html
output..=bin/
jars.compile.order=.
src.includes = about.html
source..=src/,custom-src/
bin..=bin/

Back to the top