antelder 2002/12/09 08:49:51
Modified: java/test/util TestUtilities.java
Log:
Remove hardcoded reference to xml-axis-wsif.
Note: This means everyone must amend the wsif-path property in wsif.test.properties
file to also include theproject name:
FOr example: wsif.path=/Java/WSIF/Apache/20/xml-axis-wsif
Revision Changes Path
1.17 +0 -1 xml-axis-wsif/java/test/util/TestUtilities.java
Index: TestUtilities.java
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/test/util/TestUtilities.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- TestUtilities.java 7 Dec 2002 12:33:56 -0000 1.16
+++ TestUtilities.java 9 Dec 2002 16:49:51 -0000 1.17
@@ -131,7 +131,6 @@
if (!wsdlPath.equals("") && !wsdlPath.endsWith(slash))
wsdlPath += slash;
- wsdlPath += "xml-axis-wsif" + slash;
if (relativePath != null && relativePath.length() != 0) {
StringBuffer relativeBuff = new StringBuffer(relativePath);