|
From: Pelle B. <pe...@us...> - 2004-09-09 17:54:31
|
Update of /cvsroot/neuclear/neuclear-xmlsig/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv499/xdocs Modified Files: bdg.xml index.xml installation.xml Log Message: Updated docs with release information. Index: index.xml =================================================================== RCS file: /cvsroot/neuclear/neuclear-xmlsig/xdocs/index.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** index.xml 28 Apr 2004 17:36:58 -0000 1.7 --- index.xml 9 Sep 2004 17:54:18 -0000 1.8 *************** *** 8,11 **** --- 8,38 ---- <body> + <section name="[9th of September 2004] Release 0.14"> + <p> + Panama City, 9th of September 2004. We are happy to announce + the 0.14 release of NeuClear XMLSIG. + </p> + <h2>New Feature</h2> + <ul> + <li>[ + <a href='http://jira.neuclear.org//browse/XMLSIG-18'>XMLSIG-18</a>] - Use XPP3 as dom4j xml reader + </li> + </ul> + <h2>Task</h2> + <ul> + <li>[ + <a href='http://jira.neuclear.org//browse/XMLSIG-17'>XMLSIG-17</a>] - Bump dom4j version to 1.5 + </li> + <li>[ + <a href='http://jira.neuclear.org//browse/XMLSIG-21'>XMLSIG-21</a>] - Verify compatibility with JDK5 + </li> + </ul> + <p> + <a href="http://jira.neuclear.org/secure/ReleaseNote.jspa?projectId=10020&styleName=Html&version=10053">See full list.</a> + </p> + <p> + <a href="http://sourceforge.net/project/showfiles.php?group_id=90470">Download it today and join in the NeuClear revolution</a>. + </p> + </section> <section name="[28th of April 2004] Release 0.13"> <p> Index: bdg.xml =================================================================== RCS file: /cvsroot/neuclear/neuclear-xmlsig/xdocs/bdg.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bdg.xml 28 Apr 2004 17:36:58 -0000 1.2 --- bdg.xml 9 Sep 2004 17:54:18 -0000 1.3 *************** *** 22,26 **** <a href="http://www.dom4j.org/apidocs/org/dom4j/Element.html">Element</a> </li> ! <li>An RSA Private Key</li> </ul> Look at the following code snippet for an example: --- 22,26 ---- <a href="http://www.dom4j.org/apidocs/org/dom4j/Element.html">Element</a> </li> ! <li>An RSA or DSA Private Key</li> </ul> Look at the following code snippet for an example: Index: installation.xml =================================================================== RCS file: /cvsroot/neuclear/neuclear-xmlsig/xdocs/installation.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** installation.xml 28 Apr 2004 17:36:58 -0000 1.4 --- installation.xml 9 Sep 2004 17:54:18 -0000 1.5 *************** *** 24,27 **** --- 24,30 ---- <a href="http://jtidy.sourceforge.net/">JTidy</a> </li> + <li> + <a href="http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/">MXP1 XPP3 Parser (Recommended)</a> + </li> </ul> With Dom4J make sure you include the full jar in your classpath. |