Skip to content

Commit

Permalink
Fixed version of dpenendencies of core feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvid Berg committed Jan 10, 2012
1 parent d28e4a8 commit f4945da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions features/net.bioclipse.core_feature/feature.xml
Expand Up @@ -27,6 +27,10 @@ The Eclipse Public License accompanies this distribution, and is available at ht
id="org.eclipse.equinox.p2.user.ui"
version="0.0.0"/>

<requires>
<import feature="org.eclipse.rcp" version="3.7.1" match="greaterOrEqual"/>
</requires>

<plugin
id="com.ibm.icu"
download-size="0"
Expand Down
2 changes: 1 addition & 1 deletion features/net.bioclipse.platform_feature/bioclipse.product
Expand Up @@ -53,7 +53,7 @@
<features>
<feature id="net.bioclipse.core_feature" version="2.5.0.qualifier"/>
<feature id="org.eclipse.rcp"/>
<feature id="org.eclipse.equinox.executable" version="3.5.0.v20110530-7P7NFUFFLWUl76mart"/>
<feature id="org.eclipse.equinox.executable"/>
</features>


Expand Down
2 changes: 1 addition & 1 deletion plugins/net.bioclipse.core/META-INF/MANIFEST.MF
Expand Up @@ -16,7 +16,7 @@ Export-Package: net.bioclipse.core,
net.bioclipse.recording
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
org.eclipse.core.resources;bundle-version="3.6.1",
org.eclipse.core.resources;bundle-version="[3.6.1,4.0.0)",
org.eclipse.ui.ide,
org.springframework.bundle.spring.aop;bundle-version="2.5.1",
org.springframework.osgi.aopalliance.osgi;bundle-version="1.0.0",
Expand Down

0 comments on commit f4945da

Please sign in to comment.