Skip to content

Instantly share code, notes, and snippets.

@egonw
Created August 12, 2009 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egonw/166518 to your computer and use it in GitHub Desktop.
Save egonw/166518 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="net.bioclipse.joelib_feature"
label="JOELib Feature"
version="2.1.0.v20090807"
provider-name="The Bioclipse Team"
plugin="net.bioclipse.joelib">
<description url="http://joelib.sf.net/">
JOELib support for Bioclipse.
</description>
<copyright>
The Bioclipse-Pellet is:
Copyright (c) 2009 The Bioclipse Project Team and others.
All rights reserved.
The JOELib library itself is copyrighted by others.
</copyright>
<license url="http://www.gnu.org/licenses/gpl-2.0.html">
GNU GENERAL PUBLIC LICENSE
</license>
<url>
<discovery label="JOELib Homepage" url="http://joelib.sf.net/"/>
</url>
<requires>
<import feature="net.bioclipse.qsar_feature" version="2.1.0.v20090807" match="greaterOrEqual"/>
</requires>
<plugin
id="net.sourceforge.joelib"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="net.bioclipse.joelib"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="net.bioclipse.joelib.qsar"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment