Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-01-28 11:11:14 +0000
committerEike Stepper2011-01-28 11:11:14 +0000
commit5368d1239436814010871636848d6b3429dbaa46 (patch)
treeaa0597384d55d21ef0ea0bdb914c9c4f207e904e /features
parent6de62ae21edf8d8ad45ffe188bc4ee7cd4632902 (diff)
downloadcdo-5368d1239436814010871636848d6b3429dbaa46.tar.gz
cdo-5368d1239436814010871636848d6b3429dbaa46.tar.xz
cdo-5368d1239436814010871636848d6b3429dbaa46.zip
removed "experimental" tag from dawn components
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.emf.cdo.dawn-feature/feature.properties2
-rw-r--r--features/org.eclipse.emf.cdo.dawn.codegen-feature/feature.properties2
-rw-r--r--features/org.eclipse.emf.cdo.dawn.examples-feature/feature.properties2
-rw-r--r--features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.properties2
4 files changed, 4 insertions, 4 deletions
diff --git a/features/org.eclipse.emf.cdo.dawn-feature/feature.properties b/features/org.eclipse.emf.cdo.dawn-feature/feature.properties
index 271673ab25..dc601022e1 100644
--- a/features/org.eclipse.emf.cdo.dawn-feature/feature.properties
+++ b/features/org.eclipse.emf.cdo.dawn-feature/feature.properties
@@ -17,7 +17,7 @@
# ==============================================================================
providerName = Eclipse Modeling Project
-featureName = CDO Dawn Runtime (Experimental)
+featureName = CDO Dawn Runtime
description = Contains the runtime aspects for graphical collaboration support over CDO.
copyrightURL = copyright.txt
diff --git a/features/org.eclipse.emf.cdo.dawn.codegen-feature/feature.properties b/features/org.eclipse.emf.cdo.dawn.codegen-feature/feature.properties
index 16b8bbe669..5eb4f80bb3 100644
--- a/features/org.eclipse.emf.cdo.dawn.codegen-feature/feature.properties
+++ b/features/org.eclipse.emf.cdo.dawn.codegen-feature/feature.properties
@@ -17,7 +17,7 @@
# ==============================================================================
providerName = Eclipse Modeling Project
-featureName = CDO Dawn Codegen (Experimental)
+featureName = CDO Dawn Codegen
description = Contains the code generation aspects for graphical collaboration support over CDO.
copyrightURL = copyright.txt
diff --git a/features/org.eclipse.emf.cdo.dawn.examples-feature/feature.properties b/features/org.eclipse.emf.cdo.dawn.examples-feature/feature.properties
index 2662364748..6d51ca77ad 100644
--- a/features/org.eclipse.emf.cdo.dawn.examples-feature/feature.properties
+++ b/features/org.eclipse.emf.cdo.dawn.examples-feature/feature.properties
@@ -17,7 +17,7 @@
# ==============================================================================
providerName = Eclipse Modeling Project
-featureName = CDO Dawn Examples (Experimental)
+featureName = CDO Dawn Examples
description = Contains example plugins to demonstrate a range of functions of Dawn.
copyrightURL = copyright.txt
diff --git a/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.properties b/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.properties
index 95ecc7a91d..fe9dd4d51c 100644
--- a/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.properties
+++ b/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.properties
@@ -17,7 +17,7 @@
# ==============================================================================
providerName = Eclipse Modeling Project
-featureName = CDO Dawn SDK (Experimental)
+featureName = CDO Dawn SDK
description = Includes Runtime, Codegen, Tools, Examples, Documentation and Source.
copyrightURL = copyright.txt

Back to the top