Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2010-09-27 20:49:46 +0000
committerStephan Herrmann2010-09-27 20:49:46 +0000
commit22e44e3b266c8ebdae73898a04b168cee8ec9d51 (patch)
treed111cf8a4b16299f72f6be41ea723452436a00c4
parent2767e83df3121253f7aa58e042572adc4792fd34 (diff)
downloadorg.eclipse.objectteams-22e44e3b266c8ebdae73898a04b168cee8ec9d51.tar.gz
org.eclipse.objectteams-22e44e3b266c8ebdae73898a04b168cee8ec9d51.tar.xz
org.eclipse.objectteams-22e44e3b266c8ebdae73898a04b168cee8ec9d51.zip
need to use project specific compiler options during build
-rw-r--r--testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/build.properties b/testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/build.properties
index ff44f7e41..8fe549ffc 100644
--- a/testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/build.properties
+++ b/testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/build.properties
@@ -8,4 +8,4 @@ bin.includes = otrefactoringtests.jar,\
workspace/,\
JCL/,\
plugin.xml
-src.includes = src/
+javacProjectSettings=true

Back to the top