Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-12-18 09:48:36 +0000
committerAlexander Kurtakov2013-12-18 10:32:53 +0000
commit2dabb9a9a3a9399871060123792e0a990f58995a (patch)
treef36d8883bab3765044efcbb7eb7c4c6d58c016fd /rpm/org.eclipse.linuxtools.rpm.rpmlint/.classpath
parentf6ec5538e78176c3902799bb84f99a3b5798fc07 (diff)
downloadorg.eclipse.linuxtools-2dabb9a9a3a9399871060123792e0a990f58995a.tar.gz
org.eclipse.linuxtools-2dabb9a9a3a9399871060123792e0a990f58995a.tar.xz
org.eclipse.linuxtools-2dabb9a9a3a9399871060123792e0a990f58995a.zip
rpm: Start using 1.7. (part 1)
Bump BREE, update class setting, enable 1.7 warnings and fix them. Change-Id: I525a2696e257a3fc595aab11629705764c6ebcc7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19953 Tested-by: Hudson CI
Diffstat (limited to 'rpm/org.eclipse.linuxtools.rpm.rpmlint/.classpath')
-rw-r--r--rpm/org.eclipse.linuxtools.rpm.rpmlint/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/org.eclipse.linuxtools.rpm.rpmlint/.classpath b/rpm/org.eclipse.linuxtools.rpm.rpmlint/.classpath
index ad32c83a78..098194ca4b 100644
--- a/rpm/org.eclipse.linuxtools.rpm.rpmlint/.classpath
+++ b/rpm/org.eclipse.linuxtools.rpm.rpmlint/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>

Back to the top