[jsword-svn] r1906 - trunk/common
dmsmith at www.crosswire.org
dmsmith at www.crosswire.org
Fri Jul 25 10:42:46 MST 2008
Author: dmsmith
Date: 2008-07-25 10:42:46 -0700 (Fri, 25 Jul 2008)
New Revision: 1906
Modified:
trunk/common/core.xml
Log:
The icu4j removal accidentally was restored. Removed it again.
Modified: trunk/common/core.xml
===================================================================
--- trunk/common/core.xml 2008-07-25 03:09:06 UTC (rev 1905)
+++ trunk/common/core.xml 2008-07-25 17:42:46 UTC (rev 1906)
@@ -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