Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Garms2005-10-14 16:10:36 +0000
committerJesse Garms2005-10-14 16:10:36 +0000
commit0b3bb5c2bb6f4ce20e5f88196571342941666985 (patch)
treef3fb0249c9fe026bb125429831079f0686a4b5a3 /org.eclipse.jdt.apt.tests/build.properties
parent412080803aa45198b7410acb5302fba4467d7677 (diff)
downloadeclipse.jdt.core-0b3bb5c2bb6f4ce20e5f88196571342941666985.tar.gz
eclipse.jdt.core-0b3bb5c2bb6f4ce20e5f88196571342941666985.tar.xz
eclipse.jdt.core-0b3bb5c2bb6f4ce20e5f88196571342941666985.zip
jgarms: submit releng-related patch submitted by Adrian. This allows automating tests.
Diffstat (limited to 'org.eclipse.jdt.apt.tests/build.properties')
-rw-r--r--org.eclipse.jdt.apt.tests/build.properties12
1 files changed, 9 insertions, 3 deletions
diff --git a/org.eclipse.jdt.apt.tests/build.properties b/org.eclipse.jdt.apt.tests/build.properties
index 6aad5d38a6..cb9452543e 100644
--- a/org.eclipse.jdt.apt.tests/build.properties
+++ b/org.eclipse.jdt.apt.tests/build.properties
@@ -1,5 +1,11 @@
-source.apt.jar = src/
+source.apt.jar = src/, \
+ srcext/
output.apt.jar = bin/
bin.includes = plugin.xml,\
- apttests.jar,\
- META-INF/
+ test.xml,\
+ perf-test-project.zip,\
+ bin/,\
+ binext/,\
+ srcext/,\
+ src/
+jars.compile.order = apt.jar

Back to the top