Static helper functions which can be used different places around the Eclipse plugin build.
| Type | Name and description |
|---|---|
static void |
configureFeatureJarInput(org.gradle.api.Project project)Configures the feature artifact generated by the jar task of this feature project to have the same content as declared in the plugin project's build.properties file. |
static void |
configurePluginJarInput(org.gradle.api.Project project)Configures the plugin artifact generated by the jar task of this plugin project to have the same content as declared in the plugin project's build.properties file. |
static java.lang.String |
findLauncherVersion(java.lang.Object targetDir) |
static void |
updatePluginManifest(org.gradle.api.Project project)Copies the content of the plugin project's MANIFEST.MF file to the plugin artifact generated by the jar task of this project. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Configures the feature artifact generated by the jar task of this feature project to have the same content as declared in the
plugin project's build.properties file. While configuring the jar task, the version placeholder in the feature.xml file
is replaced with the build version of the project.
project - the plugin project whose content of the artifact of the jar task to configure
Configures the plugin artifact generated by the jar task of this plugin project to have the same content as declared in the plugin project's build.properties file.
project - the plugin project whose content of the artifact of the jar task to configureCopies the content of the plugin project's MANIFEST.MF file to the plugin artifact generated by the jar task of this project. While copying the MANIFEST.MF file, the value of the Bundle-Version attribute is replaced with the build version of the project.
project - the plugin project whose MANIFEST.MF file of the artifact of the jar task to update