Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2012-04-02 20:11:28 +0000
committerAlexander Kurtakov2012-04-02 20:11:28 +0000
commita1511453cd84e12260a03e07aa8dc21a78795a47 (patch)
treed52ddf39db5cb9c7de54644e7daf6485bafd29ca /changelog/org.eclipse.linuxtools.changelog.javaparser
parent73da04c3b47154e184e5889fc5ec07183c016377 (diff)
downloadorg.eclipse.linuxtools-a1511453cd84e12260a03e07aa8dc21a78795a47.tar.gz
org.eclipse.linuxtools-a1511453cd84e12260a03e07aa8dc21a78795a47.tar.xz
org.eclipse.linuxtools-a1511453cd84e12260a03e07aa8dc21a78795a47.zip
Make Changelog's tests fragment.
This allows to not export Changelog internal API because of the tests. Few small modifications in the tests were needed in order to not use parsers fragments directly but through the exension point.
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog.javaparser')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.javaparser/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.javaparser/META-INF/MANIFEST.MF b/changelog/org.eclipse.linuxtools.changelog.javaparser/META-INF/MANIFEST.MF
index 048ea69e72..8f7514d5d1 100644
--- a/changelog/org.eclipse.linuxtools.changelog.javaparser/META-INF/MANIFEST.MF
+++ b/changelog/org.eclipse.linuxtools.changelog.javaparser/META-INF/MANIFEST.MF
@@ -8,4 +8,4 @@ Require-Bundle: org.eclipse.jdt.core;bundle-version="3.3.0",
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Fragment-Host: org.eclipse.linuxtools.changelog.core;bundle-version="2.6.3"
-Export-Package: org.eclipse.linuxtools.internal.changelog.parsers.java;x-friends:="org.eclipse.linuxtools.changelog.tests"
+

Back to the top