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

Back to the top