I'm trying to understand where the information that is stored in the
META.INF directory of .jar files including MANIFEST.MF etc is stored for
.NET assemblies.

The OSGi spec defines additional/custom info that is stored in the
MANIFEST.MF file. For example:

        Bundle-NativeCode:nativecodewin32.dll;
                delta.dll;
                osname=win32;
                processor=x86;
                language=en,
                nativecodegtk.so;
                osname=linux;
                processor=x86;
                language=en;
                selection-filter= "(org.osgi.framework.windowing.system =
gtk)", nativecodeqt.so;
                osname=linux;
                processor=x86;
                language=en;
                selection-filter = "(org.osgi.framework.windowing.system =
qt)"

Does the .NET environment have a place for such custom information?

Kunle

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to