Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.emf.cdo.dawn-feature/build.properties15
-rw-r--r--features/org.eclipse.emf.cdo.dawn-feature/feature.properties2
-rw-r--r--features/org.eclipse.emf.cdo.dawn-feature/feature.xml10
-rw-r--r--features/org.eclipse.emf.cdo.dawn.examples-feature/build.properties15
4 files changed, 37 insertions, 5 deletions
diff --git a/features/org.eclipse.emf.cdo.dawn-feature/build.properties b/features/org.eclipse.emf.cdo.dawn-feature/build.properties
index 54a9967980..2b0b09dd37 100644
--- a/features/org.eclipse.emf.cdo.dawn-feature/build.properties
+++ b/features/org.eclipse.emf.cdo.dawn-feature/build.properties
@@ -1,4 +1,4 @@
-# Copyright (c) 2004 - 2010 Martin Fluegge (Berlin, Germany) and others.
+# Copyright (c) 2010 Martin Fluegge (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
@@ -8,4 +8,15 @@
# Martin Fluegge - initial API and implementation
# NLS_MESSAGEFORMAT_VAR
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+ epl-v10.html,\
+ copyright.txt,\
+ feature.properties,\
+ about.html,\
+ license.html,\
+ eclipse.gif,\
+ eclipse_update_120.jpg
+src.includes = about.html,\
+ copyright.txt,\
+ epl-v10.html,\
+ license.html
diff --git a/features/org.eclipse.emf.cdo.dawn-feature/feature.properties b/features/org.eclipse.emf.cdo.dawn-feature/feature.properties
index a500db2f05..fe9e432c28 100644
--- a/features/org.eclipse.emf.cdo.dawn-feature/feature.properties
+++ b/features/org.eclipse.emf.cdo.dawn-feature/feature.properties
@@ -18,7 +18,7 @@
providerName = Eclipse Modeling Project
featureName = Dawn
-description = Dawn contains all runtime and code generation aspects for graphical collaboration support over CDO
+description = Dawn contains all runtime aspects for graphical collaboration support over CDO
copyrightURL = copyright.txt
copyright = Copyright (c) 2010 Martin Fluegge (Berlin, Germany) and others.\n\
diff --git a/features/org.eclipse.emf.cdo.dawn-feature/feature.xml b/features/org.eclipse.emf.cdo.dawn-feature/feature.xml
index f673cbb69f..a6c1d37b81 100644
--- a/features/org.eclipse.emf.cdo.dawn-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.dawn-feature/feature.xml
@@ -1,4 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2010 Martin Fluegge (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
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Martin Fluegge - initial API and implementation
+-->
<feature
id="org.eclipse.emf.cdo.dawn"
label="%featureName"
diff --git a/features/org.eclipse.emf.cdo.dawn.examples-feature/build.properties b/features/org.eclipse.emf.cdo.dawn.examples-feature/build.properties
index 54a9967980..2b0b09dd37 100644
--- a/features/org.eclipse.emf.cdo.dawn.examples-feature/build.properties
+++ b/features/org.eclipse.emf.cdo.dawn.examples-feature/build.properties
@@ -1,4 +1,4 @@
-# Copyright (c) 2004 - 2010 Martin Fluegge (Berlin, Germany) and others.
+# Copyright (c) 2010 Martin Fluegge (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
@@ -8,4 +8,15 @@
# Martin Fluegge - initial API and implementation
# NLS_MESSAGEFORMAT_VAR
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+ epl-v10.html,\
+ copyright.txt,\
+ feature.properties,\
+ about.html,\
+ license.html,\
+ eclipse.gif,\
+ eclipse_update_120.jpg
+src.includes = about.html,\
+ copyright.txt,\
+ epl-v10.html,\
+ license.html

Back to the top