Skip to main content
summaryrefslogtreecommitdiffstats
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.ui.workbench.texteditor.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.ui.workbench.texteditor.tests')
-rw-r--r--org.eclipse.ui.workbench.texteditor.tests/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.ui.workbench.texteditor.tests/build.properties7
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.ui.workbench.texteditor.tests/META-INF/MANIFEST.MF b/org.eclipse.ui.workbench.texteditor.tests/META-INF/MANIFEST.MF
index 6597d4c9c53..ea7c6de5852 100644
--- a/org.eclipse.ui.workbench.texteditor.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.workbench.texteditor.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.ui.workbench.texteditor.tests
Bundle-Version: 3.10.0.qualifier
-Bundle-ClassPath: workbenchtexteditortests.jar
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Export-Package:
diff --git a/org.eclipse.ui.workbench.texteditor.tests/build.properties b/org.eclipse.ui.workbench.texteditor.tests/build.properties
index a16ad760e3a..144ff18aba6 100644
--- a/org.eclipse.ui.workbench.texteditor.tests/build.properties
+++ b/org.eclipse.ui.workbench.texteditor.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.workbenchtexteditortests.jar = src/
+source.. = src/

Back to the top