Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2012-02-14 17:48:44 +0000
committerBogdan Gheorghe2012-02-14 17:48:44 +0000
commitf25ae54829839467eb6cb7f3099188cfb3475be5 (patch)
treea56702f1f6cb6dbaa1942fa09fe0491bcaa936a9
parent48e36a6283f3340423dbedb64a20241cb527e60a (diff)
downloadorg.eclipse.e4.search-f25ae54829839467eb6cb7f3099188cfb3475be5.tar.gz
org.eclipse.e4.search-f25ae54829839467eb6cb7f3099188cfb3475be5.tar.xz
org.eclipse.e4.search-f25ae54829839467eb6cb7f3099188cfb3475be5.zip
-rw-r--r--tests/org.eclipse.platform.discovery.compatibility.tests/build.properties3
-rw-r--r--tests/org.eclipse.platform.discovery.core.test.unit/build.properties3
-rw-r--r--tests/org.eclipse.platform.discovery.integration.test.unit/build.properties3
-rw-r--r--tests/org.eclipse.platform.discovery.runtime.test.unit/build.properties3
-rw-r--r--tests/org.eclipse.platform.discovery.ui.test.comp/build.properties3
-rw-r--r--tests/org.eclipse.platform.discovery.ui.test.unit/build.properties3
-rw-r--r--tests/org.eclipse.platform.discovery.util.test.unit/build.properties3
7 files changed, 14 insertions, 7 deletions
diff --git a/tests/org.eclipse.platform.discovery.compatibility.tests/build.properties b/tests/org.eclipse.platform.discovery.compatibility.tests/build.properties
index 2748d47..f9f650c 100644
--- a/tests/org.eclipse.platform.discovery.compatibility.tests/build.properties
+++ b/tests/org.eclipse.platform.discovery.compatibility.tests/build.properties
@@ -15,5 +15,6 @@ bin.includes = META-INF/,\
OSGI-INF/l10n/bundle.properties,\
about.html,\
OSGI-INF/,\
- plugin.xml
+ plugin.xml,\
+ test.xml
diff --git a/tests/org.eclipse.platform.discovery.core.test.unit/build.properties b/tests/org.eclipse.platform.discovery.core.test.unit/build.properties
index 901ed1e..06ca4c7 100644
--- a/tests/org.eclipse.platform.discovery.core.test.unit/build.properties
+++ b/tests/org.eclipse.platform.discovery.core.test.unit/build.properties
@@ -14,4 +14,5 @@ bin.includes = META-INF/,\
.,\
OSGI-INF/l10n/bundle.properties,\
about.html,\
- OSGI-INF/
+ OSGI-INF/,\
+ test.xml
diff --git a/tests/org.eclipse.platform.discovery.integration.test.unit/build.properties b/tests/org.eclipse.platform.discovery.integration.test.unit/build.properties
index 901ed1e..06ca4c7 100644
--- a/tests/org.eclipse.platform.discovery.integration.test.unit/build.properties
+++ b/tests/org.eclipse.platform.discovery.integration.test.unit/build.properties
@@ -14,4 +14,5 @@ bin.includes = META-INF/,\
.,\
OSGI-INF/l10n/bundle.properties,\
about.html,\
- OSGI-INF/
+ OSGI-INF/,\
+ test.xml
diff --git a/tests/org.eclipse.platform.discovery.runtime.test.unit/build.properties b/tests/org.eclipse.platform.discovery.runtime.test.unit/build.properties
index 901ed1e..06ca4c7 100644
--- a/tests/org.eclipse.platform.discovery.runtime.test.unit/build.properties
+++ b/tests/org.eclipse.platform.discovery.runtime.test.unit/build.properties
@@ -14,4 +14,5 @@ bin.includes = META-INF/,\
.,\
OSGI-INF/l10n/bundle.properties,\
about.html,\
- OSGI-INF/
+ OSGI-INF/,\
+ test.xml
diff --git a/tests/org.eclipse.platform.discovery.ui.test.comp/build.properties b/tests/org.eclipse.platform.discovery.ui.test.comp/build.properties
index 6b90a47..f969b47 100644
--- a/tests/org.eclipse.platform.discovery.ui.test.comp/build.properties
+++ b/tests/org.eclipse.platform.discovery.ui.test.comp/build.properties
@@ -15,4 +15,5 @@ bin.includes = META-INF/,\
OSGI-INF/l10n/bundle.properties,\
about.html,\
OSGI-INF/,\
- plugin.xml
+ plugin.xml,\
+ test.xml
diff --git a/tests/org.eclipse.platform.discovery.ui.test.unit/build.properties b/tests/org.eclipse.platform.discovery.ui.test.unit/build.properties
index 901ed1e..06ca4c7 100644
--- a/tests/org.eclipse.platform.discovery.ui.test.unit/build.properties
+++ b/tests/org.eclipse.platform.discovery.ui.test.unit/build.properties
@@ -14,4 +14,5 @@ bin.includes = META-INF/,\
.,\
OSGI-INF/l10n/bundle.properties,\
about.html,\
- OSGI-INF/
+ OSGI-INF/,\
+ test.xml
diff --git a/tests/org.eclipse.platform.discovery.util.test.unit/build.properties b/tests/org.eclipse.platform.discovery.util.test.unit/build.properties
index 5c1cbb8..e18b0cd 100644
--- a/tests/org.eclipse.platform.discovery.util.test.unit/build.properties
+++ b/tests/org.eclipse.platform.discovery.util.test.unit/build.properties
@@ -14,4 +14,5 @@ bin.includes = META-INF/,\
.,\
OSGI-INF/l10n/bundle.properties,\
about.html,\
- OSGI-INF/
+ OSGI-INF/,\
+ test.xml

Back to the top