curcuru 00/12/06 13:16:08
Modified: test/java build.xml
Log:
Added new trax.dom, trax.stream pkgs to javadoc;
Add package.xalan2 redirect to package.trax for better naming
Revision Changes Path
1.10 +7 -1 xml-xalan/test/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/test/java/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 2000/12/05 19:18:30 1.9
+++ build.xml 2000/12/06 21:15:58 1.10
@@ -42,7 +42,7 @@
<!-- // TODO add org.apache.qetest.xalanj2, xalanc1, etc. -->
<property name="javadocs.packages"
-
value="org.apache.qetest,org.apache.qetest.xslwrapper,org.apache.qetest.xsl,org.apache.qetest.trax,org.apache.qetest.xalanj1"/>
+
value="org.apache.qetest,org.apache.qetest.xslwrapper,org.apache.qetest.xsl,org.apache.qetest.trax,org.apache.qetest.trax.dom,org.apache.qetest.trax.stream,org.apache.qetest.xalanj1"/>
<property name="xdocs.dir" value="./xdocs"/>
<property name="xdocs.book" value="${xdocs.dir}/sources/xalantest.xml"/>
@@ -139,6 +139,12 @@
basedir="${build.dir}"
includes="**/*.class,**/*.properties" />
</target>
+ <!-- Provide alternate names for the targets: currently, we're
+ focusing most Xalan-J 2.x testing just on the TRAX or
+ javax.xml.transform interface. Later on, we should also
+ separately test the other Xalan-J 2.x API's! -->
+ <target name="compile.xalan2" depends="compile.trax"></target>
+ <target name="package.xalan2" depends="package.trax"></target>
<!-- All wrappers; requires competitor's jars in the classpath, as
appropriate