Author: bodewig
Date: Fri Oct 17 08:53:11 2008
New Revision: 705649
URL: http://svn.apache.org/viewvc?rev=705649&view=rev
Log:
whitespace
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java?rev=705649&r1=705648&r2=705649&view=diff
==============================================================================
---
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java
(original)
+++
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java
Fri Oct 17 08:53:11 2008
@@ -248,21 +248,21 @@
}
if (!remote) {
- setCommand("log");
+ setCommand("log");
- if (getTag() != null) {
- CvsVersion myCvsVersion = new CvsVersion();
- myCvsVersion.setProject(getProject());
- myCvsVersion.setTaskName("cvsversion");
- myCvsVersion.setCvsRoot(getCvsRoot());
- myCvsVersion.setCvsRsh(getCvsRsh());
- myCvsVersion.setPassfile(getPassFile());
- myCvsVersion.setDest(inputDir);
- myCvsVersion.execute();
- if (myCvsVersion.supportsCvsLogWithSOption()) {
- addCommandArgument("-S");
+ if (getTag() != null) {
+ CvsVersion myCvsVersion = new CvsVersion();
+ myCvsVersion.setProject(getProject());
+ myCvsVersion.setTaskName("cvsversion");
+ myCvsVersion.setCvsRoot(getCvsRoot());
+ myCvsVersion.setCvsRsh(getCvsRsh());
+ myCvsVersion.setPassfile(getPassFile());
+ myCvsVersion.setDest(inputDir);
+ myCvsVersion.execute();
+ if (myCvsVersion.supportsCvsLogWithSOption()) {
+ addCommandArgument("-S");
+ }
}
- }
} else {
// supply 'rlog' as argument instead of command
setCommand("");