You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by gg...@apache.org on 2019/04/20 23:32:43 UTC

[xalan-java] 01/01: This commit was manufactured by cvs2svn to create tag 'xalan-j_2_1_0'.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to annotated tag xalan-j_2_1_0
in repository https://gitbox.apache.org/repos/asf/xalan-java.git

commit fd9a8ac03c7e1b3b9f7551e6bb048521d361a563
Author: No Author <de...@apache.org>
AuthorDate: Wed May 23 17:05:36 2001 +0000

    This commit was manufactured by cvs2svn to create tag
    'xalan-j_2_1_0'.
---
 build.xml                |  7 +++++++
 src/trax/trax.properties | 11 -----------
 2 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/build.xml b/build.xml
index c47af83..0b30f52 100644
--- a/build.xml
+++ b/build.xml
@@ -574,6 +574,13 @@ Copyright:
     <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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xalan.apache.org
For additional commands, e-mail: dev-help@xalan.apache.org