From fedcffa9658e56b549d079cbfd6be821aace83c8 Mon Sep 17 00:00:00 2001 From: Mickael Istria Date: Tue, 21 Jan 2014 17:28:54 +0100 Subject: Bug 419531: Get rid of nested jars Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=419531 Signed-off-by: Mickael Istria Change-Id: I1316e72a4d058735c4fff892dfe985fed0f7b31e --- org.eclipse.core.filebuffers.tests/build.properties | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'org.eclipse.core.filebuffers.tests/build.properties') diff --git a/org.eclipse.core.filebuffers.tests/build.properties b/org.eclipse.core.filebuffers.tests/build.properties index 583c0831fb1..7b1052dc2a8 100644 --- a/org.eclipse.core.filebuffers.tests/build.properties +++ b/org.eclipse.core.filebuffers.tests/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2008 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,15 +7,16 @@ # # Contributors: # IBM Corporation - initial API and implementation +# Mickael Istria (Red Hat Inc.) - 419531 Get rid of nested jars ############################################################################### bin.includes = plugin.properties,\ test.xml,\ about.html,\ testResources/,\ - *.jar,\ + .,\ META-INF/,\ plugin.xml src.includes = about.html -source.filebufferstests.jar = src/ +source.. = src/ -- cgit v1.2.3