mbenson 2005/03/11 11:04:33
Modified: src/testcases/org/apache/tools/ant/taskdefs/optional/vss
Tag: ANT_16_BRANCH MSVSSTest.java
Log:
sync with head
Revision Changes Path
No revision
No revision
1.3.2.5 +2 -3
ant/src/testcases/org/apache/tools/ant/taskdefs/optional/vss/MSVSSTest.java
Index: MSVSSTest.java
===================================================================
RCS file:
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/optional/vss/MSVSSTest.java,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -u -r1.3.2.4 -r1.3.2.5
--- MSVSSTest.java 9 Mar 2004 17:02:07 -0000 1.3.2.4
+++ MSVSSTest.java 11 Mar 2005 19:04:33 -0000 1.3.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2003-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -35,7 +35,6 @@
*/
public class MSVSSTest extends BuildFileTest implements MSVSSConstants {
- private Project project;
private Commandline commandline;
private static final String VSS_SERVER_PATH =
"\\\\server\\vss\\srcsafe.ini";
@@ -52,7 +51,7 @@
private static final String DATE = "00-00-00";
private static final String DATE2 = "01-01-01";
private static final String OUTPUT = "output.log";
- private static final String SS_DIR = "c:/winnt";
+ private static final String SS_DIR = "c:/winnt".replace('/',
File.separatorChar);
/**
* Constructor for the MSVSSTest object
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]