Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 95ff280addcf22e4992e407f43defe5339b973d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
               META-INF/,\
               .,\
	       about.html,\
               plugin.properties

javacSource=1.5
javacTarget=1.5
src.includes = about.html,\
               schema/

Back to the top