Changes to allow project to build under Windows given the changes that have been made to remove Axis dependency.

This commit is contained in:
Juan Carlos Luciani
2007-03-16 23:48:58 +00:00
parent 08f9d3ac9d
commit 33a49c686a
18 changed files with 464 additions and 525 deletions

View File

@@ -44,7 +44,7 @@ public class MungeCryptoPropertiesFilePath
final static String INPUT_FILE_PARAM = "input=";
final static String OUTPUT_FILE_PARAM = "output=";
final static String FILE_KEY = "org.apache.ws.security.crypto.merlin.file=";
final static String FILE_KEY = "com.novell.casa.authtoksvc.crypto.file=";
File fileInput;
File fileOutput;