Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2012-03-07 21:02:21 +0000
committerThomas Watson2012-03-07 21:02:21 +0000
commit47f021c0ec945529add384c6b2d153caf027792d (patch)
treeb2442651c7618573e0f0237d9e64367a1d2975b5
parent3c2df552bd099a46c95788c2cf76af4bdfd9472a (diff)
downloadrt.equinox.framework-47f021c0ec945529add384c6b2d153caf027792d.tar.gz
rt.equinox.framework-47f021c0ec945529add384c6b2d153caf027792d.tar.xz
rt.equinox.framework-47f021c0ec945529add384c6b2d153caf027792d.zip
Bug 369224 - Specify compilation profile for builds inv20120307-2102
org.eclipse.osgi.util.
-rw-r--r--bundles/org.eclipse.osgi.services/build.properties4
-rw-r--r--bundles/org.eclipse.osgi.util/build.properties4
2 files changed, 6 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi.services/build.properties b/bundles/org.eclipse.osgi.services/build.properties
index 7962dc559..cf8b197e9 100644
--- a/bundles/org.eclipse.osgi.services/build.properties
+++ b/bundles/org.eclipse.osgi.services/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2003, 2007 IBM Corporation and others.
+# Copyright (c) 2003, 2012 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,3 +19,5 @@ src.includes = src.zip,\
source.. = .
output.. = .
customBuildCallbacks=customBuildCallbacks.xml
+javacSource = 1.5
+javacTarget = 1.5
diff --git a/bundles/org.eclipse.osgi.util/build.properties b/bundles/org.eclipse.osgi.util/build.properties
index 2a015f579..7e2fef041 100644
--- a/bundles/org.eclipse.osgi.util/build.properties
+++ b/bundles/org.eclipse.osgi.util/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2003, 2007 IBM Corporation and others.
+# Copyright (c) 2003, 2012 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,3 +19,5 @@ src.includes = src.zip,\
source.. = .
output.. = .
customBuildCallbacks=customBuildCallbacks.xml
+javacSource = 1.5
+javacTarget = 1.5

Back to the top