Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2013-09-09 17:33:03 +0000
committerM N Palat2013-11-12 06:27:20 +0000
commitcfaff40b47c6c86e8d759e6d714f5639b14d0ffc (patch)
tree095fce437fcebcd3ba0d3fb69ba2700f73e54841 /org.eclipse.jdt.core.tests.compiler
parenta0ad27cc5ac470a6f2c16d2c8a2636eb52660fa8 (diff)
downloadeclipse.jdt.core-cfaff40b47c6c86e8d759e6d714f5639b14d0ffc.tar.gz
eclipse.jdt.core-cfaff40b47c6c86e8d759e6d714f5639b14d0ffc.tar.xz
eclipse.jdt.core-cfaff40b47c6c86e8d759e6d714f5639b14d0ffc.zip
Bug 416740: Avoid using nested jars
* Exception made of org.eclipse.jdt.compiler.apt.tests/lib/apttestprocessors which is kept as a resource (not rebuilt) Signed-off-by: Mickael Istria <mistria@redhat.com> Change-Id: Id44ff795ab6ae7cc504c709769c4585b6634a352 Conflicts: org.eclipse.jdt.compiler.apt.tests/build.properties Change-Id: I34be1c8b0a376470953aada92af53188ceef501d
Diffstat (limited to 'org.eclipse.jdt.core.tests.compiler')
-rw-r--r--org.eclipse.jdt.core.tests.compiler/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.jdt.core.tests.compiler/build.properties3
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/META-INF/MANIFEST.MF b/org.eclipse.jdt.core.tests.compiler/META-INF/MANIFEST.MF
index 414db5a5ca..d8ac888d47 100644
--- a/org.eclipse.jdt.core.tests.compiler/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.core.tests.compiler/META-INF/MANIFEST.MF
@@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.core.tests.compiler;singleton:=true
Bundle-Version: 3.9.0.qualifier
-Bundle-ClassPath: jdtcoretestscompiler.jar
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.jdt.core.tests.compiler.parser,
diff --git a/org.eclipse.jdt.core.tests.compiler/build.properties b/org.eclipse.jdt.core.tests.compiler/build.properties
index 156f8d4905..4ee1654849 100644
--- a/org.eclipse.jdt.core.tests.compiler/build.properties
+++ b/org.eclipse.jdt.core.tests.compiler/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2012 IBM Corporation and others.
+# Copyright (c) 2000, 2013 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,6 +7,7 @@
#
# Contributors:
# IBM Corporation - initial API and implementation
+# Red Hat Inc. (mistria) - Avoid nested jars
###############################################################################
bin.includes = test.xml,\
about.html,\

Back to the top