One of my Eclipse plug-ins (OSGi bundles) is supposed to contain a directory (Database Elements) of .sql files.My build.properties shows:
I have two plugins, say com.site.plugin.core and com.site.plugin.ui. I\'d like to separate core开发者_如何学运维 part from UI part, so at plugin com.site.plugin.ui I created Preferences page where I d
In my eclipse plugin I have the following code: public class MyHandler extends AbstractHandler { @Override
I am currently using PDE build in headless mode to build my OSGI Bundle project. The PDE Antrunner task uses an Eclipse installation and I am just pointing it to my local Eclipse installation.
I have a product consisting of several plugins that I want to build. The endresult I want is a zipfile containing all my jar files AND the dependenc开发者_JAVA百科ies I have, i.e org.eclipse.swt.X.jar
I am using Rhino to script an Eclipse (RCP) application. The problem is that from Javascript I only have access to classes available to the plugin that provides Rhino, and not to all the classes avail
I\'m posting this on behalf of the 30 or so projects that seem to be suffering from this problem without any resolution.
I\'m developing an e开发者_如何学Pythonclipse plugin and need to list of IMethods that belong to an IResource.
Due to incomplete understanding of eclipse infrastructure I have one problem. Historically we have one ugly thing in our build procedure. It looks like following: