Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbvosburgh2012-04-04 21:54:19 +0000
committerbvosburgh2012-04-04 21:54:19 +0000
commitf38a3e5051fd1109b321e034fd4b8c1f13f7360b (patch)
treef623e4dff12d6643de5b4d37e60fbb9ff182c3db /common/plugins
parent0a2659cfc217c2487ad0bb3b0f4669f1acaec074 (diff)
downloadwebtools.dali-f38a3e5051fd1109b321e034fd4b8c1f13f7360b.tar.gz
webtools.dali-f38a3e5051fd1109b321e034fd4b8c1f13f7360b.tar.xz
webtools.dali-f38a3e5051fd1109b321e034fd4b8c1f13f7360b.zip
fix warning
Diffstat (limited to 'common/plugins')
-rw-r--r--common/plugins/org.eclipse.jpt.common.utility/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/plugins/org.eclipse.jpt.common.utility/META-INF/MANIFEST.MF b/common/plugins/org.eclipse.jpt.common.utility/META-INF/MANIFEST.MF
index d2325ccf32..15b0ba4fe1 100644
--- a/common/plugins/org.eclipse.jpt.common.utility/META-INF/MANIFEST.MF
+++ b/common/plugins/org.eclipse.jpt.common.utility/META-INF/MANIFEST.MF
@@ -6,8 +6,8 @@ Bundle-SymbolicName: org.eclipse.jpt.common.utility
Bundle-Version: 2.1.0.qualifier
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Dali-Comment: *NO* EclipseLink friends!
-Dali-Comment: the UI-related packages are friends with only UI plug-ins
+Dali-Comment-1: *NO* EclipseLink friends!
+Dali-Comment-2: the UI-related packages are friends with only UI plug-ins
Export-Package: org.eclipse.jpt.common.utility,
org.eclipse.jpt.common.utility.command,
org.eclipse.jpt.common.utility.internal;

Back to the top