Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed execution environment to java 1.7
  • Loading branch information
goglepox committed Apr 13, 2015
1 parent 1bece80 commit bcd7dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/net.bioclipse.ldf/.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.8"/>
<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 exported="true" kind="lib" path="lib/ldf-client-0.1-SNAPSHOT.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion plugins/net.bioclipse.ldf/META-INF/MANIFEST.MF
Expand Up @@ -19,7 +19,7 @@ Require-Bundle: org.eclipse.ui,
org.apache.commons.io,
com.google.guava,
jcl.over.slf4j
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: org.apache.log4j
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,
Expand Down

0 comments on commit bcd7dfa

Please sign in to comment.