You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ss...@apache.org on 2017/03/28 12:41:52 UTC

svn commit: r1789108 - in /xmlgraphics/batik/branches/batik-1_9: ./ lib/

Author: ssteiner
Date: Tue Mar 28 12:41:52 2017
New Revision: 1789108

URL: http://svn.apache.org/viewvc?rev=1789108&view=rev
Log:
Update dependencies to next release

Added:
    xmlgraphics/batik/branches/batik-1_9/lib/LICENSE.fop-transcoder-allinone-2.2.txt   (with props)
    xmlgraphics/batik/branches/batik-1_9/lib/README.fop-transcoder-allinone-2.2.txt   (with props)
    xmlgraphics/batik/branches/batik-1_9/lib/fop-transcoder-allinone-2.2.jar   (with props)
Removed:
    xmlgraphics/batik/branches/batik-1_9/lib/LICENSE.fop-transcoder-allinone-2.1.txt
    xmlgraphics/batik/branches/batik-1_9/lib/README.fop-transcoder-allinone-2.1.txt
    xmlgraphics/batik/branches/batik-1_9/lib/fop-transcoder-allinone-2.1.jar
Modified:
    xmlgraphics/batik/branches/batik-1_9/build.xml
    xmlgraphics/batik/branches/batik-1_9/pom.xml

Modified: xmlgraphics/batik/branches/batik-1_9/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_9/build.xml?rev=1789108&r1=1789107&r2=1789108&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_9/build.xml (original)
+++ xmlgraphics/batik/branches/batik-1_9/build.xml Tue Mar 28 12:41:52 2017
@@ -88,11 +88,11 @@ To display the available targets type:
     <property name="revisionNumber"     value="" />
     <property name="completeVersion"    value="${version}${revisionType}${revisionNumber}" />
     <property name="xgcVersion"         value="2.2" />
-    <property name="fopVersion"         value="2.1" />
+    <property name="fopVersion"         value="2.2" />
     <property name="vendor"             value="The Apache Software Foundation (http://xmlgraphics.apache.org/batik/)" />
 
   	<property file="build.properties"/>
-    <property name="debug"              value="off"/>
+    <property name="debug"              value="on"/>
     <property name="optimize"           value="on"/>
     <property name="deprecation"        value="on"/>
     <property name="javac.source" value="1.6"/>
@@ -433,6 +433,7 @@ To display the available targets type:
         <include name="build.bat"/>
         <include name="build.sh"/>
         <include name="build.xml"/>
+        <include name="**/pom.xml"/>
         <include name="forrest.properties"/>
         <include name="svn-revision"/>
         <include name="contrib/**"/>
@@ -500,6 +501,7 @@ To display the available targets type:
         <include name="build.bat"/>
         <include name="build.sh"/>
         <include name="build.xml"/>
+        <include name="**/pom.xml"/>
         <include name="forrest.properties"/>
         <include name="svn-revision"/>
         <include name="contrib/**"/>

Added: xmlgraphics/batik/branches/batik-1_9/lib/LICENSE.fop-transcoder-allinone-2.2.txt
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_9/lib/LICENSE.fop-transcoder-allinone-2.2.txt?rev=1789108&view=auto
==============================================================================
--- xmlgraphics/batik/branches/batik-1_9/lib/LICENSE.fop-transcoder-allinone-2.2.txt (added)
+++ xmlgraphics/batik/branches/batik-1_9/lib/LICENSE.fop-transcoder-allinone-2.2.txt Tue Mar 28 12:41:52 2017
@@ -0,0 +1,2 @@
+The fop-transcoder-allinone-2.1.jar file is licensed under the Apache License 2.0, which
+can be found in the distribution root directory in the LICENSE file.

Propchange: xmlgraphics/batik/branches/batik-1_9/lib/LICENSE.fop-transcoder-allinone-2.2.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: xmlgraphics/batik/branches/batik-1_9/lib/README.fop-transcoder-allinone-2.2.txt
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_9/lib/README.fop-transcoder-allinone-2.2.txt?rev=1789108&view=auto
==============================================================================
--- xmlgraphics/batik/branches/batik-1_9/lib/README.fop-transcoder-allinone-2.2.txt (added)
+++ xmlgraphics/batik/branches/batik-1_9/lib/README.fop-transcoder-allinone-2.2.txt Tue Mar 28 12:41:52 2017
@@ -0,0 +1,8 @@
+The fop-transcoder-allinone-2.1.jar file is built from the Apache FOP project
+(http://xmlgraphics.apache.org/fop), version svn-trunk.
+
+This is only needed if you want to transcode to PDF, otherwise it can
+be removed.
+
+The pdf-transcoder.jar file is licensed under the Apache License 2.0, which
+can be found in the distribution root directory in the LICENSE file.

Propchange: xmlgraphics/batik/branches/batik-1_9/lib/README.fop-transcoder-allinone-2.2.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: xmlgraphics/batik/branches/batik-1_9/lib/fop-transcoder-allinone-2.2.jar
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_9/lib/fop-transcoder-allinone-2.2.jar?rev=1789108&view=auto
==============================================================================
Binary file - no diff available.

Propchange: xmlgraphics/batik/branches/batik-1_9/lib/fop-transcoder-allinone-2.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: xmlgraphics/batik/branches/batik-1_9/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_9/pom.xml?rev=1789108&r1=1789107&r2=1789108&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_9/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_9/pom.xml Tue Mar 28 12:41:52 2017
@@ -28,7 +28,7 @@
     <surefire.version>2.18.1</surefire.version>
     <xalan.version>2.7.2</xalan.version>
     <xmlapis.version>1.3.04</xmlapis.version>
-    <xmlgraphics.commons.version>2.1</xmlgraphics.commons.version>
+    <xmlgraphics.commons.version>2.2</xmlgraphics.commons.version>
     <jdk.path>${env.JAVA_HOME}</jdk.path>
   </properties>