Skip to main content
summaryrefslogtreecommitdiffstats
blob: a7e53a5b51fc125c55ed988fc872d1aa98ff164d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
source.externaltools.jar = External Tools/

source.lib/antbuilder.jar = Ant Builder

src.includes=about.html

bin.includes = icons/,\
		.options,\
		plugin.properties,\
		plugin.xml,\
		about.html,\
		*.jar,\
		lib/*.jar
				
jars.compile.order=externaltools.jar,lib/antbuilder.jar
jars.extra.classpath=../org.apache.ant/ant.jar

Back to the top