Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5bc99d3ecc5fb869573bfb2ac76f49d91abf7629 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
source.. = src/,\
           src-gen/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.xml,\
               gastro.css,\
               org.apache.commons.lang_2.3.0.v200803061910.jar,\
               copyright.txt,\
               epl-v10.html,\
               license.html,\
               about.html,\
               CommonsLang.README
src.includes = about.html,\
               copyright.txt,\
               epl-v10.html,\
               license.html

Back to the top