diff options
author | Stephan Herrmann | 2013-03-19 14:53:14 +0000 |
---|---|---|
committer | Stephan Herrmann | 2013-03-19 14:53:14 +0000 |
commit | db4377d0584328e867d17bf32284ad85e227143a (patch) | |
tree | 244ca63634805c70bd55923374fefb8bb7dc07ea /releng/build-scripts/build/compiler.OTDT-Build.properties | |
parent | 662da834319db2fa3444169f03ddae2392b85457 (diff) | |
download | org.eclipse.objectteams-db4377d0584328e867d17bf32284ad85e227143a.tar.gz org.eclipse.objectteams-db4377d0584328e867d17bf32284ad85e227143a.tar.xz org.eclipse.objectteams-db4377d0584328e867d17bf32284ad85e227143a.zip |
Encoding of JDT-tests has been changed - follow suitreleases/OTDT_2.2M6builds/201303190802
Diffstat (limited to 'releng/build-scripts/build/compiler.OTDT-Build.properties')
-rw-r--r-- | releng/build-scripts/build/compiler.OTDT-Build.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/build-scripts/build/compiler.OTDT-Build.properties b/releng/build-scripts/build/compiler.OTDT-Build.properties index 16178729a..965132c05 100644 --- a/releng/build-scripts/build/compiler.OTDT-Build.properties +++ b/releng/build-scripts/build/compiler.OTDT-Build.properties @@ -1,7 +1,7 @@ # Configure the build compiler for phase 2. # This file is read from build/build.xml build.compiler=org.eclipse.jdt.core.JDTCompilerAdapter -compilerArg=-enableJavadoc -encoding ISO-8859-1 +compilerArg=-enableJavadoc -encoding UTF-8 javaSource=1.5 javacSource=1.5 javacTarget=1.5 |