You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
363 B
11 lines
363 B
10 years ago
|
@ActionReferences(value = {
|
||
|
@ActionReference(id =
|
||
|
@ActionID(category = "OgreXML", id = "com.jme3.gde.ogretools.convert.AdvOgreXMLConvertAction"), path = "Loaders/text/ogrexml+xml/Actions", position = 30)
|
||
|
})
|
||
|
package com.jme3.gde.ogretools;
|
||
|
|
||
|
import org.openide.awt.ActionID;
|
||
|
import org.openide.awt.ActionReference;
|
||
|
import org.openide.awt.ActionReferences;
|
||
|
|