Issue #2876 - removed import, changed jave version to 1.6

Change-Id: Ia2806bff0b7042983c6dd7498c76a66c8c277a29

Former-commit-id: 63b9452c3f [formerly 8ce84ce824a852ad08e70fd272d2bc62b02ef292]
Former-commit-id: 419293a946
This commit is contained in:
Mike Duff 2014-03-10 12:49:27 -05:00
parent 861013ad86
commit 60dd115d66
3 changed files with 4 additions and 5 deletions

View file

@ -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.7"/>
<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.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>

View file

@ -1,7 +1,7 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.7
org.eclipse.jdt.core.compiler.source=1.6

View file

@ -12,4 +12,3 @@ Require-Bundle: org.apache.camel;bundle-version="1.0.0",
com.raytheon.uf.edex.decodertools,
com.raytheon.uf.edex.distribution,
org.apache.commons.io
Import-Package: com.raytheon.uf.edex.site.ingest