On 03/12/2013 07:42 AM, Farshad Zeinali wrote: > Hi > I want declare a MAINFEST.MF file for created class in projects > where I must declare this file ? I must create for any class (Bundles) a > MANIFEST file or no I must declare a file for all classes and all them > use of that file ? > > > > _______________________________________________ > OSGi Developer Mail List > [email protected] > https://mail.osgi.org/mailman/listinfo/osgi-dev >
Hi, I think you should start with the following first, because it seems you are not aware of some basics here: http://docs.oracle.com/javase/tutorial/deployment/jar/manifestindex.html Just to make sure that you know, that the manifest file itself is not specific to OSGi, only entries therein. Cheers, Ancoron _______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
