Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c8bfb85f1e6818697e3a9f222403fd78a585deb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
source.externaltools.jar = External Tools Base/,\
				Program Tools Support/,\
				Ant Tools Support/,\
				Ant Editor/

source.lib/antrunner.jar = Ant Runner Support/

src.includes=about.html

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

Back to the top