From 2ea14571650e4264a584e21cd7708206daeba252 Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Mon, 11 Jun 2012 17:50:52 +0200 Subject: [382225] Provide CDO example installers https://bugs.eclipse.org/bugs/show_bug.cgi?id=382225 --- .../feature.xml | 7 ---- .../.project | 17 ++++++++ .../org.eclipse.ltk.core.refactoring.prefs | 3 ++ .../.settings/org.eclipse.mylyn.tasks.ui.prefs | 4 ++ .../.settings/org.eclipse.mylyn.team.ui.prefs | 3 ++ .../build.properties | 13 ++++++ .../feature.properties | 8 ++++ .../feature.xml | 48 ++++++++++++++++++++++ .../org.eclipse.emf.cdo.sdk-feature/feature.xml | 4 ++ 9 files changed, 100 insertions(+), 7 deletions(-) create mode 100644 features/org.eclipse.emf.cdo.examples.installer-feature/.project create mode 100644 features/org.eclipse.emf.cdo.examples.installer-feature/.settings/org.eclipse.ltk.core.refactoring.prefs create mode 100644 features/org.eclipse.emf.cdo.examples.installer-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs create mode 100644 features/org.eclipse.emf.cdo.examples.installer-feature/.settings/org.eclipse.mylyn.team.ui.prefs create mode 100644 features/org.eclipse.emf.cdo.examples.installer-feature/build.properties create mode 100644 features/org.eclipse.emf.cdo.examples.installer-feature/feature.properties create mode 100644 features/org.eclipse.emf.cdo.examples.installer-feature/feature.xml (limited to 'features') diff --git a/features/org.eclipse.emf.cdo.examples-feature/feature.xml b/features/org.eclipse.emf.cdo.examples-feature/feature.xml index 9fd13f8d5e..a04bb6ccb2 100644 --- a/features/org.eclipse.emf.cdo.examples-feature/feature.xml +++ b/features/org.eclipse.emf.cdo.examples-feature/feature.xml @@ -59,11 +59,4 @@ version="0.0.0" unpack="false"/> - - diff --git a/features/org.eclipse.emf.cdo.examples.installer-feature/.project b/features/org.eclipse.emf.cdo.examples.installer-feature/.project new file mode 100644 index 0000000000..65648cfb75 --- /dev/null +++ b/features/org.eclipse.emf.cdo.examples.installer-feature/.project @@ -0,0 +1,17 @@ + + + org.eclipse.emf.cdo.examples.installer-feature + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/features/org.eclipse.emf.cdo.examples.installer-feature/.settings/org.eclipse.ltk.core.refactoring.prefs b/features/org.eclipse.emf.cdo.examples.installer-feature/.settings/org.eclipse.ltk.core.refactoring.prefs new file mode 100644 index 0000000000..ac1d67a59e --- /dev/null +++ b/features/org.eclipse.emf.cdo.examples.installer-feature/.settings/org.eclipse.ltk.core.refactoring.prefs @@ -0,0 +1,3 @@ +#Mon Jul 04 12:34:27 CEST 2011 +eclipse.preferences.version=1 +org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false diff --git a/features/org.eclipse.emf.cdo.examples.installer-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs b/features/org.eclipse.emf.cdo.examples.installer-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs new file mode 100644 index 0000000000..d573634502 --- /dev/null +++ b/features/org.eclipse.emf.cdo.examples.installer-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs @@ -0,0 +1,4 @@ +#Thu Feb 04 10:06:10 CET 2010 +eclipse.preferences.version=1 +project.repository.kind=bugzilla +project.repository.url=https\://bugs.eclipse.org/bugs diff --git a/features/org.eclipse.emf.cdo.examples.installer-feature/.settings/org.eclipse.mylyn.team.ui.prefs b/features/org.eclipse.emf.cdo.examples.installer-feature/.settings/org.eclipse.mylyn.team.ui.prefs new file mode 100644 index 0000000000..4d86eb45ba --- /dev/null +++ b/features/org.eclipse.emf.cdo.examples.installer-feature/.settings/org.eclipse.mylyn.team.ui.prefs @@ -0,0 +1,3 @@ +#Thu Feb 04 10:06:10 CET 2010 +commit.comment.template=[${task.id}] ${task.description} \r\n${task.url} +eclipse.preferences.version=1 diff --git a/features/org.eclipse.emf.cdo.examples.installer-feature/build.properties b/features/org.eclipse.emf.cdo.examples.installer-feature/build.properties new file mode 100644 index 0000000000..702432df1e --- /dev/null +++ b/features/org.eclipse.emf.cdo.examples.installer-feature/build.properties @@ -0,0 +1,13 @@ +# Copyright (c) 2004 - 2012 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 +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Eike Stepper - initial API and implementation + +# NLS_MESSAGEFORMAT_VAR + +bin.includes = feature.xml,\ + feature.properties diff --git a/features/org.eclipse.emf.cdo.examples.installer-feature/feature.properties b/features/org.eclipse.emf.cdo.examples.installer-feature/feature.properties new file mode 100644 index 0000000000..c1e39bf720 --- /dev/null +++ b/features/org.eclipse.emf.cdo.examples.installer-feature/feature.properties @@ -0,0 +1,8 @@ +# Copyright (c) 2004 - 2012 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 +# http://www.eclipse.org/legal/epl-v10.html + +featureName = CDO Model Repository Examples INstaller +description = Contains a New Wizard that creates CDO example projects in the workspace. diff --git a/features/org.eclipse.emf.cdo.examples.installer-feature/feature.xml b/features/org.eclipse.emf.cdo.examples.installer-feature/feature.xml new file mode 100644 index 0000000000..47f831d931 --- /dev/null +++ b/features/org.eclipse.emf.cdo.examples.installer-feature/feature.xml @@ -0,0 +1,48 @@ + + + + + + %description + + + + %copyright + + + + %license + + + + + + + + + + + diff --git a/features/org.eclipse.emf.cdo.sdk-feature/feature.xml b/features/org.eclipse.emf.cdo.sdk-feature/feature.xml index 435a39f700..477a703f03 100644 --- a/features/org.eclipse.emf.cdo.sdk-feature/feature.xml +++ b/features/org.eclipse.emf.cdo.sdk-feature/feature.xml @@ -79,6 +79,10 @@ id="org.eclipse.emf.cdo.migrator" version="0.0.0"/> + +