[jsword-svn] r1900 - trunk/common
dmsmith at www.crosswire.org
dmsmith at www.crosswire.org
Tue Jul 22 17:15:29 MST 2008
Author: dmsmith
Date: 2008-07-22 17:15:29 -0700 (Tue, 22 Jul 2008)
New Revision: 1900
Modified:
trunk/common/core.xml
Log:
Removed icu4j from the release.
Modified: trunk/common/core.xml
===================================================================
--- trunk/common/core.xml 2008-07-23 00:15:20 UTC (rev 1899)
+++ trunk/common/core.xml 2008-07-23 00:15:29 UTC (rev 1900)
@@ -51,6 +51,7 @@
== This way we can upgrade without impacting this ant build file.
=========================================================================-->
<patternset id="external.runtime.jars">
+ <exclude name="**/*-src.jar"/>
<include name="**/jdom-*.jar"/>
<include name="**/commons-codec-*.jar"/>
<include name="**/commons-httpclient-*.jar"/>
@@ -62,7 +63,9 @@
<include name="**/jlfgr-*.jar"/>
<include name="**/jsword-common-aqua-*.jar"/>
<include name="**/javatar-*.jar"/>
- <include name="**/icu4j-*.jar"/>
+ <!-- Exclude ICU4J for now.
+ <exclude name="**/icu4j-charsets-*.jar"/>
+ <include name="**/icu4j-*.jar"/> -->
<!--
<include name="**/activation.jar"/>
<include name="**/servlet.jar"/>
More information about the jsword-svn
mailing list