Skip to content
Snippets Groups Projects
Commit 89851183 authored by brinn's avatar brinn
Browse files

add: method setRevision(), corresponding to ant attribute revision

SVN: 2294
parent e3a9494d
No related branches found
No related tags found
No related merge requests found
......@@ -290,6 +290,17 @@ public class SVNBranchAndTagTask extends Task
}
}
public void setRevision(String revision)
{
try
{
sourceContext.setRevision(revision);
} catch (UserFailureException ex)
{
throw new BuildException(ex);
}
}
public void setGroup(String groupName)
{
try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment