Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-05-18 08:13:50 +0000
committerEike Stepper2011-05-18 08:13:50 +0000
commitf69a6c8e512069317fc4609924bde7c92afda43f (patch)
tree80a63cda1ce511805e087714e0dd5fffc6d9c92c /features
parentf248fbeb9dd76b9f50aa025bcd2e9dae530dd034 (diff)
downloadcdo-f69a6c8e512069317fc4609924bde7c92afda43f.tar.gz
cdo-f69a6c8e512069317fc4609924bde7c92afda43f.tar.xz
cdo-f69a6c8e512069317fc4609924bde7c92afda43f.zip
Share project "org.eclipse.emf.cdo.tests.hibernate-feature" into "https://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo"
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.emf.cdo.tests.hibernate-feature/.project17
-rw-r--r--features/org.eclipse.emf.cdo.tests.hibernate-feature/.settings/org.eclipse.ltk.core.refactoring.prefs3
-rw-r--r--features/org.eclipse.emf.cdo.tests.hibernate-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs4
-rw-r--r--features/org.eclipse.emf.cdo.tests.hibernate-feature/.settings/org.eclipse.mylyn.team.ui.prefs3
-rw-r--r--features/org.eclipse.emf.cdo.tests.hibernate-feature/build.properties13
-rw-r--r--features/org.eclipse.emf.cdo.tests.hibernate-feature/feature.properties8
-rw-r--r--features/org.eclipse.emf.cdo.tests.hibernate-feature/feature.xml47
7 files changed, 95 insertions, 0 deletions
diff --git a/features/org.eclipse.emf.cdo.tests.hibernate-feature/.project b/features/org.eclipse.emf.cdo.tests.hibernate-feature/.project
new file mode 100644
index 0000000000..46aaf8d6ac
--- /dev/null
+++ b/features/org.eclipse.emf.cdo.tests.hibernate-feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.emf.cdo.tests.hibernate-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.tests.hibernate-feature/.settings/org.eclipse.ltk.core.refactoring.prefs b/features/org.eclipse.emf.cdo.tests.hibernate-feature/.settings/org.eclipse.ltk.core.refactoring.prefs
new file mode 100644
index 0000000000..0779a3c947
--- /dev/null
+++ b/features/org.eclipse.emf.cdo.tests.hibernate-feature/.settings/org.eclipse.ltk.core.refactoring.prefs
@@ -0,0 +1,3 @@
+#Thu Feb 04 10:06:10 CET 2010
+eclipse.preferences.version=1
+org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
diff --git a/features/org.eclipse.emf.cdo.tests.hibernate-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs b/features/org.eclipse.emf.cdo.tests.hibernate-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs
new file mode 100644
index 0000000000..d573634502
--- /dev/null
+++ b/features/org.eclipse.emf.cdo.tests.hibernate-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.tests.hibernate-feature/.settings/org.eclipse.mylyn.team.ui.prefs b/features/org.eclipse.emf.cdo.tests.hibernate-feature/.settings/org.eclipse.mylyn.team.ui.prefs
new file mode 100644
index 0000000000..4d86eb45ba
--- /dev/null
+++ b/features/org.eclipse.emf.cdo.tests.hibernate-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.tests.hibernate-feature/build.properties b/features/org.eclipse.emf.cdo.tests.hibernate-feature/build.properties
new file mode 100644
index 0000000000..8bf0ed342c
--- /dev/null
+++ b/features/org.eclipse.emf.cdo.tests.hibernate-feature/build.properties
@@ -0,0 +1,13 @@
+# Copyright (c) 2004 - 2011 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.tests.hibernate-feature/feature.properties b/features/org.eclipse.emf.cdo.tests.hibernate-feature/feature.properties
new file mode 100644
index 0000000000..57d22292d2
--- /dev/null
+++ b/features/org.eclipse.emf.cdo.tests.hibernate-feature/feature.properties
@@ -0,0 +1,8 @@
+# Copyright (c) 2004 - 2011 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 Tests Hibernate
+description = Contains the CDO Hibernate test plugins and sources.
diff --git a/features/org.eclipse.emf.cdo.tests.hibernate-feature/feature.xml b/features/org.eclipse.emf.cdo.tests.hibernate-feature/feature.xml
new file mode 100644
index 0000000000..beb89012b3
--- /dev/null
+++ b/features/org.eclipse.emf.cdo.tests.hibernate-feature/feature.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2004 - 2011 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.tests.hibernate"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%providerName"
+ image="eclipse_update_120.jpg" license-feature="org.eclipse.emf.cdo.license" license-feature-version="4.0.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/"/>
+ <discovery label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
+ </url>
+
+ <includes
+ id="org.eclipse.emf.cdo.dawn.tests.source"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.emf.cdo.dawn.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top