Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.emf.cdo.dawn.sdk-feature')
-rw-r--r--features/org.eclipse.emf.cdo.dawn.sdk-feature/build.properties2
-rw-r--r--features/org.eclipse.emf.cdo.dawn.sdk-feature/copyright.txt2
-rw-r--r--features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.properties8
-rw-r--r--features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml4
4 files changed, 8 insertions, 8 deletions
diff --git a/features/org.eclipse.emf.cdo.dawn.sdk-feature/build.properties b/features/org.eclipse.emf.cdo.dawn.sdk-feature/build.properties
index 03eb276ce4..316008ef2e 100644
--- a/features/org.eclipse.emf.cdo.dawn.sdk-feature/build.properties
+++ b/features/org.eclipse.emf.cdo.dawn.sdk-feature/build.properties
@@ -1,4 +1,4 @@
-# Copyright (c) 2010 Martin Fluegge (Berlin, Germany) and others.
+# Copyright (c) 2004 - 2010 Eike Stepper (Berlin, Germany) and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
diff --git a/features/org.eclipse.emf.cdo.dawn.sdk-feature/copyright.txt b/features/org.eclipse.emf.cdo.dawn.sdk-feature/copyright.txt
index 2ff5009e83..d350ced838 100644
--- a/features/org.eclipse.emf.cdo.dawn.sdk-feature/copyright.txt
+++ b/features/org.eclipse.emf.cdo.dawn.sdk-feature/copyright.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2010 Martin Fluegge(Berlin, Germany) and others.
+Copyright (c) 2004 - 2010 Eike Stepper(Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
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 af0ac694b6..1288233f32 100644
--- a/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.properties
+++ b/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.properties
@@ -3,10 +3,10 @@
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
-#
+#
# Contributors:
# Martin Fluegge - initial API and implementation
-
+
# NLS_MESSAGEFORMAT_VAR
# ==============================================================================
@@ -17,8 +17,8 @@
# ==============================================================================
providerName = Eclipse Modeling Project
-featureName = Dawn Examples
-description = Dawn Examples contains examples project to demonstrate to range of functions of Dawn
+featureName = Dawn SDK (Experimental)
+description = Dawn SDK includes Runtime, Codegen, Tools, Examples, Documentation and Source.
copyrightURL = copyright.txt
copyright = Copyright (c) 2004 - 2010 Martin Fluegge (Berlin, Germany) and others.\n\
diff --git a/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml b/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml
index 4617e7a9c1..abf4d96318 100644
--- a/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010 Martin Fluegge (Berlin, Germany) and others.
+ Copyright (c) 2004 - 2010 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
-->
<feature
id="org.eclipse.emf.cdo.dawn.sdk"
- label="%featureName (Experimental)"
+ label="%featureName"
version="0.2.0.qualifier"
provider-name="%providerName">

Back to the top