Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: eb2978be820b5cee71afdbf97f9fa49f2dbd28e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.properties,\
               jars/xpp.jar,\
               asl-v20.txt,\
               about.html
src.includes = asl-v20.txt,\
               about.html,\
               META-INF/eclipse.inf
javacSource = 1.5
javacTarget = 1.5
jre.compilation.profile = J2SE-1.5
               

Back to the top