jkesselm 00/10/05 13:18:45
Modified: java/src/org/apache/xalan/processor
CompilingStylesheetHandler.java
Log:
Adopt the javac-invoking code into synthetic.*. (Break BSF
dependency, prepare for some generalizations.)
Revision Changes Path
1.7 +3 -3
xml-xalan/java/src/org/apache/xalan/processor/CompilingStylesheetHandler.java
Index: CompilingStylesheetHandler.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/processor/CompilingStylesheetHandler.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- CompilingStylesheetHandler.java 2000/10/05 19:09:29 1.6
+++ CompilingStylesheetHandler.java 2000/10/05 20:18:43 1.7
@@ -94,9 +94,9 @@
import org.xml.sax.SAXException;
import org.xml.sax.SAXParseException;
-// Java Compiler support, being swiped from BSF
-// TODO: ADOPT OR ADAPT THIS LOGIC, TO REMOVE THIS DEPENDENCY *****
-import com.ibm.cs.util.JavaUtils;
+// Java Compiler support. *****
+// TODO: Merge the Microsoft VJ++ workarounds in this file into that one.
+import synthetic.JavaUtils;
/**
* <meta name="usage" content="advanced"/>