Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbvosburgh2011-04-04 15:46:11 +0000
committerbvosburgh2011-04-04 15:46:11 +0000
commit39526d5f3b5e363f91d6d45c4f994b085c70c1df (patch)
tree5f653956bc6291e8cc56f440aa6476b758cbc6d9 /jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/build.properties
parentd64535ce3e44382b7fed1907c80475ada8ebacbe (diff)
downloadwebtools.dali-39526d5f3b5e363f91d6d45c4f994b085c70c1df.tar.gz
webtools.dali-39526d5f3b5e363f91d6d45c4f994b085c70c1df.tar.xz
webtools.dali-39526d5f3b5e363f91d6d45c4f994b085c70c1df.zip
restore project-specific compiler compliance (1.5) settings - just need to be careful when adding new projects/plug-ins
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/build.properties')
-rw-r--r--jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/build.properties4
1 files changed, 1 insertions, 3 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/build.properties b/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/build.properties
index 72abd57022..65d56a27d9 100644
--- a/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/build.properties
+++ b/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/build.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2006, 2008 Oracle. All rights reserved.
+# Copyright (c) 2006, 2011 Oracle. 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 http://www.eclipse.org/legal/epl-v10.html.
@@ -7,8 +7,6 @@
# Contributors:
# Oracle - initial API and implementation
################################################################################
-javacSource=1.5
-javacTarget=1.5
source.. = src/,\
property_files/
output.. = bin/

Back to the top