|
From: <pe...@us...> - 2003-12-22 22:15:29
|
Update of /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/id/tools/commandline
In directory sc8-pr-cvs1:/tmp/cvs-serv23883/src/java/org/neuclear/id/tools/commandline
Modified Files:
CommandLineSigner.java
Log Message:
Last minute cleanups and documentation prior to release 0.8.1
Index: CommandLineSigner.java
===================================================================
RCS file: /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/id/tools/commandline/CommandLineSigner.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** CommandLineSigner.java 19 Dec 2003 18:03:34 -0000 1.6
--- CommandLineSigner.java 22 Dec 2003 22:15:26 -0000 1.7
***************
*** 1,4 ****
--- 1,7 ----
/* $Id$
* $Log$
+ * Revision 1.7 2003/12/22 22:15:26 pelle
+ * Last minute cleanups and documentation prior to release 0.8.1
+ *
* Revision 1.6 2003/12/19 18:03:34 pelle
* Revamped a lot of exception handling throughout the framework, it has been simplified in most places:
***************
*** 357,361 ****
System.out.println();
System.out.println("You now need to copy the file: "+of+ " to your webserver so it is visible at the following location:\n" +
! NSTools.getRepositoryURL(alias)+NSTools.name2path(subject.getName())+"root.id");
System.out.println("\nOnce this is done you will be able to verify your new Identity like this:");
--- 360,364 ----
System.out.println();
System.out.println("You now need to copy the file: "+of+ " to your webserver so it is visible at the following location:\n" +
! NSTools.getRepositoryURL(alias)+NSTools.name2path(subject.getName())+"/root.id");
System.out.println("\nOnce this is done you will be able to verify your new Identity like this:");
|