Navigation Menu

Skip to content

Commit

Permalink
Moved net.bioclipse.core to reuires to allow it to be updated
Browse files Browse the repository at this point in the history
relates to bug 3196
  • Loading branch information
goglepox committed May 10, 2012
1 parent b36cb45 commit 5c3a820
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions features/net.bioclipse.platform_feature/feature.xml
Expand Up @@ -26,14 +26,6 @@ The Eclipse Public License accompanies this distribution, and
is available at http://www.eclipse.org/legal/epl-v10.html
</license>

<includes
id="net.bioclipse.core_feature"
version="0.0.0"/>

<includes
id="org.eclipse.rcp"
version="0.0.0"/>

<includes
id="org.eclipse.equinox.p2.rcp.feature"
version="0.0.0"/>
Expand All @@ -42,6 +34,11 @@ is available at http://www.eclipse.org/legal/epl-v10.html
id="org.eclipse.help"
version="0.0.0"/>

<requires>
<import feature="net.bioclipse.core_feature" version="2.5.0" match="equivalent"/>
<import plugin="org.eclipse.rcp"/>
</requires>

<plugin
id="ch.qos.logback.classic"
download-size="0"
Expand Down Expand Up @@ -621,4 +618,18 @@ is available at http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>

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

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

</feature>

0 comments on commit 5c3a820

Please sign in to comment.