[Esbox-commits] r1634 - branches/work_Ed/org.maemo.esbox.product/META-INF

eswartz at garage.maemo.org eswartz at garage.maemo.org
Fri May 22 00:43:14 EEST 2009


Author: eswartz
Date: 2009-05-22 00:43:13 +0300 (Fri, 22 May 2009)
New Revision: 1634

Modified:
   branches/work_Ed/org.maemo.esbox.product/META-INF/MANIFEST.MF
Log:
Add dependencies on product plugin to quell warnings about referenced wizard ids

Modified: branches/work_Ed/org.maemo.esbox.product/META-INF/MANIFEST.MF
===================================================================
--- branches/work_Ed/org.maemo.esbox.product/META-INF/MANIFEST.MF	2009-05-21 20:36:58 UTC (rev 1633)
+++ branches/work_Ed/org.maemo.esbox.product/META-INF/MANIFEST.MF	2009-05-21 21:43:13 UTC (rev 1634)
@@ -8,6 +8,8 @@
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
- org.eclipse.cdt.ui;bundle-version="5.0.1"
+ org.eclipse.cdt.ui;bundle-version="5.0.1",
+ org.maemo.esbox.python.project;bundle-version="2.0.0";resolution:=optional,
+ org.maemo.esbox.cpp.project;bundle-version="2.0.0";resolution:=optional
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Bundle-ActivationPolicy: lazy



More information about the Esbox-commits mailing list