Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Charles David2014-02-18 14:31:51 +0000
committerPierre-Charles David2014-02-18 14:31:51 +0000
commit2e3da300238788ea2a1e37ca5cb6b118f15009c9 (patch)
treefe5290a155c6c5eebd5c67c16890d661d77f020c /packaging/org.eclipse.sirius.tests/build.properties
parentebfcfe0acea5b1f726c4ec8974dd20bc160f1311 (diff)
downloadorg.eclipse.sirius-2e3da300238788ea2a1e37ca5cb6b118f15009c9.tar.gz
org.eclipse.sirius-2e3da300238788ea2a1e37ca5cb6b118f15009c9.tar.xz
org.eclipse.sirius-2e3da300238788ea2a1e37ca5cb6b118f15009c9.zip
[428434] Provide higher-level test APIs
This adds a new feature, org.eclipse.sirius.tests, with two plug-ins: * org.eclipse.sirius.tests.support: APIs and helpers for JUnit-based tests. * org.eclipse.sirius.tests.swtbot.support: APIs and helpers for SWTBot-based tests. Change-Id: I4b9f74146d405b169b1e4b413874530bd192b3db Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
Diffstat (limited to 'packaging/org.eclipse.sirius.tests/build.properties')
-rw-r--r--packaging/org.eclipse.sirius.tests/build.properties14
1 files changed, 14 insertions, 0 deletions
diff --git a/packaging/org.eclipse.sirius.tests/build.properties b/packaging/org.eclipse.sirius.tests/build.properties
new file mode 100644
index 0000000000..a07a033ff5
--- /dev/null
+++ b/packaging/org.eclipse.sirius.tests/build.properties
@@ -0,0 +1,14 @@
+# ====================================================================
+# Copyright (c) 2007, 2013 THALES GLOBAL SERVICES
+# 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:
+# Obeo - initial API and implementation
+# ====================================================================
+bin.includes = feature.xml,\
+ feature.properties,\
+ epl-v10.html,\
+ license.html

Back to the top