Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2014-01-21 15:42:11 +0000
committerGerrit Code Review @ Eclipse.org2014-01-28 16:07:48 +0000
commit14a32ee6d3f278e07227201d038fc9a10e214dd0 (patch)
tree1395be3acbfe06f785528c6c526ea40c9bf1b401 /tests/org.eclipse.team.tests.core/build.properties
parentdc47d11a77a291434ef0b9936648580deddd633f (diff)
downloadeclipse.platform.team-14a32ee6d3f278e07227201d038fc9a10e214dd0.tar.gz
eclipse.platform.team-14a32ee6d3f278e07227201d038fc9a10e214dd0.tar.xz
eclipse.platform.team-14a32ee6d3f278e07227201d038fc9a10e214dd0.zip
Bug 419528: Get rid of nested jarsI20140204-0800
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=419528 Signed-off-by: Mickael Istria <mistria@redhat.com> Change-Id: I63a6e5a9c4b9a5c85e14148fe2ca79417d9f6118
Diffstat (limited to 'tests/org.eclipse.team.tests.core/build.properties')
-rw-r--r--tests/org.eclipse.team.tests.core/build.properties7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/org.eclipse.team.tests.core/build.properties b/tests/org.eclipse.team.tests.core/build.properties
index 597dfc01b..fd0aa1b90 100644
--- a/tests/org.eclipse.team.tests.core/build.properties
+++ b/tests/org.eclipse.team.tests.core/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2013 IBM Corporation and others.
+# Copyright (c) 2000, 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,11 +7,12 @@
#
# Contributors:
# IBM Corporation - initial API and implementation
+# Mickael Istria (Red Hat Inc.) - 419531 Get rid of nested jars
###############################################################################
-source.teamtests.jar=src/
+source..=src/
bin.includes = about.html,\
plugin.xml,\
- *.jar,\
+ .,\
test.xml,\
META-INF/,\
plugin.properties

Back to the top