Author: mrglavas
Date: Fri May 28 13:07:42 2010
New Revision: 949169
URL: http://svn.apache.org/viewvc?rev=949169&view=rev
Log:
Exclude ICU4J from the tools distribution for now. We're not quite ready to
ship it yet.
Modified:
xerces/java/trunk/build.xml
Modified: xerces/java/trunk/build.xml
URL:
http://svn.apache.org/viewvc/xerces/java/trunk/build.xml?rev=949169&r1=949168&r2=949169&view=diff
==============================================================================
--- xerces/java/trunk/build.xml (original)
+++ xerces/java/trunk/build.xml Fri May 28 13:07:42 2010
@@ -605,7 +605,7 @@ Authors:
<fileset
dir="${tools.dir}"
includes="**/*.txt, **/*.html, **/*.bat, **/*.jar, **/*.zip,
**/*.opt"
- excludes="**/CVS*, **/.#*, **/*.class"
+ excludes="**/CVS*, **/.#*, **/*.class, **/icu4j*"
/>
</copy>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]