eclipse plugin: Add the required execution
environment: Java-SE1.6
This commit is contained in:
parent
586079e4ba
commit
5f64b157c0
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@
|
|||
<intro introId="org.wesnoth.intro"/>
|
||||
|
||||
<vm>
|
||||
<linux include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6</linux>
|
||||
<macos include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6</macos>
|
||||
<solaris include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6</solaris>
|
||||
<windows include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6</windows>
|
||||
</vm>
|
||||
|
||||
<license>
|
||||
|
|
Loading…
Add table
Reference in a new issue