blob: da7cea070a2abb73a3cc9f7aa33cdf69ae6b29e1 [file] [log] [blame]
Stephan Herrmann01664412010-04-01 20:28:43 +00001source.. = src/
Stephan Herrmann2fd32442013-07-20 18:26:04 +02002output.. = bin/
3bin.includes = META-INF/,\
Stephan Herrmann2fd32442013-07-20 18:26:04 +02004 plugin.xml,\
Stephan Herrmann76be5a32013-07-23 22:53:34 +02005 .,\
6 schema/,\
7 about.ini,\
8 ote_32n.png,\
9 plugin.properties,\
10 about.html,\
Stephan Herrmann839906b2015-10-18 20:48:13 +020011 bcelpatch/,\
12 otequinoxAgent.jar
Stephan Herrmann76be5a32013-07-23 22:53:34 +020013src.includes = schema/,\
Stephan Herrmann6d8387c2015-11-10 16:07:05 +010014 about.ini
Stephan Herrmann76be5a32013-07-23 22:53:34 +020015javacProjectSettings=true
Stephan Herrmannfcd50a42015-02-19 20:14:07 +010016
Stephan Herrmann0af7f702015-02-21 22:53:47 +010017compilerArg = -annotationpath ${buildDirectory}/plugins/${bundleId}/annotations/plugins${path.separator}\
18${buildDirectory}/plugins/${bundleId}/annotations/jre
Stephan Herrmann839906b2015-10-18 20:48:13 +020019jars.compile.order = .,\
Stephan Herrmann02464e42015-10-18 21:15:19 +020020 agent
Stephan Herrmann8cb8cfa2015-10-18 21:03:57 +020021
Stephan Herrmanne84c48c2015-10-18 21:22:57 +020022source.agent = agentSrc/
Stephan Herrmann5ee4ba52015-10-18 22:44:30 +020023output.agent = agent/
Stephan Herrmann8cb8cfa2015-10-18 21:03:57 +020024
25customBuildCallbacks=customBuildCallbacks.xml
Stephan Herrmann8d7dee62015-10-18 22:59:33 +020026customBuildCallbacks.inheritall=true