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.jface.text.tests/META-INF/MANIFEST.MF | 1 - org.eclipse.jface.text.tests/build.properties | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'org.eclipse.jface.text.tests') diff --git a/org.eclipse.jface.text.tests/META-INF/MANIFEST.MF b/org.eclipse.jface.text.tests/META-INF/MANIFEST.MF index 827d7ee5adb..9af697477f4 100644 --- a/org.eclipse.jface.text.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.jface.text.tests/META-INF/MANIFEST.MF @@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Plugin.name Bundle-SymbolicName: org.eclipse.jface.text.tests Bundle-Version: 3.10.100.qualifier -Bundle-ClassPath: jfacetexttests.jar Bundle-Vendor: %Plugin.providerName Bundle-Localization: plugin Export-Package: diff --git a/org.eclipse.jface.text.tests/build.properties b/org.eclipse.jface.text.tests/build.properties index 6cf8a329058..39b98a4cb86 100644 --- a/org.eclipse.jface.text.tests/build.properties +++ b/org.eclipse.jface.text.tests/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2007 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,13 +7,14 @@ # # 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,\ - *.jar,\ + .,\ META-INF/ src.includes = about.html -source.jfacetexttests.jar = src/ +source.. = src/ -- cgit v1.2.3