Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2010-05-17 18:28:19 +0000
committerMartin Fluegge2010-05-17 18:28:19 +0000
commitb793fe6fc9eecab3b4debc942b3d2abd5e05ea84 (patch)
treeb6dc183ce932b62b27001214724ef3180ae471ea /features/org.eclipse.emf.cdo.dawn.sdk-feature
parent8fa6911ef1746be41a107c04901797ddd2b8e43b (diff)
downloadcdo-b793fe6fc9eecab3b4debc942b3d2abd5e05ea84.tar.gz
cdo-b793fe6fc9eecab3b4debc942b3d2abd5e05ea84.tar.xz
cdo-b793fe6fc9eecab3b4debc942b3d2abd5e05ea84.zip
[308232] [Dawn] Develop collaborative support for GMF on CDO
https://bugs.eclipse.org/bugs/show_bug.cgi?id=308232
Diffstat (limited to 'features/org.eclipse.emf.cdo.dawn.sdk-feature')
-rw-r--r--features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml34
1 files changed, 30 insertions, 4 deletions
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 296a0faedd..4617e7a9c1 100644
--- a/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml
@@ -1,22 +1,36 @@
<?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.sdk"
label="%featureName (Experimental)"
version="0.2.0.qualifier"
provider-name="%providerName">
- <description url="http://www.example.com/description">
- [Enter Feature Description here.]
+ <description>
+ %description
</description>
- <copyright url="http://www.example.com/copyright">
- [Enter Copyright Description here.]
+ <copyright url="%copyrightURL">
+ %copyright
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
+ <url>
+ <update label="%updateSiteName" url="http://download.eclipse.org/modeling/emf/cdo/updates/3.0/"/>
+ </url>
+
<includes
id="org.eclipse.emf.cdo.dawn"
version="0.0.0"/>
@@ -29,4 +43,16 @@
id="org.eclipse.emf.cdo.dawn.examples"
version="0.0.0"/>
+ <includes
+ id="org.eclipse.emf.cdo.dawn.source"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.emf.cdo.dawn.codegen.source"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.emf.cdo.dawn.examples.source"
+ version="0.0.0"/>
+
</feature>

Back to the top