[java-xmltooling COMMIT] in /branches/REL_1/doc: README README.txt

noreply at shibboleth.net noreply at shibboleth.net
Fri Mar 29 16:13:57 EDT 2013


Author: scantor
Date: Fri Mar 29 16:13:57 2013
New Revision: 805

URL: http://svn.shibboleth.net/view/java-xmltooling?rev=805&view=rev
Log:
Freshen readme files, pending details about parser use.

Added:
    branches/REL_1/doc/README.txt
      - copied, changed from r801, branches/REL_1/doc/README
Modified:
    branches/REL_1/doc/README

Copied: branches/REL_1/doc/README.txt (from r801, branches/REL_1/doc/README)
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/doc/README.txt?p2=branches/REL_1/doc/README.txt&p1=branches/REL_1/doc/README&r1=801&r2=805&rev=805&view=diff
==============================================================================
--- branches/REL_1/doc/README (original)
+++ branches/REL_1/doc/README.txt Fri Mar 29 16:13:57 2013
@@ -6,20 +6,22 @@
 it provides a significant amount of support for more complex tasks such 
 as signing and encryption, key resolution, key trust fabrics, and others.
 
-XMLTooling-J requires working JAXP 1.3 and DOM Level 3 compliant parsers, 
-which means if you are using Sun's JRE you will need to endorse JAXP compliant
-libraries such as Xerces and Xalan.  XMLTooling, to date, has only been tested
-on JDK 1.5 but support for 1.4 is planned for the final 1.0 release.
+XMLTooling-J requires working JAXP 1.3 and DOM Level 3 compliant parsers,
+and this library requires the use of Xerces and Xalan for historical reasons.
+We recommend those libraries be endorsed using the endorsement override
+mechanism in the JVM to ensure their use.
+
+The use of JDK 1.6 or higher is required. Older Java versions are not
+supported.
 
 XMLTooling-J is licensed under the Apache License, version 2.
 
-Feedback
+Support
 --------
-Feedback may be provided through the Shibboleth development mailing list.
-http://shibboleth.internet2.edu/lists.html
+Informal support is provided through the Shibboleth development mailing list:
+http://shibboleth.net/community/lists.html
 
-Issues, Suggestions
+Issues
 --------
-Issues or suggestions for improvement may submitted to the XMLTooling - Java
-project at:
+Issues or suggestions for improvement may submitted to the our project tracker:
 https://issues.shibboleth.net/jira/browse/JXT



More information about the commits mailing list