garyp 00/10/27 13:30:25
Modified: java/src/org/apache/xalan/processor XSLProcessorVersion.java
Log:
Development version must be numeric.
Revision Changes Path
1.4 +1 -2
xml-xalan/java/src/org/apache/xalan/processor/XSLProcessorVersion.java
Index: XSLProcessorVersion.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/processor/XSLProcessorVersion.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSLProcessorVersion.java 2000/10/26 15:18:51 1.3
+++ XSLProcessorVersion.java 2000/10/27 20:30:24 1.4
@@ -130,7 +130,6 @@
*
* Development drops are works in progress towards a
* compeleted, final release. A specific development drop
- *
* may not completely implement all aspects of a new
* feature, which may take several development drops to
* complete. At the point of the final drop for the
@@ -140,5 +139,5 @@
* well as defect fixes. 'D' drops may not be as stable as
* the final releases.
*/
- public static int DEVELOPMENT = D02;
+ public static int DEVELOPMENT = 2;
}