It is best that you should directly ask the author at felix project. But from what i know and dont know ;-), this osgi plugin will generate MANIFEST.MF, but not the plugin.xml. It can generate MANIFEST.MF because the pom.xml has the manifest data. The plugin.xml has data specific to eclipse and pom.xml does not have it. again I can be totally wrong. -Dan
On 10/13/05, jan_bar <[EMAIL PROTECTED]> wrote: > > Thanks Dan, > > I don't understand how is the plugin connected with Eclipse. When I > develop > and debug my plugin, Eclipse needs the plugin.xml and MANIFEST.MF. But > your > plugin doesn't seem to create them. How I should keep those two files to > be > same? > > Jan > > "dan tran" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > There is some working going on at > > > http://svn.apache.org/repos/asf/incubator/felix/trunk/tools/maven2/maven-osgi-plugin/ > -Dan > > > On 10/4/05, jan_bar <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > is there maven plugin that helps developing Eclipse plugins and RCP? For > > instance META-INF/MANIFEST.MF contains list of dependant libraries. But > I > > cannot specify library that is in maven repository. > > > > Thanks, Jan > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
