Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8b5e6749800ebff7d29438ca4b17db2b2c9b0d06 (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,\
               OSGI-INF/l10n/bundle.properties
output..=bin/
jars.compile.order=.
src.includes=.,META-INF/,plugin.xml,facet/,about.html
source..=src/
bin..=bin/

Back to the top