Merge "Issue #2876 - removed import, changed jave version to 1.6" into development

Former-commit-id: 61e13e5e81ee25d4c0be9c80b4e6970f4cf0f3e6
This commit is contained in:
Richard Peter 2014-03-10 12:53:15 -05:00 committed by Gerrit Code Review
commit 7a2409f488
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