Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-05-19 06:55:56 +0000
committerEike Stepper2010-05-19 06:55:56 +0000
commitebaf88aa6483283aa47c0f55cf030050ac8d2ab0 (patch)
tree9615380a4fcd91776daf457f91b4f7289a0b5a7e /features/org.eclipse.emf.cdo.dawn.sdk-feature
parentf5afc7145644c6c00cac88020836cd8a9278f97a (diff)
downloadcdo-ebaf88aa6483283aa47c0f55cf030050ac8d2ab0.tar.gz
cdo-ebaf88aa6483283aa47c0f55cf030050ac8d2ab0.tar.xz
cdo-ebaf88aa6483283aa47c0f55cf030050ac8d2ab0.zip
preparing RC1
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