Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » API to create a plug-in programmatically(automated plug-in creation)
API to create a plug-in programmatically [message #541570] Mon, 21 June 2010 15:23
DK  is currently offline DK Friend
Messages: 16
Registered: June 2010
Junior Member
I need to automate the creation of plug-ins that are basic Extensions to an Extension Point defined in my RCP app.

Each Extension plug-in jar will simply hold the plug-in manifests and a XML file resource.

The Extension plugin.xml will simply looks like the following.

<plugin>
   <extension point="com.xya.extension">
      <myresource
            location="resources/xml/names.xml">
      </myresource>
   </extension>
</plugin>


How can I create such a plug-in jar programmatically. Is there an API.

[Updated on: Mon, 21 June 2010 15:23]

Report message to a moderator

Previous Topic:empty run menu visible after disabling all related actions
Next Topic:Open Workspace Resource
Goto Forum:
  


Current Time: Mon May 13 04:33:27 GMT 2024

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

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

Back to the top