Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-06-11 15:50:52 +0000
committerEike Stepper2012-06-11 15:50:52 +0000
commit2ea14571650e4264a584e21cd7708206daeba252 (patch)
tree425a6851803c1ca1bc457419181cc70e30b999b6 /features
parent2a50f014d3861d59339be3e62d4fe17077471fa4 (diff)
downloadcdo-2ea14571650e4264a584e21cd7708206daeba252.tar.gz
cdo-2ea14571650e4264a584e21cd7708206daeba252.tar.xz
cdo-2ea14571650e4264a584e21cd7708206daeba252.zip
[382225] Provide CDO example installers
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382225
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.emf.cdo.examples-feature/feature.xml7
-rw-r--r--features/org.eclipse.emf.cdo.examples.installer-feature/.project17
-rw-r--r--features/org.eclipse.emf.cdo.examples.installer-feature/.settings/org.eclipse.ltk.core.refactoring.prefs3
-rw-r--r--features/org.eclipse.emf.cdo.examples.installer-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs4
-rw-r--r--features/org.eclipse.emf.cdo.examples.installer-feature/.settings/org.eclipse.mylyn.team.ui.prefs3
-rw-r--r--features/org.eclipse.emf.cdo.examples.installer-feature/build.properties13
-rw-r--r--features/org.eclipse.emf.cdo.examples.installer-feature/feature.properties8
-rw-r--r--features/org.eclipse.emf.cdo.examples.installer-feature/feature.xml48
-rw-r--r--features/org.eclipse.emf.cdo.sdk-feature/feature.xml4
9 files changed, 100 insertions, 7 deletions
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"/>
- <plugin
- id="org.eclipse.emf.cdo.examples.installer"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
</feature>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.emf.cdo.examples.installer-feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
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 @@
+<?xml version="1.0" encoding="UTF-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
+
+ Contributors:
+ Eike Stepper - initial API and implementation
+-->
+<feature
+ id="org.eclipse.emf.cdo.examples.installer"
+ label="%featureName"
+ version="4.1.0.qualifier"
+ provider-name="%providerName"
+ image="eclipse_update_120.jpg"
+ license-feature="org.eclipse.emf.cdo.license"
+ license-feature-version="4.1.0.qualifier">
+
+ <description>
+ %description
+ </description>
+
+ <copyright url="%copyrightURL">
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
+ </url>
+
+ <includes
+ id="org.eclipse.emf.cdo.examples.source"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.emf.cdo.examples.installer"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
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"/>
+ <includes
+ id="org.eclipse.emf.cdo.examples.installer"
+ version="0.0.0"/>
+
<plugin
id="org.eclipse.emf.cdo.sdk"
download-size="0"

Back to the top