Author: sebb Date: Tue Jul 26 23:16:09 2011 New Revision: 1151288 URL: http://svn.apache.org/viewvc?rev=1151288&view=rev Log: Add TM marks; minor grammar tweaks
Modified: commons/proper/bcel/trunk/src/site/site.xml commons/proper/bcel/trunk/src/site/xdoc/index.xml Modified: commons/proper/bcel/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/site/site.xml?rev=1151288&r1=1151287&r2=1151288&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/site/site.xml (original) +++ commons/proper/bcel/trunk/src/site/site.xml Tue Jul 26 23:16:09 2011 @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project name="Apache Commons BCEL"> +<project name="Apache Commons BCEL&trade;"> <bannerRight> <name>Commons BCEL</name> Modified: commons/proper/bcel/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/site/xdoc/index.xml?rev=1151288&r1=1151287&r2=1151288&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/site/xdoc/index.xml (original) +++ commons/proper/bcel/trunk/src/site/xdoc/index.xml Tue Jul 26 23:16:09 2011 @@ -24,8 +24,8 @@ <section name="BCEL"> <p> - The Byte Code Engineering Library is intended to give users a - convenient possibility to analyze, create, and manipulate (binary) + The Byte Code Engineering Library (Apache Commons BCEL™) is intended to give users a + convenient way to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in @@ -34,7 +34,7 @@ <p> Such objects can be read from an existing file, be transformed - by a program (e.g. a class loader at run-time) and dumped to a file again. + by a program (e.g. a class loader at run-time) and written to a file again. An even more interesting application is the creation of classes from scratch at run-time. The Byte Code Engineering Library (BCEL) may be also useful if you want to learn about the Java Virtual Machine (JVM) and the format of