mrglavas 2005/03/23 08:36:18 Modified: java/tools/src InternalTaglet.java ExperimentalTaglet.java Log: Updating text generated by taglets for @xerces.internal and @xerces.experimental. Revision Changes Path 1.2 +3 -3 xml-xerces/java/tools/src/InternalTaglet.java Index: InternalTaglet.java =================================================================== RCS file: /home/cvs/xml-xerces/java/tools/src/InternalTaglet.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- InternalTaglet.java 4 Oct 2004 20:51:46 -0000 1.1 +++ InternalTaglet.java 23 Mar 2005 16:36:18 -0000 1.2 @@ -1,5 +1,5 @@ /* - * Copyright 2004 The Apache Software Foundation. + * Copyright 2004,2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -92,7 +92,7 @@ */ public String toString(Tag arg0) { return "<DT><H1 style=\"font-size:110%\">" + HEADER + "</H1><DD>" - + "This type should not be directly used by the user. The methods/fields defined can be altered or removed at any time.<br/>" + + "Usage of this class is not supported. It may be altered or removed at any time.<br/>" + "<I>" + arg0.text() + "</I></DD>\n"; } @@ -104,7 +104,7 @@ return null; } String result = "\n<DT><H1 style=\"font-size:110%\">" + HEADER + "</H1><DD>"; - result += "This type should not be directly used by the user. The methods/fields defined can be altered or removed at any time."; + result += "Usage of this class is not supported. It may be altered or removed at any time."; result += "<I>"; for (int i = 0; i < tags.length; i++) { result += "<br/>"; 1.2 +3 -3 xml-xerces/java/tools/src/ExperimentalTaglet.java Index: ExperimentalTaglet.java =================================================================== RCS file: /home/cvs/xml-xerces/java/tools/src/ExperimentalTaglet.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ExperimentalTaglet.java 4 Oct 2004 20:51:46 -0000 1.1 +++ ExperimentalTaglet.java 23 Mar 2005 16:36:18 -0000 1.2 @@ -1,5 +1,5 @@ /* - * Copyright 2004 The Apache Software Foundation. + * Copyright 2004,2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -92,7 +92,7 @@ */ public String toString(Tag arg0) { return "<DT><H1 style=\"font-size:150%\">" + HEADER + "</H1><DD>" - + "This interface should not be considered stable. It is likely to be altered or replaced in the future.<br/>" + + "This class should not be considered stable. It is likely to be altered or replaced in the future.<br/>" + "<I>" + arg0.text() + "</I></DD>\n"; } @@ -104,7 +104,7 @@ return null; } String result = "\n<DT><H1 style=\"font-size:150%\">" + HEADER + "</H1><DD>"; - result += "This interface should not be considered stable. It is likely it may be altered or replaced in the future."; + result += "This class should not be considered stable. It is likely to be altered or replaced in the future."; result += "<I>"; for (int i = 0; i < tags.length; i++) { result += "<br/>";
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]