Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-03-18 18:20:14 +0000
committerAlexander Kurtakov2014-03-18 21:24:52 +0000
commit09bd6edc19d2b9f4170601c374e86230d8e1217f (patch)
treeb323c683552827a69f65c0d1d2ed64f12a550b12 /libhover
parent9e3651b93da5802741249b4247770eba378eefcd (diff)
downloadorg.eclipse.linuxtools-09bd6edc19d2b9f4170601c374e86230d8e1217f.tar.gz
org.eclipse.linuxtools-09bd6edc19d2b9f4170601c374e86230d8e1217f.tar.xz
org.eclipse.linuxtools-09bd6edc19d2b9f4170601c374e86230d8e1217f.zip
libhover: Remove javac configuration from build.properties.
This can confuse tycho builds. Change-Id: I4651b8941d298e3664e71e18663ed5380a2fff1e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/23558 Tested-by: Hudson CI
Diffstat (limited to 'libhover')
-rw-r--r--libhover/org.eclipse.linuxtools.cdt.libhover/build.properties3
1 files changed, 0 insertions, 3 deletions
diff --git a/libhover/org.eclipse.linuxtools.cdt.libhover/build.properties b/libhover/org.eclipse.linuxtools.cdt.libhover/build.properties
index 95ff280add..82b0a49bfc 100644
--- a/libhover/org.eclipse.linuxtools.cdt.libhover/build.properties
+++ b/libhover/org.eclipse.linuxtools.cdt.libhover/build.properties
@@ -5,8 +5,5 @@ bin.includes = plugin.xml,\
.,\
about.html,\
plugin.properties
-
-javacSource=1.5
-javacTarget=1.5
src.includes = about.html,\
schema/

Back to the top