Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.javaparser/build.properties3
-rw-r--r--rpm/org.eclipse.linuxtools.rpm.ui.editor.tests/META-INF/MANIFEST.MF13
2 files changed, 4 insertions, 12 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.javaparser/build.properties b/changelog/org.eclipse.linuxtools.changelog.javaparser/build.properties
index 423b176400..6b491288af 100644
--- a/changelog/org.eclipse.linuxtools.changelog.javaparser/build.properties
+++ b/changelog/org.eclipse.linuxtools.changelog.javaparser/build.properties
@@ -4,4 +4,5 @@ bin.includes = META-INF/,\
.,\
about.html,\
fragment.xml,\
- OSGI-INF/l10n/bundle.properties
+ OSGI-INF/l10n/bundle.properties,\
+ OSGI-INF/
diff --git a/rpm/org.eclipse.linuxtools.rpm.ui.editor.tests/META-INF/MANIFEST.MF b/rpm/org.eclipse.linuxtools.rpm.ui.editor.tests/META-INF/MANIFEST.MF
index fd7f76e49e..d06dc09a85 100644
--- a/rpm/org.eclipse.linuxtools.rpm.ui.editor.tests/META-INF/MANIFEST.MF
+++ b/rpm/org.eclipse.linuxtools.rpm.ui.editor.tests/META-INF/MANIFEST.MF
@@ -5,17 +5,8 @@ Bundle-SymbolicName: org.eclipse.linuxtools.rpm.ui.editor.tests
Bundle-Version: 0.4.3.qualifier
Fragment-Host: org.eclipse.linuxtools.rpm.ui.editor;bundle-version="0.4.3"
Bundle-Localization: plugin
-Require-Bundle: org.eclipse.jface.text,
- org.eclipse.core.resources,
- org.eclipse.osgi,
- org.eclipse.ui.workbench,
- org.eclipse.ui.ide,
- org.eclipse.core.runtime,
- org.eclipse.linuxtools.rpm.ui.editor,
- org.eclipse.jface,
- org.eclipse.ui.editors,
- org.junit;bundle-version="4.8.1",
- org.eclipse.linuxtools.rpm.core
+Require-Bundle:
+ org.junit;bundle-version="4.8.1"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %provider

Back to the top