diff options
author | Martin Fluegge | 2010-05-14 18:29:06 +0000 |
---|---|---|
committer | Martin Fluegge | 2010-05-14 18:29:06 +0000 |
commit | 667681a721deb8be749a7a4af54a9212201d0a72 (patch) | |
tree | b0eb75a203c94d245a969e08c0ca21f1c56d00c4 | |
parent | bfa49a938e62065a7ce9762c02a327d2d2d90d4e (diff) | |
download | cdo-667681a721deb8be749a7a4af54a9212201d0a72.tar.gz cdo-667681a721deb8be749a7a4af54a9212201d0a72.tar.xz cdo-667681a721deb8be749a7a4af54a9212201d0a72.zip |
[308232] [Dawn] Develop collaborative support for GMF on CDO
https://bugs.eclipse.org/bugs/show_bug.cgi?id=308232
8 files changed, 124 insertions, 29 deletions
diff --git a/features/org.eclipse.emf.cdo.dawn-feature/build.properties b/features/org.eclipse.emf.cdo.dawn-feature/build.properties index 64f93a9f0b..c6dbd595d0 100644 --- a/features/org.eclipse.emf.cdo.dawn-feature/build.properties +++ b/features/org.eclipse.emf.cdo.dawn-feature/build.properties @@ -1 +1,11 @@ +# Copyright (c) 2004 - 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: +# Eike Stepper - initial API and implementation + +# NLS_MESSAGEFORMAT_VAR bin.includes = feature.xml 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 64f93a9f0b..c6dbd595d0 100644 --- a/features/org.eclipse.emf.cdo.dawn.examples-feature/build.properties +++ b/features/org.eclipse.emf.cdo.dawn.examples-feature/build.properties @@ -1 +1,11 @@ +# Copyright (c) 2004 - 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: +# Eike Stepper - initial API and implementation + +# NLS_MESSAGEFORMAT_VAR bin.includes = feature.xml diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.dawn.tests/META-INF/MANIFEST.MF index 9191a8dcb8..6b7713d7ee 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/META-INF/MANIFEST.MF @@ -8,7 +8,7 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.emf.cdo.tests;bundle-version="3.0.0", org.eclipse.gmf;bundle-version="1.2.0", org.eclipse.gmf.runtime.notation;bundle-version="1.4.0", - org.eclipse.emf.cdo.dawn.reference.editor;bundle-version="1.0.0" + org.eclipse.emf.cdo.dawn.reference.editor;bundle-version="0.2.0" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-Vendor: %providerName diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/build.properties b/plugins/org.eclipse.emf.cdo.dawn.tests/build.properties index 34d2e4d2da..33109ae953 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/build.properties +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/build.properties @@ -1,4 +1,20 @@ +# 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: +# Eike Stepper - initial API and implementation + +# NLS_MESSAGEFORMAT_VAR source.. = src/ output.. = bin/ bin.includes = META-INF/,\ - . + .,\ + about.html,\ + copyright.txt,\ + plugin.properties,\ + .options +src.includes = about.html,\ + copyright.txt diff --git a/plugins/org.eclipse.emf.cdo.dawn.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.dawn.ui/META-INF/MANIFEST.MF index 470a8a4663..3b10a1cfdc 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.ui/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.emf.cdo.dawn.ui/META-INF/MANIFEST.MF @@ -4,13 +4,40 @@ Bundle-Name: %providerName Bundle-SymbolicName: org.eclipse.emf.cdo.dawn.ui;singleton:=true Bundle-Version: 0.2.0.qualifier Bundle-Activator: org.eclipse.emf.cdo.dawn.ui.Activator -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, - org.eclipse.emf.cdo.ui;bundle-version="3.0.0", - org.eclipse.emf.cdo.dawn.util;bundle-version="0.2.0", - org.eclipse.emf.cdo.dawn.runtime;bundle-version="0.2.0" +Require-Bundle: org.eclipse.ui;bundle-version="[3.6.0,4.0.0)", + org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)", + org.eclipse.emf.cdo.ui;bundle-version="[3.0.0,4.0.0)", + org.eclipse.emf.cdo.dawn.util;bundle-version="[0.2.0,1.0.0)", + org.eclipse.emf.cdo.dawn.runtime;bundle-version="[0.2.0,1.0.0)" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-Vendor: %providerName -Export-Package: org.eclipse.emf.cdo.dawn.ui, - org.eclipse.emf.cdo.dawn.ui.wizards +Export-Package: org.eclipse.emf.cdo.dawn.internal.ui.bundle;version="0.2.0"; + uses:="org.eclipse.net4j.util.om.log, + org.eclipse.net4j.util.om, + org.eclipse.net4j.util.om.trace, + org.eclipse.net4j.util.om.pref", + org.eclipse.emf.cdo.dawn.ui;version="0.2.0"; + uses:="org.eclipse.emf.cdo.view, + org.eclipse.emf.common.util, + org.eclipse.emf.cdo.eresource, + org.eclipse.ui.plugin, + org.osgi.framework, + org.eclipse.emf.common.ui, + org.eclipse.emf.cdo.ui", + org.eclipse.emf.cdo.dawn.ui.helper;version="0.2.0";uses:="org.eclipse.emf.ecore.resource,org.eclipse.ui,org.eclipse.swt.graphics", + org.eclipse.emf.cdo.dawn.ui.views;version="0.2.0"; + uses:="org.eclipse.emf.cdo.internal.ui.views, + org.eclipse.emf.cdo.view, + org.eclipse.ui, + org.eclipse.swt.graphics, + org.eclipse.net4j.util.ui.views, + org.eclipse.emf.cdo.ui", + org.eclipse.emf.cdo.dawn.ui.wizards;version="0.2.0"; + uses:="org.eclipse.jface.wizard, + org.eclipse.net4j.util.container, + org.eclipse.emf.common.util, + org.eclipse.emf.cdo.view, + org.eclipse.jface.viewers, + org.eclipse.net4j.util.ui.views, + org.eclipse.swt.widgets" diff --git a/plugins/org.eclipse.emf.cdo.dawn.ui/build.properties b/plugins/org.eclipse.emf.cdo.dawn.ui/build.properties index 060a9e9fdd..8a9efa44ff 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.ui/build.properties +++ b/plugins/org.eclipse.emf.cdo.dawn.ui/build.properties @@ -1,6 +1,21 @@ +# 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: +# Eike Stepper - initial API and implementation + +# NLS_MESSAGEFORMAT_VAR source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml,\ + about.html,\ + copyright.txt,\ + license.html,\ .options +src.includes = about.html,\ + copyright.txt diff --git a/plugins/org.eclipse.emf.cdo.dawn.util/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.dawn.util/META-INF/MANIFEST.MF index 849089feb7..af4031b4a8 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.util/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.emf.cdo.dawn.util/META-INF/MANIFEST.MF @@ -4,26 +4,27 @@ Bundle-Name: %providerName Bundle-SymbolicName: org.eclipse.emf.cdo.dawn.util Bundle-Version: 0.2.0.qualifier Bundle-Activator: org.eclipse.emf.cdo.dawn.util.Activator -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, - org.eclipse.net4j.tcp;bundle-version="3.0.0", - org.eclipse.emf.cdo;bundle-version="3.0.0", - org.eclipse.emf;bundle-version="2.5.0", - org.eclipse.emf.cdo.net4j;bundle-version="3.0.0", - org.eclipse.gmf.runtime.common.core, - org.eclipse.gmf.runtime.common.ui, - org.eclipse.gmf.runtime.diagram.core, - org.eclipse.gmf.runtime.diagram.ui, - org.eclipse.gmf.runtime.diagram.ui.actions, - org.eclipse.gmf.runtime.emf.core, - org.eclipse.gmf.runtime.notation, - org.eclipse.gmf.runtime.notation.edit, - org.eclipse.gmf.runtime.notation.providers, - org.eclipse.gmf.runtime.diagram.ui.resources.editor, - org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide +Require-Bundle: org.eclipse.ui;bundle-version="[3.6.0,4.0.0)", + org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)", + org.eclipse.net4j.tcp;bundle-version="[3.0.0,4.0.0)", + org.eclipse.emf.cdo;bundle-version="[3.0.0,4.0.0)", + org.eclipse.emf;bundle-version="[2.6.0,3.0.0)", + org.eclipse.emf.cdo.net4j;bundle-version="[3.0.0,4.0.0)", + org.eclipse.gmf.runtime.common.core;bundle-version="[1.4.0,2.0.0)", + org.eclipse.gmf.runtime.common.ui;bundle-version="[1.4.0,2.0.0)", + org.eclipse.gmf.runtime.diagram.core;bundle-version="[1.3.0,2.0.0)", + org.eclipse.gmf.runtime.diagram.ui;bundle-version="[1.4.0,2.0.0)", + org.eclipse.gmf.runtime.diagram.ui.actions;bundle-version="[1.4.0,2.0.0)", + org.eclipse.gmf.runtime.emf.core;bundle-version="[1.4.0,2.0.0)", + org.eclipse.gmf.runtime.notation;bundle-version="[1.4.0,2.0.0)", + org.eclipse.gmf.runtime.notation.edit;bundle-version="[1.4.0,2.0.0)", + org.eclipse.gmf.runtime.notation.providers;bundle-version="[1.3.0,2.0.0)", + org.eclipse.gmf.runtime.diagram.ui.resources.editor;bundle-version="[1.3.0,2.0.0)", + org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide;bundle-version="[1.2.0,2.0.0)" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Export-Package: org.eclipse.emf.cdo.dawn.util, - org.eclipse.emf.cdo.dawn.util.connection -Import-Package: org.eclipse.emf.transaction +Export-Package: org.eclipse.emf.cdo.dawn.internal.util.bundle;version="0.2.0", + org.eclipse.emf.cdo.dawn.util;version="0.2.0", + org.eclipse.emf.cdo.dawn.util.connection;version="0.2.0", + org.eclipse.emf.cdo.dawn.util.exceptions;version="0.2.0" Bundle-Vendor: %providerName diff --git a/plugins/org.eclipse.emf.cdo.dawn.util/build.properties b/plugins/org.eclipse.emf.cdo.dawn.util/build.properties index 8951ab621e..8a9efa44ff 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.util/build.properties +++ b/plugins/org.eclipse.emf.cdo.dawn.util/build.properties @@ -1,5 +1,21 @@ +# 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: +# Eike Stepper - initial API and implementation + +# NLS_MESSAGEFORMAT_VAR source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ + plugin.xml,\ + about.html,\ + copyright.txt,\ + license.html,\ .options +src.includes = about.html,\ + copyright.txt |