[FOray-commit] SF.net SVN: foray: [9766] trunk/foray
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2007-06-13 01:01:14
|
Revision: 9766
http://svn.sourceforge.net/foray/?rev=9766&view=rev
Author: victormote
Date: 2007-06-12 18:01:12 -0700 (Tue, 12 Jun 2007)
Log Message:
-----------
1. Officially remove all Renderer dependencies on Batik.
2. Make Graphics package dependent on PostScript package.
Modified Paths:
--------------
trunk/foray/foray-graphic/scripts/build.xml
trunk/foray/foray-render/.classpath
trunk/foray/foray-render/scripts/build.xml
trunk/foray/scripts/build.xml
Modified: trunk/foray/foray-graphic/scripts/build.xml
===================================================================
--- trunk/foray/foray-graphic/scripts/build.xml 2007-06-13 00:29:47 UTC (rev 9765)
+++ trunk/foray/foray-graphic/scripts/build.xml 2007-06-13 01:01:12 UTC (rev 9766)
@@ -31,6 +31,9 @@
<fileset dir="${foray.sandbox}/foray-common/build/ant">
<include name="*.jar"/>
</fileset>
+ <fileset dir="${foray.sandbox}/foray-ps/build/ant">
+ <include name="*.jar"/>
+ </fileset>
</path>
</target>
Modified: trunk/foray/foray-render/.classpath
===================================================================
--- trunk/foray/foray-render/.classpath 2007-06-13 00:29:47 UTC (rev 9765)
+++ trunk/foray/foray-render/.classpath 2007-06-13 01:01:12 UTC (rev 9766)
@@ -17,10 +17,5 @@
<classpathentry kind="lib" path="/FOray Lib-Build/junit/junit.jar"/>
<classpathentry kind="lib" path="/FOray Lib/commons-logging-1.1.jar" sourcepath="/FOray Lib-Build/commons-logging/commons-logging-1.1-src.zip"/>
<classpathentry kind="lib" path="/FOray Lib/svg-1.1.jar" sourcepath="/FOray Lib-Build/svg/svg-1.1-src.zip"/>
- <classpathentry kind="lib" path="/FOray Lib/batik-1.6-bridge.jar" sourcepath="/FOray Lib-Build/batik/batik-1.6-sources.zip"/>
- <classpathentry kind="lib" path="/FOray Lib/batik-1.6-gvt.jar" sourcepath="/FOray Lib-Build/batik/batik-1.6-sources.zip"/>
- <classpathentry kind="lib" path="/FOray Lib/batik-1.6-util.jar" sourcepath="/FOray Lib-Build/batik/batik-1.6-sources.zip"/>
- <classpathentry kind="lib" path="/FOray Lib/batik-1.6-script.jar" sourcepath="/FOray Lib-Build/batik/batik-1.6-sources.zip"/>
- <classpathentry kind="lib" path="/FOray Lib/batik-1.6-awt-util.jar" sourcepath="/FOray Lib-Build/batik/batik-1.6-sources.zip"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/foray/foray-render/scripts/build.xml
===================================================================
--- trunk/foray/foray-render/scripts/build.xml 2007-06-13 00:29:47 UTC (rev 9765)
+++ trunk/foray/foray-render/scripts/build.xml 2007-06-13 01:01:12 UTC (rev 9766)
@@ -31,8 +31,8 @@
</fileset>
<fileset dir="${lib.dir}">
<include name="axsl*.jar"/>
- <include name="batik*.jar"/>
<include name="commons-logging-*.jar"/>
+ <include name="svg-*.jar"/>
</fileset>
<fileset dir="${foray.sandbox}/foray-common/build/ant">
<include name="*.jar"/>
Modified: trunk/foray/scripts/build.xml
===================================================================
--- trunk/foray/scripts/build.xml 2007-06-13 00:29:47 UTC (rev 9765)
+++ trunk/foray/scripts/build.xml 2007-06-13 01:01:12 UTC (rev 9766)
@@ -653,7 +653,7 @@
<!-- =================================================================== -->
<!-- Build the Graphic module -->
<!-- =================================================================== -->
- <target name="graphic" depends="common"
+ <target name="graphic" depends="ps"
description="Compile the graphic module">
<property name="module.graphic" value=", graphic"/>
<ant antfile="${foray.sandbox}/foray-graphic/scripts/build.xml"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|