same class description as GUI-version
This commit is contained in:
parent
8cd7d7c981
commit
c42af73101
|
@ -26,7 +26,7 @@
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: ScriptRunnerNoGUI.java,v 1.3 2008/09/18 14:55:21 fros4943 Exp $
|
* $Id: ScriptRunnerNoGUI.java,v 1.4 2008/11/05 18:18:16 fros4943 Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package se.sics.cooja.plugins;
|
package se.sics.cooja.plugins;
|
||||||
|
@ -44,7 +44,7 @@ import org.jdom.Element;
|
||||||
import se.sics.cooja.*;
|
import se.sics.cooja.*;
|
||||||
import se.sics.cooja.GUI.SimulationCreationException;
|
import se.sics.cooja.GUI.SimulationCreationException;
|
||||||
|
|
||||||
@ClassDescription("Script Runner No GUI (Log)")
|
@ClassDescription("Test Script Editor (no GUI)")
|
||||||
@PluginType(PluginType.COOJA_PLUGIN)
|
@PluginType(PluginType.COOJA_PLUGIN)
|
||||||
public class ScriptRunnerNoGUI implements Plugin {
|
public class ScriptRunnerNoGUI implements Plugin {
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
Loading…
Reference in a new issue