Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ua-dev] patch for bug 113252

This will allow the tomcat plug in to load libraries required but defined in other plugins (for example the xerces parser, which it seems to require).

Alternatively, I suppose you can include the xerces parser in the plugin.

in org.eclipse.tomcat:

Index: MANIFEST.MF
===================================================================
RCS file: /home/eclipse/org.eclipse.tomcat/META-INF/MANIFEST.MF,v
retrieving revision 1.14
diff -u -r1.14 MANIFEST.MF
--- MANIFEST.MF    19 May 2005 04:05:11 -0000    1.14
+++ MANIFEST.MF    21 Oct 2005 01:01:03 -0000
@@ -33,6 +33,7 @@
 org.apache.ant;resolution:=optional,
 org.eclipse.core.runtime
Eclipse-AutoStart: true
+Eclipse-BuddyPolicy: global
Export-Package: javax.management;x-internal:=true,
 javax.management.loading;x-internal:=true,
 javax.management.modelmbean;x-internal:=true,

--
Francis Upton IV
francisu@xxxxxxxx
Tel  510 835 3123
Fax  501 648 1464 (yes, it's 501)
Cell 510 432 1589



Back to the top