Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added dependencies
  • Loading branch information
goglepox committed Sep 20, 2012
1 parent 70b9a58 commit 7667792
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions features/net.bioclipse.core_feature/feature.xml
Expand Up @@ -65,6 +65,7 @@ The Eclipse Public License accompanies this distribution, and is available at ht
<import feature="net.bioclipse.advanced_feature" version="2.5.0" match="compatible"/>
<import plugin="nu.psnet.quickimage"/>
<import plugin="org.apache.axis"/>
<import plugin="org.eclipse.equinox.concurrent"/>
</requires>

<plugin
Expand Down
35 changes: 35 additions & 0 deletions features/net.bioclipse.platform_feature/feature.xml
Expand Up @@ -684,4 +684,39 @@ is available at http://www.eclipse.org/legal/epl-v10.html
install-size="0"
version="0.0.0"/>

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

<plugin
id="org.apache.felix.gogo.command"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.felix.gogo.runtime"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.felix.gogo.shell"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

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

</feature>

0 comments on commit 7667792

Please sign in to comment.