[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: [RCP product export] Plugins export in a folder

Phillipus wrote:
H.Mueller wrote:
Hi,

I developed a RCP application containing several self written plug-ins. Now, I want to export the application as a product. The export process itself as well as the corresponding product work very well.
But if I have a look into the plugin folder of the exported product there are some plug-ins available as a jar file and other who reside in a separate folder. The plugins written by myself are always exported as jar files.
However, my plugins should be available in a separate folder and not in a jar file. How can I achieve such an export?


For example, exporting particualar plugins seperately via the export wizard there are an appropriate property for folder export.

Thanks
Hermann

In your manifest file for the plug-in, open it in the editor...go to the "Runtime" tab. Look in the "Classpath" section. What's there? Do you see a "."? If so, remove it and an entry something like "com.mycompany.plugin_name.jar". Then go to the "Build" tab. Make sure that this "com.mycompany.plugin_name.jar" is added to the "Runtime information" section.


P.


That should read "...If so, remove it and *add* an entry something like "com.mycompany.plugin_name.jar". ..."