Navigation Menu

Skip to content

Commit

Permalink
Updated feature to only provide xws4j plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
goglepox committed Mar 13, 2012
1 parent 27afe0b commit 15e24fb
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions features/net.bioclipse.xws4j_feature/feature.xml
Expand Up @@ -34,6 +34,7 @@ is available at http://www.eclipse.org/legal/epl-v10.html

<requires>
<import feature="net.bioclipse.core_feature" version="2.2.0.v20100127" match="greaterOrEqual"/>
<import plugin="slf4j.api"/>
</requires>

<plugin
Expand All @@ -43,38 +44,10 @@ is available at http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.ui.console"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.core.variables"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="net.sf.xws4j"
download-size="0"
install-size="0"
version="0.0.0"/>

<plugin
id="slf4j.api"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="net.bioclipse.scripting"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>

0 comments on commit 15e24fb

Please sign in to comment.