Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to deploy a plugin such that it can be imported again?
How to deploy a plugin such that it can be imported again? [message #601381] Wed, 09 September 2009 08:51
Patrick Konemann is currently offline Patrick KonemannFriend
Messages: 116
Registered: July 2009
Senior Member
Hi,

I have a plugin which I would like to deploy via an update site and which can be imported again (Eclipse 3.5).
The structure of the plugin is as follows:

META-INF\
src\
tests\
..classpath
..project

A feature project contains this plugin and an update site project builts an update site as expected (containing the feature and the plugin as jar files).
Then I can install the plugin in another Eclipse and in the Plugin-view I can see it.

What I would like to do now is to right-click my plugin in the plugin-view -> Import As -> Source Project.
However, the imported project looks different from the one in my original workspace:

META-INF\
tests\
..classpath
..project
<plugin-name>_1.0.0.jar

The jar seems to be the same as the one in the update site.
Inside the jar, I have exactly the expected contents from my workspace:

META-INF\
src\
tests\
..classpath
..project

My question is now, how do I restore the original project again from the installed plugin?
-> I thought it would be Import as source project, but apparently it isn't.
-> I had that working with Eclipse 3.2 (or 3.3, I can't remember). Did I miss something here?


Any help appreciated!
Patrick
Previous Topic:EMF generated editor nested inside MultipageEditorPart
Next Topic:How to deploy a plugin such that it can be imported again?
Goto Forum:
  


Current Time: Tue Apr 23 06:15:29 GMT 2024

Powered by FUDForum. Page generated in 0.02363 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top