Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.search.tests/build.properties')
-rw-r--r--org.eclipse.search.tests/build.properties6
1 files changed, 3 insertions, 3 deletions
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