Skip to content

Instantly share code, notes, and snippets.

@573
Created October 23, 2012 15:22
Show Gist options
  • Save 573/3939402 to your computer and use it in GitHub Desktop.
Save 573/3939402 to your computer and use it in GitHub Desktop.
The plugin_jpf.xml file (JPF)
<?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="simphony.gui.client" version="">
<attributes>
<attribute id="simphony" value="1.2.0" />
</attributes>
<requires>
<import plugin-id="simphony.agent" reverse-lookup="true"/>
</requires>
<runtime>
<library id="simphony.gui.client.bin" path="bin/" type="code">
<export prefix="*" />
</library>
</runtime>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment