Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2014-01-21 16:28:54 +0000
committerGerrit Code Review @ Eclipse.org2014-01-28 16:10:42 +0000
commitfedcffa9658e56b549d079cbfd6be821aace83c8 (patch)
tree19b0e97970c7590c43ef3db79ad988d1b0d44c85 /org.eclipse.search.tests
parent4ef89d4b16a3562d88191be48b872d3eabf0da9e (diff)
downloadeclipse.platform.text-fedcffa9658e56b549d079cbfd6be821aace83c8.tar.gz
eclipse.platform.text-fedcffa9658e56b549d079cbfd6be821aace83c8.tar.xz
eclipse.platform.text-fedcffa9658e56b549d079cbfd6be821aace83c8.zip
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=419531 Signed-off-by: Mickael Istria <mistria@redhat.com> Change-Id: I1316e72a4d058735c4fff892dfe985fed0f7b31e
Diffstat (limited to 'org.eclipse.search.tests')
-rw-r--r--org.eclipse.search.tests/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.search.tests/build.properties6
2 files changed, 3 insertions, 4 deletions
diff --git a/org.eclipse.search.tests/META-INF/MANIFEST.MF b/org.eclipse.search.tests/META-INF/MANIFEST.MF
index 8648f4564b0..79b86c07ea0 100644
--- a/org.eclipse.search.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.search.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.search.tests
Bundle-Version: 3.8.200.qualifier
-Bundle-ClassPath: searchtests.jar
Bundle-Activator: org.eclipse.search.tests.SearchTestPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/org.eclipse.search.tests/build.properties b/org.eclipse.search.tests/build.properties
index 7de5c065fde..536e2dc8962 100644
--- a/org.eclipse.search.tests/build.properties
+++ b/org.eclipse.search.tests/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2005, 2008 IBM Corporation and others.
+# Copyright (c) 2005, 2014 IBM Corporation 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
@@ -7,13 +7,13 @@
#
# Contributors:
# IBM Corporation - initial API and implementation
+# Mickael Istria (Red Hat Inc.) - 419531 Get rid of nested jars
###############################################################################
src.includes = about.html
-source.searchtests.jar = src/
+source.. = src/
bin.includes = plugin.properties,\
.,\
testresources/,\
- *.jar,\
META-INF/,\
about.html,\
test.xml

Back to the top