[FOray-commit] SF.net SVN: foray: [8249] trunk/foray/scripts/build.xml
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-09-30 00:15:56
|
Revision: 8249
http://svn.sourceforge.net/foray/?rev=8249&view=rev
Author: victormote
Date: 2006-09-29 17:15:53 -0700 (Fri, 29 Sep 2006)
Log Message:
-----------
Change the name of the jar file containing all FOray code to include "-all".
Modified Paths:
--------------
trunk/foray/scripts/build.xml
Modified: trunk/foray/scripts/build.xml
===================================================================
--- trunk/foray/scripts/build.xml 2006-09-29 23:45:58 UTC (rev 8248)
+++ trunk/foray/scripts/build.xml 2006-09-30 00:15:53 UTC (rev 8249)
@@ -64,7 +64,7 @@
<target name="package" depends="module-list"
description="Generates a jar file for whatever targets have been built.">
- <!-- If the "app" target has been run, file.subset = "". In all other
+ <!-- If the "app" target has been run, file.subset = "-all". In all other
cases, we are creating some subset. -->
<property name="file.subset" value="-subset"/>
<property name="app.jar.name" value="${name.lowercase}-${version}${file.subset}.jar"/>
@@ -789,7 +789,7 @@
<target name="app" depends="prepare, pretty, ps, graphic, mif, font, hyphen,
text, pdf, fotree, areatree, pioneer, render, core">
<property name="module.app" value=", app"/>
- <property name="file.subset" value=""/>
+ <property name="file.subset" value="-all"/>
<ant antfile="${foray.home}/foray-app/scripts/build.xml"
inheritall="false"
target="style">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|