Update of /cvsroot/jrman/drafts/jrMan
In directory sc8-pr-cvs1:/tmp/cvs-serv1503/jrMan
Modified Files:
README.TXT
Log Message:
Added dist target to build.xml
Added jrMan and jrMan.bat
Changed PATH for windows in README.TXT
Index: README.TXT
===================================================================
RCS file: /cvsroot/jrman/drafts/jrMan/README.TXT,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README.TXT 30 May 2003 00:22:54 -0000 1.4
--- README.TXT 30 May 2003 01:18:14 -0000 1.5
***************
*** 25,29 ****
you might need to type something like this at the command prompt:
! set PATH=C:\jrMan\bin
set JRMAN_HOME=C:\jrMan
--- 25,29 ----
you might need to type something like this at the command prompt:
! set PATH=%PATH%;C:\jrMan\bin
set JRMAN_HOME=C:\jrMan
|