jcscoobyrs 2005/12/01 18:36:43 Modified: . CREDITS.txt README.txt Log:
Updated to remove sf.net references, to remove redundant static HTML resources in WebAdmin and to get WebAdmin pointing to new resources like mailing lists. Revision Changes Path 1.3 +12 -12 openejb1/CREDITS.txt Index: CREDITS.txt =================================================================== RCS file: /scm/openejb/openejb1/CREDITS.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- CREDITS.txt 28 Aug 2005 21:52:53 -0000 1.2 +++ CREDITS.txt 1 Dec 2005 23:36:43 -0000 1.3 @@ -1,12 +1,12 @@ -=============================================== -OpenEJB -- EJB Container System and EJB Server - - THANK YOU to our community for your support. - -OpenEJB 1.0-beta1 http://openejb.sf.net/ ------------------------------------------------ - -OpenEJB would like to thank the our community members -for their feedback, patches, time and support. - -OpenEJB is a better project as a result of you! +=============================================== +OpenEJB -- EJB Container System and EJB Server + + THANK YOU to our community for your support. + +OpenEJB 1.0-beta1 http://www.openejb.org/ +----------------------------------------------- + +OpenEJB would like to thank the our community members +for their feedback, patches, time and support. + +OpenEJB is a better project as a result of you! 1.4 +73 -73 openejb1/README.txt Index: README.txt =================================================================== RCS file: /scm/openejb/openejb1/README.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README.txt 28 Aug 2005 21:52:53 -0000 1.3 +++ README.txt 1 Dec 2005 23:36:43 -0000 1.4 @@ -1,73 +1,73 @@ -=============================================== -OpenEJB -- EJB Container System and EJB Server - -OpenEJB v1.0-beta1 http://www.openejb.org/ ------------------------------------------------ -___________________ -Installation -=================== - - If you are reading this, you've already unpacked the OpenEJB release. - In that case, congratulations, you've installed OpenEJB. - - If you've unpacked OpenEJB into the directory C:\openejb, for example. - Than this directory is your OPENEJB_HOME directory. The OPENEJB_HOME - directory is refered to in various parts of the documentation, so it's - good to remeber where it is. - - Add OPENEJB_HOME/bin directory to your PATH environment variable: - - set PATH=%OPENEJB_HOME%/bin;%PATH% - - or - - export PATH=$OPENEJB_HOME/bin:$PATH - -___________________ -Using OpenEJB -=================== - - Now all you need to do is to type: - - openejb help - - For Windows users, that looks like this: - - C:\openejb> openejb help - - For UNIX/Linux/Mac OS X users, that looks like this: - - [EMAIL PROTECTED] openejb]# openejb help - - You really only need to know two commands to use OpenEJB, deploy - and start. Both are completely documented and have examples. - - For help information and command options, try this: - - openejb deploy -help - openejb start -help - - For examples on using the command and options, try this: - - openejb deploy -examples - openejb start -examples - - That's it! - -___________________ -Documentation -=================== - - The initial versions of the documentation for this release - are in the directory docs/html, see file docs/html/index.html - -___________________ -Support -=================== - - Any problems with this release can be reported to our user - mailing list. - - Send email to [EMAIL PROTECTED] or follow this link - for other subscription and list information: - http://www.openejb.org/lists.html#user +=============================================== +OpenEJB -- EJB Container System and EJB Server + +OpenEJB v1.0-beta1 http://www.openejb.org/ +----------------------------------------------- +___________________ +Installation +=================== + + If you are reading this, you've already unpacked the OpenEJB release. + In that case, congratulations, you've installed OpenEJB. + + If you've unpacked OpenEJB into the directory C:\openejb, for example. + Than this directory is your OPENEJB_HOME directory. The OPENEJB_HOME + directory is refered to in various parts of the documentation, so it's + good to remeber where it is. + + Add OPENEJB_HOME/bin directory to your PATH environment variable: + + set PATH=%OPENEJB_HOME%/bin;%PATH% + + or + + export PATH=$OPENEJB_HOME/bin:$PATH + +___________________ +Using OpenEJB +=================== + + Now all you need to do is to type: + + openejb help + + For Windows users, that looks like this: + + C:\openejb> openejb help + + For UNIX/Linux/Mac OS X users, that looks like this: + + [EMAIL PROTECTED] openejb]# openejb help + + You really only need to know two commands to use OpenEJB, deploy + and start. Both are completely documented and have examples. + + For help information and command options, try this: + + openejb deploy -help + openejb start -help + + For examples on using the command and options, try this: + + openejb deploy -examples + openejb start -examples + + That's it! + +___________________ +Documentation +=================== + + The initial versions of the documentation for this release + are in the directory docs/html, see file docs/html/index.html + +___________________ +Support +=================== + + Any problems with this release can be reported to our user + mailing list. + + Send email to [EMAIL PROTECTED] or follow this link + for other subscription and list information: + http://www.openejb.org/Mailing+Lists#user
