| org.eclipse.pde.internal.build.tasks.GenericVersionReplacer
GenericVersionReplacer | public class GenericVersionReplacer extends Task (Code) | | Internal task.
Replace the version numbers of plugin.xml, fragment.xml and manifest.mf.
since: 3.0 |
Method Summary | |
public void | execute() | public void | setPath(String location) Set the path where the file to be replaced is contained. | public void | setVersion(String version) Set the new version. |
execute | public void execute()(Code) | | |
setPath | public void setPath(String location)(Code) | | Set the path where the file to be replaced is contained.
Parameters: location - path to the folder containing the file that needs to be replaced or the file path |
setVersion | public void setVersion(String version)(Code) | | Set the new version.
Parameters: version - the version that will be set in the manifest file. |
|
|