Created
October 23, 2012 14:03
-
-
Save 573/3938916 to your computer and use it in GitHub Desktop.
The plugin_jpf.xml file (JPF)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plugin PUBLIC "-//JPF//Java Plug-in Manifest 0.6" | |
"http://jpf.sourceforge.net/plugin_0_6.dtd"> | |
<plugin id="simple.simphony.plugin" version=""> | |
<attributes> | |
<attribute id="simphony" value="1.2.0" /> | |
</attributes> | |
<requires> | |
<import plugin-id="saf.core.ui" reverse-lookup="true"/> | |
<import plugin-id="repast.simphony.data.ui" /> | |
</requires> | |
<runtime> | |
<library type="resources" path="icons/" id="icons"/> | |
<library id="simpleplug" path="bin/" type="code"> | |
<export prefix="*" /> | |
</library> | |
</runtime> | |
<extension plugin-id="saf.core.ui" point-id="ui.Actions" id="simpleplug.actions"> | |
<parameter id="actionSpec"> | |
<parameter id="actionID" value="simple.simphony.plugin.runHello"/> | |
<parameter id="label" value="Run Hello"/> | |
<parameter id="class" value="simple.simphony.plugin.RunHello"/> | |
<parameter id="icon" value="simpleplug.PNG" /> | |
<parameter id="menuID" value="repast.simphony.ui.tools_menu"/> | |
<parameter id="groupID" value="runTools" /> | |
<parameter id="tooltip" value="Run Hello" /> | |
</parameter> | |
</extension> | |
</plugin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment