Author: mrglavas
Date: Thu May 27 21:10:37 2010
New Revision: 949001
URL: http://svn.apache.org/viewvc?rev=949001&view=rev
Log:
Backing out changes made for ICU4J. We're not quite ready to ship this jar yet.
Modified:
xerces/java/branches/xml-schema-1.1-dev/build.xml
Modified: xerces/java/branches/xml-schema-1.1-dev/build.xml
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/build.xml?rev=949001&r1=949000&r2=949001&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/build.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/build.xml Thu May 27 21:10:37 2010
@@ -68,7 +68,6 @@ Authors:
<property name='jar.dv' value='xercesDV.jar'/>
<property name='jar.resolver' value='resolver.jar'/>
<property name='jar.serializer' value='serializer.jar'/>
- <property name='jar.charnormalizer' value='icu4j.jar'/>
<property name='jar.psychopath'
value='org.eclipse.wst.xml.xpath2.processor_1.0.0.jar'/>
<property name='jar.cup' value='cupv10k-runtime.jar'/>
<property name='jar.junit' value='junit.jar'/>
@@ -292,7 +291,7 @@ Authors:
destdir="${build.dest}"
source="${javac.source}"
target="${javac.target}"
-
classpath="${build.dir}/classes:${tools.dir}/${jar.apis}:${tools.dir}/${jar.resolver}:${tools.dir}/${jar.serializer}:${tools.dir}/${jar.charnormalizer}:${tools.dir}/${jar.psychopath}:${tools.dir}/${jar.cup}"
+
classpath="${build.dir}/classes:${tools.dir}/${jar.apis}:${tools.dir}/${jar.resolver}:${tools.dir}/${jar.serializer}:${tools.dir}/${jar.psychopath}:${tools.dir}/${jar.cup}"
debug="${debug}"
deprecation="${deprecation}"
optimize="${optimize}"
@@ -577,7 +576,6 @@ Authors:
<copy file="LICENSE-SAX.html" tofile="${distsrc.dir}/LICENSE-SAX.html"/>
<copy file="LICENSE.resolver.txt"
tofile="${distsrc.dir}/LICENSE.resolver.txt"/>
<copy file="LICENSE.serializer.txt"
tofile="${distsrc.dir}/LICENSE.serializer.txt"/>
- <copy file="LICENSE.icu4j.html"
tofile="${distsrc.dir}/LICENSE.icu4j.html"/>
<copy file="README" tofile="${distsrc.dir}/README"/>
<copy file="Readme.html" tofile="${distsrc.dir}/Readme.html"/>
<copy file="build.xml" tofile="${distsrc.dir}/build.xml"/>
@@ -674,7 +672,6 @@ Authors:
<copy file="LICENSE-SAX.html" tofile="${distbin.dir}/LICENSE-SAX.html"/>
<copy file="LICENSE.resolver.txt"
tofile="${distbin.dir}/LICENSE.resolver.txt"/>
<copy file="LICENSE.serializer.txt"
tofile="${distsrc.dir}/LICENSE.serializer.txt"/>
- <copy file="LICENSE.icu4j.html"
tofile="${distsrc.dir}/LICENSE.icu4j.html"/>
<copy file="Readme.html" tofile="${distbin.dir}/Readme.html"/>
<copy file="${build.dir}/${jar.samples}"
tofile="${distbin.dir}/${jar.samples}"/>
@@ -700,8 +697,6 @@ Authors:
<copy file="${tools.dir}/${jar.resolver}"
tofile="${distbin.dir}/${jar.resolver}"/>
<!-- include the Xalan Serializer -->
<copy file="${tools.dir}/${jar.serializer}"
tofile="${distbin.dir}/${jar.serializer}"/>
- <!-- include the ICU4J character normalizer -->
- <copy file="${tools.dir}/${jar.charnormalizer}"
tofile="${distbin.dir}/${jar.charnormalizer}"/>
<!-- include the PsychoPath XPath 2.0 processor -->
<copy file="${tools.dir}/${jar.psychopath}"
tofile="${distbin.dir}/${jar.psychopath}"/>
<!-- include the Java Cup Runtime -->
@@ -732,8 +727,6 @@ Authors:
<copy file="${tools.dir}/${jar.resolver}"
tofile="${distbin.dir}/${jar.resolver}"/>
<!-- include the Xalan Serializer -->
<copy file="${tools.dir}/${jar.serializer}"
tofile="${distbin.dir}/${jar.serializer}"/>
- <!-- include the ICU4J character normalizer -->
- <copy file="${tools.dir}/${jar.charnormalizer}"
tofile="${distbin.dir}/${jar.charnormalizer}"/>
<!-- include the PsychoPath XPath 2.0 processor -->
<copy file="${tools.dir}/${jar.psychopath}"
tofile="${distbin.dir}/${jar.psychopath}"/>
<!-- include the Java Cup Runtime -->
@@ -943,8 +936,6 @@ Authors:
<copy file="${tools.dir}/${jar.resolver}"
tofile="${build.dir}/${jar.resolver}"/>
<!-- include the Xalan Serializer -->
<copy file="${tools.dir}/${jar.serializer}"
tofile="${build.dir}/${jar.serializer}"/>
- <!-- include the ICU4J character normalizer -->
- <copy file="${tools.dir}/${jar.charnormalizer}"
tofile="${build.dir}/${jar.charnormalizer}"/>
<!-- include the PsychoPath XPath 2.0 processor -->
<copy file="${tools.dir}/${jar.psychopath}"
tofile="${build.dir}/${jar.psychopath}"/>
<!-- include the Java Cup Runtime -->
@@ -961,8 +952,6 @@ Authors:
<copy file="${tools.dir}/${jar.resolver}"
tofile="${build.dir}/${jar.resolver}"/>
<!-- include the Xalan Serializer -->
<copy file="${tools.dir}/${jar.serializer}"
tofile="${build.dir}/${jar.serializer}"/>
- <!-- include the ICU4J character normalizer -->
- <copy file="${tools.dir}/${jar.charnormalizer}"
tofile="${build.dir}/${jar.charnormalizer}"/>
<!-- include the PsychoPath XPath 2.0 processor -->
<copy file="${tools.dir}/${jar.psychopath}"
tofile="${build.dir}/${jar.psychopath}"/>
<!-- include the Java Cup Runtime -->
@@ -1296,8 +1285,6 @@ Authors:
<copy file="${tools.dir}/${jar.resolver}"
tofile="${build.dir}/${jar.resolver}"/>
<!-- include the Xalan Serializer -->
<copy file="${tools.dir}/${jar.serializer}"
tofile="${build.dir}/${jar.serializer}"/>
- <!-- include the ICU4J character normalizer -->
- <copy file="${tools.dir}/${jar.charnormalizer}"
tofile="${build.dir}/${jar.charnormalizer}"/>
</target>
<!-- =================================================================== -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]