mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Remove reference to java environment in build.properties
Change-Id: I053158a23d2783879248320a84a9549e28cfb4d1
This commit is contained in:
parent
3415575b19
commit
0cfb15135f
8 changed files with 8 additions and 30 deletions
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2003, 2010 QNX Software Systems and others.
|
||||
# Copyright (c) 2003, 2015 QNX Software Systems 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
|
||||
|
@ -19,6 +19,3 @@ src.includes = schema/,\
|
|||
|
||||
source.. = src/
|
||||
|
||||
jre.compilation.profile=JavaSE-1.7
|
||||
javacSource=1.7
|
||||
javacTarget=1.7
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2003, 2009 IBM Corporation and others.
|
||||
# Copyright (c) 2003, 2015 IBM Corporation 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,6 +17,3 @@ src.includes = schema/,\
|
|||
about.html
|
||||
source.. = src/
|
||||
|
||||
jre.compilation.profile=JavaSE-1.7
|
||||
javacSource=1.7
|
||||
javacTarget=1.7
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2005, 2009 Texas Instruments Inc. and others.
|
||||
# Copyright (c) 2005, 2015 Texas Instruments Inc. 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
|
||||
|
@ -16,7 +16,4 @@ bin.includes = plugin.xml,\
|
|||
templates/
|
||||
source.. = src/
|
||||
|
||||
jre.compilation.profile=JavaSE-1.7
|
||||
javacSource=1.7
|
||||
javacTarget=1.7
|
||||
src.includes = about.html
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2005, 2009 IBM Corporation and others.
|
||||
# Copyright (c) 2005, 2015 IBM Corporation 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
|
||||
|
@ -18,6 +18,3 @@ src.includes = schema/,\
|
|||
about.html
|
||||
source.. = src/
|
||||
|
||||
jre.compilation.profile=JavaSE-1.7
|
||||
javacSource=1.7
|
||||
javacTarget=1.7
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2003, 2014 IBM Corporation and others.
|
||||
# Copyright (c) 2003, 2015 IBM Corporation 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
|
||||
|
@ -19,6 +19,3 @@ javadoc.packages = org.eclipse.cdt.utils.*,\
|
|||
org.eclipse.cdt.utils.spawner.*
|
||||
source.. = src/
|
||||
|
||||
jre.compilation.profile=JavaSE-1.7
|
||||
javacSource=1.7
|
||||
javacTarget=1.7
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2005, 2010 IBM Corporation and others.
|
||||
# Copyright (c) 2005, 2015 IBM Corporation 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
|
||||
|
@ -28,9 +28,6 @@ source.. = model/,\
|
|||
misc/,\
|
||||
regression/
|
||||
|
||||
jre.compilation.profile=JavaSE-1.7
|
||||
javacSource=1.7
|
||||
javacTarget=1.7
|
||||
javacProjectSettings=true
|
||||
src.includes = about.html
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2003, 2008 IBM Corporation and others.
|
||||
# Copyright (c) 2003, 2015 IBM Corporation 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
|
||||
|
@ -33,6 +33,3 @@ source.. = src/,\
|
|||
utils.ui/,\
|
||||
templateengine/
|
||||
|
||||
jre.compilation.profile=JavaSE-1.7
|
||||
javacSource=1.7
|
||||
javacTarget=1.7
|
||||
|
|
Loading…
Add table
Reference in a new issue