| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.4"?><!-- | |
| Copyright (c) 2012 Sierra Wireless and others. | |
| All rights reserved. This program and the accompanying materials | |
| are made available under the terms of the Eclipse Public License v1.0 | |
| which accompanies this distribution, and is available at | |
| http://www.eclipse.org/legal/epl-v10.html | |
| Contributors: | |
| Sierra Wireless - initial API and implementation | |
| --> | |
| <plugin> | |
| <extension | |
| point="org.eclipse.ldt.executionEnvironment"> | |
| <executionEnvironment | |
| id="lua" | |
| resourcedirectory="resource/lua-5.1/" | |
| version="5.1"> | |
| </executionEnvironment> | |
| </extension> | |
| <extension | |
| point="org.eclipse.dltk.launching.interpreterInstallTypes"> | |
| <interpreterInstallType | |
| class="org.eclipse.ldt.support.lua51.internal.interpreter.JNLua51InterpreterInstallType" | |
| id="org.eclipse.ldt.support.lua51.JNLua51InterpreterInstallType"> | |
| </interpreterInstallType> | |
| <interpreterInstallType | |
| class="org.eclipse.ldt.support.lua51.internal.interpreter.Lua51InterpreterInstallType" | |
| id="org.eclipse.ldt.support.lua51.Lua51InterpreterInstallType"> | |
| </interpreterInstallType> | |
| </extension> | |
| <extension | |
| point="org.eclipse.dltk.launching.interpreterInstalls"> | |
| <interpreterInstall | |
| home="(Embedded)" | |
| id="org.eclipse.ldt.support.lua51.JNLua51InterpreterInstall" | |
| interpreterArgs="-e "io.stdout:setvbuf('no')"" | |
| interpreterInstallType="org.eclipse.ldt.support.lua51.JNLua51InterpreterInstallType" | |
| name="Lua 5.1 on JNLua"> | |
| </interpreterInstall> | |
| </extension> | |
| </plugin> |