You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/05/29 05:36:45 UTC

svn commit: r779827 - in /incubator/pivot/trunk: README RELEASE-NOTES

Author: tvolkert
Date: Fri May 29 03:36:45 2009
New Revision: 779827

URL: http://svn.apache.org/viewvc?rev=779827&view=rev
Log:
Updated README and RELEASE_NOTES

Modified:
    incubator/pivot/trunk/README
    incubator/pivot/trunk/RELEASE-NOTES

Modified: incubator/pivot/trunk/README
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/README?rev=779827&r1=779826&r2=779827&view=diff
==============================================================================
--- incubator/pivot/trunk/README (original)
+++ incubator/pivot/trunk/README Fri May 29 03:36:45 2009
@@ -33,6 +33,10 @@
 * Tools (pivot-tools-incubating.jar):
   Development tools and utility applications.
 
+* StAX (stax-1.2.0.jar, stax-api-1.0.jar)
+  Streaming API for XML reference implementation, required when using Pivot's
+  WTKX library in Java 5 (Java 6 includes these libraries).
+
 To begin developing with Pivot, simply include the necessary libraries on your
 project classpath.
 

Modified: incubator/pivot/trunk/RELEASE-NOTES
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/RELEASE-NOTES?rev=779827&r1=779826&r2=779827&view=diff
==============================================================================
--- incubator/pivot/trunk/RELEASE-NOTES (original)
+++ incubator/pivot/trunk/RELEASE-NOTES Fri May 29 03:36:45 2009
@@ -191,3 +191,6 @@
 - Although the TextArea component is included in this release, it is not
   completely functional. It works reliably in read-only mode, but editing
   support is incomplete.
+
+- Although the WTKX Translator and Compiler are included in this release,
+  they are not completely functional and should be considered experimental.