You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2010/05/28 15:07:09 UTC

svn commit: r949168 - /xerces/java/branches/xml-schema-1.1-dev/build.xml

Author: mrglavas
Date: Fri May 28 13:07:09 2010
New Revision: 949168

URL: http://svn.apache.org/viewvc?rev=949168&view=rev
Log:
Exclude ICU4J from the tools distribution for now. We're not quite ready to ship it 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=949168&r1=949167&r2=949168&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/build.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/build.xml Fri May 28 13:07:09 2010
@@ -607,7 +607,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: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org