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

Back to the top