Minor updates to sync with runtime javax.persistence project.
diff --git a/antbuild.xml b/antbuild.xml
index c0acd59..a16e9e7 100644
--- a/antbuild.xml
+++ b/antbuild.xml
@@ -112,7 +112,7 @@
         <property name="javac.debug"           value="true"/>
         <property name="javac.optimize"        value="off"/>
         <property name="javac.deprecation"     value="off"/>
-        <property name="javac.version"         value="1.5"/>
+        <property name="javac.version"         value="1.6"/>
 
         <!-- Set Compile Path-->
         <path id="jpaproto.compile.path">
@@ -168,6 +168,7 @@
                includes="**"
                debug="${javac.debug}"
                debuglevel="${javac.debuglevel}"
+               encoding="UTF-8"
                optimize="${javac.optimize}"
                source="${javac.version}"
                target="${javac.version}"
diff --git a/readme.txt b/readme.txt
index b5fd984..4ab4c6a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -8,9 +8,10 @@
  http://www.eclipse.org/org/documents/edl-v10.php.

   

   Contributors:

-      Linda DeMichiel -Java Persistence 2.1 - Draft, Version 1.0 (January 17, 2012)

-      Specification available from http://jcp.org/en/jsr/detail?id=

+      Linda DeMichiel -Java Persistence 2.1 - Early Draft Review 2 (October 2012)

+      Specification available from http://jcp.org/en/jsr/detail?id=338

       Oracle Committers - EclipseLink specific implementations and OSGi support

+      Oracle Committers - Misc Bugfixes

  

 Java(TM) Persistence API, Version 2.1 - EARLY ACCESS

 This is an implementation of an early-draft specification developed under the