Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2015-09-29 12:55:41 +0000
committerMarc Khouzam2015-09-29 12:57:47 +0000
commit0cfb15135f399db6b5df0bffab350bbef63a58f6 (patch)
tree9c853f985d90131ec230b609cd3a58c54f1bf1ce /codan/org.eclipse.cdt.codan.core.test
parent3415575b19e2938132fd15a98abc4731e232ddac (diff)
downloadorg.eclipse.cdt-0cfb15135f399db6b5df0bffab350bbef63a58f6.tar.gz
org.eclipse.cdt-0cfb15135f399db6b5df0bffab350bbef63a58f6.tar.xz
org.eclipse.cdt-0cfb15135f399db6b5df0bffab350bbef63a58f6.zip
Remove reference to java environment in build.properties
Diffstat (limited to 'codan/org.eclipse.cdt.codan.core.test')
-rw-r--r--codan/org.eclipse.cdt.codan.core.test/build.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/codan/org.eclipse.cdt.codan.core.test/build.properties b/codan/org.eclipse.cdt.codan.core.test/build.properties
index b79bc73ccc1..5f380c2efd1 100644
--- a/codan/org.eclipse.cdt.codan.core.test/build.properties
+++ b/codan/org.eclipse.cdt.codan.core.test/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2009, 2011 Alena Laskavaia and others.
+# Copyright (c) 2009, 2015 Alena Laskavaia and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -17,5 +17,4 @@ bin.includes = META-INF/,\
test.xml,\
OSGI-INF/,\
about.html
-jre.compilation.profile = JavaSE-1.7
src.includes = about.html

Back to the top