zongaro 2004/10/13 06:46:24
Modified: java build.xml
Removed: java/src/org/apache/xml/utils/synthetic Class.java
JavaUtils.java SynthesisException.java
TestDriver.java
java/src/org/apache/xml/utils/synthetic/reflection
Constructor.java EntryPoint.java Field.java
Member.java Method.java
Log:
At the suggestion of Joseph Kesselman, dropped contents of the
org.apache.xml.utils.synthetic package, as they have never been used.
Patch reviewed by Christine Li (jycli () ca ! ibm ! com).
Revision Changes Path
1.209 +3 -4 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- build.xml 17 Sep 2004 18:32:55 -0000 1.208
+++ build.xml 13 Oct 2004 13:46:23 -0000 1.209
@@ -336,8 +336,7 @@
debug="${build.debug}"
target="1.1" >
<include name="${apachexml.reldir}/**/*.java" />
- <!-- But exclude unused synthetic* files; should be obsoleted from CVS
-->
- <exclude name="${apachexml.reldir}/utils/synthetic/**/*.java" />
+ <!-- Exclude file that depends upon presence of Xerces in build path
-->
<exclude name="**/IncrementalSAXSource_Xerces.java"
unless="xerces.present" />
<classpath refid="compile.class.path" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]