This commit was manufactured by cvs2svn to create tag
'xalan-j_2_1_0'.

git-svn-id: https://svn.apache.org/repos/asf/xalan/java/tags/xalan-j_2_1_0@334860 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.xml b/build.xml
index c47af83..0b30f52 100644
--- a/build.xml
+++ b/build.xml
@@ -574,6 +574,13 @@
     <copy todir="${dist.dir}/docs">
       <fileset dir="${build.docs}"/>
     </copy>  
+    <!-- HACK! delete 3 files longer than 100 chars to get around 
+         tar problems with long filenames -sc 23-May-01
+    -->
+    <delete file="${dist.dir}/docs/apidocs/org/apache/xalan/transformer/class-use/TransformerImpl.ThreadControler.html"/>
+    <delete file="${dist.dir}/docs/apidocs/org/apache/xalan/xsltc/compiler/util/class-use/AttributeSetMethodGenerator.html"/>
+    <delete file="${dist.dir}/docs/apidocs/org/apache/xalan/xsltc/compiler/util/class-use/NodeSortRecordGenerator.html"/>
+
     <copy todir="${dist.dir}/samples">
       <fileset dir="${samples.dir}"/>
     </copy>   
diff --git a/src/trax/trax.properties b/src/trax/trax.properties
deleted file mode 100644
index e593c39..0000000
--- a/src/trax/trax.properties
+++ /dev/null
@@ -1,11 +0,0 @@
-# $Revision$ $Date$
-#
-# Note: This properties file is provided for illustrative purposes
-#       only and is not part of the interface definition.
-#       This properties file is located in the implementation JAR
-#       and different implementations will specify different
-#       implementation classes and output methods.
-#
-
-# The TRaX Stylesheet processor
-trax.processor.xslt=org.apache.xalan.processor.StylesheetProcessor