[FOray-commit] SF.net SVN: foray: [8242] trunk/foray
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-09-29 03:43:42
|
Revision: 8242
http://svn.sourceforge.net/foray/?rev=8242&view=rev
Author: victormote
Date: 2006-09-28 20:43:38 -0700 (Thu, 28 Sep 2006)
Log Message:
-----------
Clean up some minor build problems.
Modified Paths:
--------------
trunk/foray/foray-hyphen-r/scripts/build.xml
trunk/foray/foray-text/scripts/build.xml
Modified: trunk/foray/foray-hyphen-r/scripts/build.xml
===================================================================
--- trunk/foray/foray-hyphen-r/scripts/build.xml 2006-09-29 03:27:50 UTC (rev 8241)
+++ trunk/foray/foray-hyphen-r/scripts/build.xml 2006-09-29 03:43:38 UTC (rev 8242)
@@ -48,7 +48,6 @@
<echo message="Preparing the build directories"/>
<mkdir dir="${build.dir}"/>
<mkdir dir="${classes.dir}"/>
- <mkdir dir="${hyph.build}"/>
</target>
@@ -59,6 +58,7 @@
-->
<target name="hyphenation" depends="compile"
description="Parse and serialize the hyphenation patterns">
+ <mkdir dir="${hyph.build}"/>
<path id="hyph-classpath">
<path refid="libs-build-classpath"/>
<pathelement location="${classes.dir}"/>
@@ -111,7 +111,7 @@
<!-- =================================================================== -->
<!-- Creates the class package -->
<!-- =================================================================== -->
- <target name="package" depends="compile, hyphenation"
+ <target name="package" depends="compile"
description="Generates the jar files (default target)">
<echo message="Creating the jar file ${jar.file}"/>
Modified: trunk/foray/foray-text/scripts/build.xml
===================================================================
--- trunk/foray/foray-text/scripts/build.xml 2006-09-29 03:27:50 UTC (rev 8241)
+++ trunk/foray/foray-text/scripts/build.xml 2006-09-29 03:43:38 UTC (rev 8242)
@@ -43,7 +43,6 @@
<echo message="Preparing the build directories"/>
<mkdir dir="${build.dir}"/>
<mkdir dir="${classes.dir}"/>
- <mkdir dir="${hyph.build}"/>
</target>
@@ -79,13 +78,8 @@
dir="${foray.home}/foray-text/build/ant/classes">
<include name="**"/>
</fileset>
- <fileset id="foray-text-resources"
- dir="${foray.home}/foray-text/build/ant">
- <include name="hyph/**"/>
- </fileset>
<jar jarfile="${jar.file}">
<fileset refid="foray-text-classes"/>
- <fileset refid="foray-text-resources"/>
<manifest>
<attribute name="Implementation-Title" value="${name}-${module}"/>
<attribute name="Implementation-Version" value="${version}"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|