Author: tcurdt
Date: Mon Mar 20 04:43:18 2006
New Revision: 387207

URL: http://svn.apache.org/viewcvs?rev=387207&view=rev
Log:
preparing readme and release notes

Added:
    jakarta/bcel/trunk/RELEASE-NOTES.txt   (with props)
Modified:
    jakarta/bcel/trunk/README.txt

Modified: jakarta/bcel/trunk/README.txt
URL: 
http://svn.apache.org/viewcvs/jakarta/bcel/trunk/README.txt?rev=387207&r1=387206&r2=387207&view=diff
==============================================================================
--- jakarta/bcel/trunk/README.txt (original)
+++ jakarta/bcel/trunk/README.txt Mon Mar 20 04:43:18 2006
@@ -1,54 +1,36 @@
+Running a console based verifier
 
+   java org.apache.bcel.verifier.Verifier fully.qualified.class.Name
 
---------------------------------
-RUNNING A CONSOLE-BASED VERIFIER
---------------------------------
+ lets JustIce work standalone.
+ If you get a "java.lang.OutOfMemoryError", you should increase the
+ maximum Java heap space. A command like
 
-A command like
+   java -Xmx1887436800 org.apache.bcel.verifier.Verifier f.q.c.Name
 
- java org.apache.bcel.verifier.Verifier fully.qualified.class.Name
+ will usually resolve the problem. The value above is suitable for
+ big server machines; if your machine starts swapping to disk, try
+ to lower the value.
 
-lets JustIce work standalone.
 
 
-If you get a "java.lang.OutOfMemoryError", you should increase the
-maximum Java heap space. A command like
+Running a graphics based verifier
 
- java -Xmx1887436800 org.apache.bcel.verifier.Verifier f.q.c.Name
+ If you prefer a graphical application, you should use a command like
 
-will usually resolve the problem. The value above is suitable for
-big server machines; if your machine starts swapping to disk, try
-to lower the value.
+   java org.apache.bcel.verifier.GraphicalVerifier
 
+ to launch one. Again, you may have to resolve a memory issue depending
+ on the classes to verify.
 
----------------------------------
-RUNNING A GRAPHICS-BASED VERIFIER
----------------------------------
 
-If you prefer a graphical application, you should use a command like
+Contact
 
- java org.apache.bcel.verifier.GraphicalVerifier
+ If you spot a bug in the BCEL or its accompanying verifier "JustIce" please
+ check with the BCEL mailing list
 
-to launch one. Again, you may have to resolve a memory issue depending
-on the classes to verify.
+   http://jakarta.apache.org/bcel
 
+ or enter the issue into the BCEL bug database
 
-------------------
-CONTACT THE AUTHOR
-------------------
-
-If you do something useful with JustIce, I'd like to hear about it!
-Enver Haase <[EMAIL PROTECTED]>
-$Id$
-
-------------------------------------------------------------------------------
-If you spot a bug in the BCEL or its accompanying verifier "JustIce" please
-check with the BCEL mailing list
-
- http://jakarta.apache.org/site/mail2.html#BCEL
-
-and / or enter the issue into the BCEL bug database
-
- http://issues.apache.org/bugzilla/enter_bug.cgi?product=BCEL
-------------------------------------------------------------------------------
-
+  http://issues.apache.org/bugzilla/enter_bug.cgi?product=BCEL

Added: jakarta/bcel/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewcvs/jakarta/bcel/trunk/RELEASE-NOTES.txt?rev=387207&view=auto
==============================================================================
--- jakarta/bcel/trunk/RELEASE-NOTES.txt (added)
+++ jakarta/bcel/trunk/RELEASE-NOTES.txt Mon Mar 20 04:43:18 2006
@@ -0,0 +1,39 @@
+BCEL 5.2 RELESE NOTES
+=====================
+
+
+INTRODUCTION:
+
+
+Compatibility with 5.1
+----------------------
+Binary compatible - No
+
+Source compatible - No
+
+Semantic compatible - No
+
+
+Deprecations from 5.1
+---------------------
+
+
+Bug fixes from 5.1
+------------------
+
+
+Enhancements from 5.1
+---------------------
+
+
+Feedback
+--------
+Open source works best when you give feedback:
+http://jakarta.apache.org/bcel
+
+Please direct all bug reports to Bugzilla
+http://issues.apache.org/bugzilla/buglist.cgi?product=BCEL
+
+Or subscribe to the bcel-user mailing list
+
+The BCEL Team

Propchange: jakarta/bcel/trunk/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/bcel/trunk/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:keywords = Id



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to