[FOray-commit] SF.net SVN: foray: [10195] trunk/foray
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2007-08-31 17:40:41
|
Revision: 10195
http://foray.svn.sourceforge.net/foray/?rev=10195&view=rev
Author: victormote
Date: 2007-08-31 10:38:51 -0700 (Fri, 31 Aug 2007)
Log Message:
-----------
Upgrade xml-graphics commons from 1.1. to 1.2.
Modified Paths:
--------------
trunk/foray/doc/web/app/using/release.html
trunk/foray/foray-graphic/.classpath
Added Paths:
-----------
trunk/foray/lib/xmlgraphics-commons-1.2.jar
trunk/foray/lib-build/xmlgraphics-commons/xmlgraphics-commons-1.2-src.zip
Removed Paths:
-------------
trunk/foray/lib/xmlgraphics-commons-1.1.jar
trunk/foray/lib-build/xmlgraphics-commons/xmlgraphics-commons-1.1-src.zip
Modified: trunk/foray/doc/web/app/using/release.html
===================================================================
--- trunk/foray/doc/web/app/using/release.html 2007-08-30 22:53:00 UTC (rev 10194)
+++ trunk/foray/doc/web/app/using/release.html 2007-08-31 17:38:51 UTC (rev 10195)
@@ -97,6 +97,8 @@
aXSL Graphic interfaces. This makes it much more feasible for users to drop in
another (perhaps commercial) SVG package. It also makes maintenance of the
Batik integration much more straightforward.</li>
+ <li>The Apache XML Graphics Commons dependency has been upgraded to
+ version 1.2.</li>
</ul>
<h2><a name="0_2">Release 0.2</a></h2>
Modified: trunk/foray/foray-graphic/.classpath
===================================================================
--- trunk/foray/foray-graphic/.classpath 2007-08-30 22:53:00 UTC (rev 10194)
+++ trunk/foray/foray-graphic/.classpath 2007-08-31 17:38:51 UTC (rev 10195)
@@ -7,7 +7,6 @@
<classpathentry kind="src" path="/axslGraphic"/>
<classpathentry kind="src" path="/axslCommon"/>
<classpathentry kind="lib" path="/FOray Lib-Build/junit/junit.jar"/>
- <classpathentry kind="lib" path="/FOray Lib/xmlgraphics-commons-1.1.jar" sourcepath="/FOray Lib-Build/xmlgraphics-commons/xmlgraphics-commons-1.1-src.zip"/>
<classpathentry kind="lib" path="/FOray Lib/commons-io-1.2.jar" sourcepath="/FOray Lib-Build/commons-io/commons-io-1.2-src.zip"/>
<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"/>
@@ -29,5 +28,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/axslPs"/>
<classpathentry kind="lib" path="/FOray Lib/batik-1.6-svggen.jar" sourcepath="/FOray Lib-Build/batik/batik-1.6-sources.zip"/>
<classpathentry kind="lib" path="/FOray Lib/jeuclid-core-3.0.1.jar" sourcepath="/FOray Lib-Build/jeuclid/jeuclid-3.0.1-source.zip"/>
+ <classpathentry kind="lib" path="/FOray Lib/xmlgraphics-commons-1.2.jar" sourcepath="/FOray Lib-Build/xmlgraphics-commons/xmlgraphics-commons-1.2-src.zip"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Deleted: trunk/foray/lib/xmlgraphics-commons-1.1.jar
===================================================================
(Binary files differ)
Added: trunk/foray/lib/xmlgraphics-commons-1.2.jar
===================================================================
(Binary files differ)
Property changes on: trunk/foray/lib/xmlgraphics-commons-1.2.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: trunk/foray/lib-build/xmlgraphics-commons/xmlgraphics-commons-1.1-src.zip
===================================================================
(Binary files differ)
Added: trunk/foray/lib-build/xmlgraphics-commons/xmlgraphics-commons-1.2-src.zip
===================================================================
(Binary files differ)
Property changes on: trunk/foray/lib-build/xmlgraphics-commons/xmlgraphics-commons-1.2-src.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|