Skip to content

Instantly share code, notes, and snippets.

Created September 7, 2011 17:17
Show Gist options
  • Save anonymous/1201157 to your computer and use it in GitHub Desktop.
Save anonymous/1201157 to your computer and use it in GitHub Desktop.
feature
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="br.com.zorba.feature"
label="Feature"
version="0.0.1">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<requires>
<import plugin="org.eclipse.ui" version="3.7.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.7.0" match="greaterOrEqual"/>
</requires>
<plugin
id="br.com.zorba.plugin"
download-size="0"
install-size="0"
version="0.0.1"
unpack="false"/>
</feature>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment