Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-08-31 21:02:59 +0000
committerrescobar2010-08-31 21:02:59 +0000
commitf69033bf1d478326e147d71d0a47d15eb9ae0e59 (patch)
tree6bc2b7098df2cf75b62c0142049642d6e3e48e09 /features
parentb112c08378f599c11718ad7c6518d4dbb3d686bf (diff)
downloadorg.eclipse.osee-f69033bf1d478326e147d71d0a47d15eb9ae0e59.tar.gz
org.eclipse.osee-f69033bf1d478326e147d71d0a47d15eb9ae0e59.tar.xz
org.eclipse.osee-f69033bf1d478326e147d71d0a47d15eb9ae0e59.zip
Update build version to 0.9.6
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.osee.framework.ui.feature/feature.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/features/org.eclipse.osee.framework.ui.feature/feature.xml b/features/org.eclipse.osee.framework.ui.feature/feature.xml
index a5ce9e22422..d5b87c25da4 100644
--- a/features/org.eclipse.osee.framework.ui.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.ui.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.framework.ui.feature"
label="%featureName"
- version="0.9.5.qualifier"
+ version="0.9.6.qualifier"
provider-name="%providerName"
plugin="org.eclipse.osee.framework.ui.product">
@@ -66,9 +66,9 @@
<import plugin="org.antlr.runtime"/>
<import plugin="org.eclipse.osee.ote.define"/>
<import plugin="org.eclipse.osee.framework.svn"/>
- <import feature="org.eclipse.osee.core.runtime.feature" version="0.9.5.qualifier" match="greaterOrEqual"/>
- <import feature="org.eclipse.osee.core.ui.feature" version="0.9.5.qualifier" match="greaterOrEqual"/>
- <import feature="org.eclipse.osee.core.feature" version="0.9.5.qualifier" match="greaterOrEqual"/>
+ <import feature="org.eclipse.osee.core.runtime.feature" version="0.9.6.qualifier" match="greaterOrEqual"/>
+ <import feature="org.eclipse.osee.core.ui.feature" version="0.9.6.qualifier" match="greaterOrEqual"/>
+ <import feature="org.eclipse.osee.core.feature" version="0.9.6.qualifier" match="greaterOrEqual"/>
<import plugin="org.eclipse.osee.framework.skynet.core" version="0.9.5" match="greaterOrEqual"/>
<import plugin="org.apache.ant" version="1.7.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtend" version="1.0.0" match="greaterOrEqual"/>

Back to the top