sbailliez 02/04/16 05:21:29
Modified: . build.xml WHATSNEW
Log:
Moving from Crimson 1.1.3 to Xerces 2.0.1
Revision Changes Path
1.291 +7 -3 jakarta-ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/build.xml,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- build.xml 15 Apr 2002 09:53:24 -0000 1.290
+++ build.xml 16 Apr 2002 12:21:29 -0000 1.291
@@ -586,7 +586,7 @@
<copy todir="${build.dir}">
<fileset dir=".">
<include name="LICENSE" />
- <include name="LICENSE.crimson" />
+ <include name="LICENSE.xerces" />
</fileset>
<mapper type="glob" from="*" to="*.txt" />
</copy>
@@ -757,7 +757,7 @@
<fileset dir=".">
<include name="README"/>
<include name="LICENSE"/>
- <include name="LICENSE.crimson"/>
+ <include name="LICENSE.xerces"/>
<include name="TODO"/>
<include name="WHATSNEW"/>
<include name="KEYS"/>
@@ -841,7 +841,7 @@
<fileset dir=".">
<include name="README"/>
<include name="LICENSE"/>
- <include name="LICENSE.crimson"/>
+ <include name="LICENSE.xerces"/>
<include name="TODO"/>
<include name="WHATSNEW"/>
<include name="KEYS"/>
@@ -1331,4 +1331,8 @@
description="--> creates a minimum distribution in ./dist"
depends="dist-lite" />
+ <target name="javacc">
+ <javacc javacchome="e:\download\thirdparty\javacc2.0"
+
target="E:\download\thirdparty\javacc2.0\examples\MailProcessing\Digest.jj"/>
+ </target>
</project>
1.253 +4 -0 jakarta-ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- WHATSNEW 16 Apr 2002 05:48:37 -0000 1.252
+++ WHATSNEW 16 Apr 2002 12:21:29 -0000 1.253
@@ -4,6 +4,10 @@
Changes that could break older environments:
--------------------------------------------
+* Shipped XML parser is now Xerces 2.0.1 along with the XML Parser APIs.
+ XML Parser APIs is a separate jar that contains the necessary
+ JAXP/DOM/SAX classes.
+
* Important: Single $ signs are no longer silently stripped!
Before you panic that we have broken all your build files, we have kept
the old "$$" -> "$" behaviour. So only build files which accidentally had
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>