Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Bégaudeau2015-11-20 13:09:11 +0000
committerStéphane Bégaudeau2015-11-20 13:48:56 +0000
commit04f3f4568da96ac7ff89c75428abfb39dfe66f26 (patch)
tree7e85a9741b03c3ae4cc894cf1a41aa21e1289910 /tests/org.eclipse.eef.tests/plugin.properties
parent1f11ccc494779a9b17e61acaaf1f9cdc734b1acf (diff)
downloadorg.eclipse.eef-04f3f4568da96ac7ff89c75428abfb39dfe66f26.tar.gz
org.eclipse.eef-04f3f4568da96ac7ff89c75428abfb39dfe66f26.tar.xz
org.eclipse.eef-04f3f4568da96ac7ff89c75428abfb39dfe66f26.zip
Contribute the first version of the build for EEF NG
1) A build has been contributed for all the org.eclipse.eef.* projects 2) All the plugins that will not be used now have been moved to the prototypes directory. Change-Id: I4477be42b519df975a426fb8016ea5b5276cc729 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
Diffstat (limited to 'tests/org.eclipse.eef.tests/plugin.properties')
-rw-r--r--tests/org.eclipse.eef.tests/plugin.properties9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/org.eclipse.eef.tests/plugin.properties b/tests/org.eclipse.eef.tests/plugin.properties
new file mode 100644
index 000000000..7f70f9298
--- /dev/null
+++ b/tests/org.eclipse.eef.tests/plugin.properties
@@ -0,0 +1,9 @@
+# Copyright (c) 2015 Obeo.
+# 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.htm
+# Contributors: Obeo - initial API and implementation
+
+pluginName = EEF Tests
+providerName = Eclipse Modeling Project

Back to the top