added xmlapis.jar to xsltc class path


git-svn-id: https://svn.apache.org/repos/asf/xalan/java/trunk@336080 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.xml b/build.xml
index cf4fa17..5576c54 100644
--- a/build.xml
+++ b/build.xml
@@ -276,6 +276,7 @@
   <!-- Compile just the XSLTC compiler portion (to be integrated soon!) -->
   <!-- =================================================================== -->
   <path id="xsltc.class.path">
+    <pathelement location="${xmlapis.jar}" />
     <pathelement location="${bcel.jar}" />
     <pathelement location="${jlex.jar}" />
     <pathelement location="${java_cup.jar}" />