[FOray-commit] SF.net SVN: foray: [8241] trunk/foray
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-09-29 03:27:58
|
Revision: 8241
http://svn.sourceforge.net/foray/?rev=8241&view=rev
Author: victormote
Date: 2006-09-28 20:27:50 -0700 (Thu, 28 Sep 2006)
Log Message:
-----------
Remove the build of hyphenation patterns from the standard builds and from the combined jar file.
Modified Paths:
--------------
trunk/foray/foray-hyphen-r/scripts/build.xml
trunk/foray/scripts/build.xml
Modified: trunk/foray/foray-hyphen-r/scripts/build.xml
===================================================================
--- trunk/foray/foray-hyphen-r/scripts/build.xml 2006-09-29 03:04:33 UTC (rev 8240)
+++ trunk/foray/foray-hyphen-r/scripts/build.xml 2006-09-29 03:27:50 UTC (rev 8241)
@@ -54,10 +54,11 @@
<!--
==============================================================================
- Compile and serialize the hyphenation patterns
+ Parse and serialize the hyphenation patterns
==============================================================================
-->
- <target name="hyphenation" depends="compile" >
+ <target name="hyphenation" depends="compile"
+ description="Parse and serialize the hyphenation patterns">
<path id="hyph-classpath">
<path refid="libs-build-classpath"/>
<pathelement location="${classes.dir}"/>
Modified: trunk/foray/scripts/build.xml
===================================================================
--- trunk/foray/scripts/build.xml 2006-09-29 03:04:33 UTC (rev 8240)
+++ trunk/foray/scripts/build.xml 2006-09-29 03:27:50 UTC (rev 8241)
@@ -107,10 +107,6 @@
dir="${foray.home}/foray-hyphen-r/build/ant/classes">
<include name="**"/>
</fileset>
- <fileset id="foray-hyphen-resources"
- dir="${foray.home}/foray-hyphen-r/build/ant/resource">
- <include name="**"/>
- </fileset>
<fileset id="foray-text-classes"
dir="${foray.home}/foray-text/build/ant/classes">
<include name="**"/>
@@ -158,7 +154,6 @@
<fileset refid="foray-pdf-classes"/>
<fileset refid="foray-font-classes"/>
<fileset refid="foray-hyphen-classes"/>
- <fileset refid="foray-hyphen-resources"/>
<fileset refid="foray-text-classes"/>
<fileset refid="foray-fotree-classes"/>
<fileset refid="foray-areatree-classes"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|