Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Forrest: SVN

svn commit: r1452811 - in /forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf: build.xml lib/cocoon-fop-ng-impl-special-SNAPSHOT.jar lib/fop-0.95.jar lib/fop-1.0.jar output.xmap status.xml

 

 

Forrest svn RSS feed   Index | Next | Previous | View Threaded


crossley at apache

Mar 5, 2013, 6:37 AM

Post #1 of 1 (180 views)
Permalink
svn commit: r1452811 - in /forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf: build.xml lib/cocoon-fop-ng-impl-special-SNAPSHOT.jar lib/fop-0.95.jar lib/fop-1.0.jar output.xmap status.xml

Author: crossley
Date: Tue Mar 5 14:37:22 2013
New Revision: 1452811

URL: http://svn.apache.org/r1452811
Log:
Upgraded Apache FOP to version 1.0 and XML Graphics Commons to 1.5
Upgraded to the new Cocoon FOP Block, so we not need the local
stuff anymore. Thanks.
This version 0.4 of this plugin now requires Forrest-0.10
Issue: FOR-1240 and FOR-1193

Added:
forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/lib/fop-1.0.jar (with props)
Removed:
forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/lib/cocoon-fop-ng-impl-special-SNAPSHOT.jar
forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/lib/fop-0.95.jar
Modified:
forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/build.xml
forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/output.xmap
forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/status.xml

Modified: forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/build.xml
URL: http://svn.apache.org/viewvc/forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/build.xml?rev=1452811&r1=1452810&r2=1452811&view=diff
==============================================================================
--- forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/build.xml (original)
+++ forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/build.xml Tue Mar 5 14:37:22 2013
@@ -17,10 +17,10 @@
-->
<project default="docs" basedir="." name="Forrest plugin build file">
<property name="plugin-name" value="org.apache.forrest.plugin.output.pdf"/>
- <property name="forrest.version" value="0.9"/>
+ <property name="forrest.version" value="0.10"/>
<property name="forrest.version.initial" value="0.6"/>
<property name="type" value="output"/>
- <property name="plugin-version" value="0.3"/>
+ <property name="plugin-version" value="0.4"/>
<property name="description" value="Create PDF documents from Forrest documents."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL" value="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.output.pdf"/>

Added: forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/lib/fop-1.0.jar
URL: http://svn.apache.org/viewvc/forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/lib/fop-1.0.jar?rev=1452811&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/lib/fop-1.0.jar
------------------------------------------------------------------------------
svn:mime-type = application/jar

Modified: forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/output.xmap
URL: http://svn.apache.org/viewvc/forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/output.xmap?rev=1452811&r1=1452810&r2=1452811&view=diff
==============================================================================
--- forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/output.xmap (original)
+++ forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/output.xmap Tue Mar 5 14:37:22 2013
@@ -35,7 +35,7 @@
</map:transformer>
</map:transformers>
<map:serializers default="fo2pdf">
- <map:serializer name="fo2pdf" src="org.apache.cocoon.blocks.fop.FOPNGSerializer" mime-type="application/pdf">
+ <map:serializer name="fo2pdf" src="org.apache.cocoon.serialization.FOPSerializer" mime-type="application/pdf">
<user-config>&pdf-config-file;</user-config>
</map:serializer>
</map:serializers>

Modified: forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/status.xml
URL: http://svn.apache.org/viewvc/forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/status.xml?rev=1452811&r1=1452810&r2=1452811&view=diff
==============================================================================
--- forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/status.xml (original)
+++ forrest/branches/update_cocoon_2.1.12/plugins/org.apache.forrest.plugin.output.pdf/status.xml Tue Mar 5 14:37:22 2013
@@ -48,6 +48,16 @@
title="Changes to Build" />
</contexts>
<changes>
+ <release version="0.4" date="not-yet-released">
+ <action type="update" context="code" dev="DC" fixes-bug="FOR-1240,FOR-1193" importance="high">
+ Upgraded to the new Cocoon FOP Block, so we not need the local
+ stuff anymore. Thanks.
+ This version 0.4 of this plugin now requires Forrest-0.10
+ </action>
+ <action type="update" context="code" dev="DC" importance="high">
+ Upgraded Apache FOP to version 1.0 and XML Graphics Commons to 1.5
+ </action>
+ </release>
<release version="0.3" date="2011-02-07">
<action type="update" context="code" dev="JM" importance="high">
Upgraded Apache FOP to version 0.95 and XML Graphics Commons to 1.3.1

Forrest svn RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.