mrglavas 2005/03/23 08:31:47 Modified: java build.xml Log: Rewording text used for @xerces.internal and @xerces.experimental tags. Revision Changes Path 1.180 +3 -3 xml-xerces/java/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/build.xml,v retrieving revision 1.179 retrieving revision 1.180 diff -u -r1.179 -r1.180 --- build.xml 22 Mar 2005 04:46:41 -0000 1.179 +++ build.xml 23 Mar 2005 16:31:47 -0000 1.180 @@ -367,11 +367,11 @@ <target name="javadoc-replace" unless="additional.param"> <replace token="@xerces.internal" dir="${build.src}"> - <replacevalue><![CDATA[<DL><DT><H1 style="font-size:110%">INTERNAL:</H1><DD>This type should not be directly used by the user. The methods/fields defined can be altered or removed at any time.</DD></DT></DL>]]></replacevalue> + <replacevalue><![CDATA[<DL><DT><H1 style="font-size:110%">INTERNAL:</H1><DD>Usage of this class is not supported. It may be altered or removed at any time.</DD></DT></DL>]]></replacevalue> </replace> <replace token="@xerces.experimental" dir="${build.src}"> - <replacevalue><![CDATA[<DL><DT><H1 style="font-size:150%">EXPERIMENTAL:</H1><DD>This interface should not be considered stable. It is likely to be altered or replaced in the future.</DD></DT></DL>]]></replacevalue> + <replacevalue><![CDATA[<DL><DT><H1 style="font-size:150%">EXPERIMENTAL:</H1><DD>This class should not be considered stable. It is likely to be altered or replaced in the future.</DD></DT></DL>]]></replacevalue> </replace> </target>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]