Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] OSGI Bundles: alternate manifest.mf location


Yes, PDE requires the manifest file to be located in the META-INF/ folder at the root of the project.

PaScaL



Ravindar Reddy <rroopreddy@xxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

07/05/2006 01:37 PM

Please respond to
Ravindar Reddy <rroopreddy@xxxxxxxxx>; Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>
cc
Subject
[equinox-dev] OSGI Bundles:  alternate manifest.mf location





PDE Plugin project requires a valid Manifest to be present under /meta-inf of the current OSGi bundle project in the workspace, and the PDE dependencies virtual classpath variable mounts the deps mentioned in the Manifest. Is there a way to use alternate location for OSGI MANIFEST.MF file (e.g: resources/META-INF/MANIFEST.MF)?

I created a sample OSGI project and moved to the file to resources/META-INF/MANIFEST.MF from META-INF/MANIFEST.MF. Updated "build.properties" to reflect this new location. The PDE generated errors and was unable to mount the plugin deps mentioned in manifest.mf.

Is META-INf location is hard-coded somehow?

Any help is appreciated, thanks
-Ravi R
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top