| org.eclipse.pde.internal.build.tasks.PluginVersionReplaceTask
PluginVersionReplaceTask | public class PluginVersionReplaceTask extends Task (Code) | | Internal task.
This task aims at replacing the generic ids used into a plugin.xml by another value.
since: 3.0 |
execute | public void execute()(Code) | | |
setInput | public void setInput(String input)(Code) | | Set the type of the file.
Parameters: input - |
setPluginFilePath | public void setPluginFilePath(String path)(Code) | | The location of a fragment.xml or plugin.xml file
Parameters: path - |
setVersionNumber | public void setVersionNumber(String qualifier)(Code) | | Set the new version.
Parameters: qualifier - the version that will be set in the manifest file. |
|
|