Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-05-19 22:40:26 +0000
committerrescobar2010-05-19 22:40:26 +0000
commitc9b4a48c2879348eca13ae4fd7b65a3498cff6ce (patch)
tree25bfafe4aaf789b17933fda9ac5e39c9022f96ce /features/org.eclipse.osee.framework.feature
parent738b60c47abbd827c3cd3a65a19091e0173477b2 (diff)
downloadorg.eclipse.osee-c9b4a48c2879348eca13ae4fd7b65a3498cff6ce.tar.gz
org.eclipse.osee-c9b4a48c2879348eca13ae4fd7b65a3498cff6ce.tar.xz
org.eclipse.osee-c9b4a48c2879348eca13ae4fd7b65a3498cff6ce.zip
Updated versions to 0.9.5
Diffstat (limited to 'features/org.eclipse.osee.framework.feature')
-rw-r--r--features/org.eclipse.osee.framework.feature/feature.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.osee.framework.feature/feature.xml b/features/org.eclipse.osee.framework.feature/feature.xml
index 3c9d501acc1..52ad46e5e50 100644
--- a/features/org.eclipse.osee.framework.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.framework.feature"
label="%featureName"
- version="0.9.4.qualifier"
+ version="0.9.5.qualifier"
provider-name="%providerName">
<description>
@@ -49,8 +49,8 @@
<import plugin="org.eclipse.core.filesystem"/>
<import plugin="org.eclipse.osee.framework.ui.plugin"/>
<import plugin="org.eclipse.core.jobs"/>
- <import feature="org.eclipse.osee.core.runtime.feature" version="0.9.4.qualifier" match="greaterOrEqual"/>
- <import feature="org.eclipse.osee.core.feature" version="0.9.4.qualifier"/>
+ <import feature="org.eclipse.osee.core.runtime.feature" version="0.9.5.qualifier" match="greaterOrEqual"/>
+ <import feature="org.eclipse.osee.core.feature" version="0.9.5.qualifier"/>
</requires>
<plugin

Back to the top