Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-05-18 14:09:20 +0000
committerPaul Webster2012-09-12 17:10:29 +0000
commit2e9983bbc6af446807e886f60c2373e8099a53e4 (patch)
treefb7e8aac7675b692092d7d0c2d4248eac715670c
parentf333603c157dd1a8ee45aa815ab881dfca330e69 (diff)
downloadeclipse.platform-2e9983bbc6af446807e886f60c2373e8099a53e4.tar.gz
eclipse.platform-2e9983bbc6af446807e886f60c2373e8099a53e4.tar.xz
eclipse.platform-2e9983bbc6af446807e886f60c2373e8099a53e4.zip
Add import package org.apache.xerces.parsers to MANIFEST
-rw-r--r--update/org.eclipse.update.examples/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/update/org.eclipse.update.examples/META-INF/MANIFEST.MF b/update/org.eclipse.update.examples/META-INF/MANIFEST.MF
index 346d63c84..17c13f858 100644
--- a/update/org.eclipse.update.examples/META-INF/MANIFEST.MF
+++ b/update/org.eclipse.update.examples/META-INF/MANIFEST.MF
@@ -11,3 +11,4 @@ Require-Bundle: org.eclipse.core.runtime.compatibility,
org.eclipse.update.core,
org.eclipse.core.runtime;bundle-version="2.1"
Bundle-ActivationPolicy: lazy
+Import-Package: org.apache.xerces.parsers;version="0.0.0"

Back to the top