Browse Source

Tag for 1.1 vote and release.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_1@1398854 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_1^0
Glenn Adams 11 years ago
parent
commit
46b2dcc8a0

+ 29
- 23
build.xml View File

<property file="${basedir}/build-local.properties"/> <property file="${basedir}/build-local.properties"/>
<property file="${basedir}/build.properties"/> <property file="${basedir}/build.properties"/>
<fileset dir="${basedir}" id="dist.bin"> <fileset dir="${basedir}" id="dist.bin">
<include name="conf/**"/>
<include name="examples/**"/>
<include name="KEYS"/>
<include name="LICENSE"/> <include name="LICENSE"/>
<include name="NOTICE"/> <include name="NOTICE"/>
<include name="README"/> <include name="README"/>
<include name="KEYS"/>
<include name="status.xml"/>
<include name="conf/**"/>
<include name="examples/**"/>
<include name="fop"/>
<include name="fop.bat"/> <include name="fop.bat"/>
<include name="fop.cmd"/> <include name="fop.cmd"/>
<include name="fop.js"/> <include name="fop.js"/>
<include name="fop"/>
<include name="status.xml"/>
</fileset> </fileset>
<fileset dir="${basedir}" id="dist.bin.lib"> <fileset dir="${basedir}" id="dist.bin.lib">
<patternset id="dist.lib"> <patternset id="dist.lib">
<include name="lib/README*"/>
<include name="lib/avalon-framework*"/> <include name="lib/avalon-framework*"/>
<include name="lib/xmlgraphics-commons*"/>
<include name="lib/batik*"/> <include name="lib/batik*"/>
<include name="lib/commons-io*"/> <include name="lib/commons-io*"/>
<include name="lib/commons-logging*"/> <include name="lib/commons-logging*"/>
<include name="lib/README*"/>
<include name="lib/serializer*"/> <include name="lib/serializer*"/>
<include name="lib/xalan*"/> <include name="lib/xalan*"/>
<include name="lib/xerces*"/> <include name="lib/xerces*"/>
<include name="lib/xml-apis*"/> <include name="lib/xml-apis*"/>
<include name="lib/xmlgraphics-commons*"/>
</patternset> </patternset>
</fileset> </fileset>
<patternset id="dist.src.lib.tools">
<patternset id="dist.src.lib.build">
<include name="lib/build/asm*"/> <include name="lib/build/asm*"/>
<include name="lib/build/backport-util-concurrent*"/>
<include name="lib/build/hamcrest*"/>
<include name="lib/build/jaxen*"/> <include name="lib/build/jaxen*"/>
<include name="lib/build/mockito*"/>
<include name="lib/build/objenesis*"/>
<include name="lib/build/pmd*"/> <include name="lib/build/pmd*"/>
<include name="lib/build/qdox*"/> <include name="lib/build/qdox*"/>
<include name="lib/build/xmlunit*"/> <include name="lib/build/xmlunit*"/>
</patternset> </patternset>
<fileset dir="${basedir}" id="dist.src"> <fileset dir="${basedir}" id="dist.src">
<include name="src/**"/>
<include name="conf/**"/>
<include name="hyph/hyphenation.dtd"/>
<include name="hyph/readme"/>
<patternset refid="dist.lib"/>
<patternset refid="dist.src.lib.tools"/>
<include name="lib/servlet*"/>
<include name="test/**"/>
<include name="examples/**"/>
<include name="KEYS"/>
<include name="LICENSE"/> <include name="LICENSE"/>
<include name="NOTICE"/> <include name="NOTICE"/>
<include name="README"/> <include name="README"/>
<include name="KEYS"/>
<include name="known-issues.xml"/>
<include name="status.xml"/>
<include name="build.*"/> <include name="build.*"/>
<include name="forrest.properties"/>
<include name="checkstyle*"/>
<exclude name="checkstyle-noframes.xsl"/>
<include name="conf/**"/>
<include name="examples/**"/>
<include name="findbugs*"/>
<include name="fop"/>
<include name="fop.bat"/> <include name="fop.bat"/>
<include name="fop.cmd"/> <include name="fop.cmd"/>
<include name="fop.js"/> <include name="fop.js"/>
<include name="fop"/>
<include name="forrest.*"/>
<include name="hyph/hyphenation.dtd"/>
<include name="hyph/readme"/>
<include name="jacoco*"/>
<include name="known-issues.xml"/>
<include name="lib/servlet*"/>
<include name="src/**"/>
<include name="status.xml"/>
<include name="test/**"/>
<patternset refid="dist.lib"/>
<patternset refid="dist.src.lib.build"/>
</fileset> </fileset>
<path id="libs-build-classpath"> <path id="libs-build-classpath">
<fileset dir="${basedir}/lib"> <fileset dir="${basedir}/lib">

BIN
lib/xmlgraphics-commons-1.5.jar View File


+ 1
- 1
src/documentation/content/doap.rdf View File

<release> <release>
<Version> <Version>
<name>Current release (stable)</name> <name>Current release (stable)</name>
<created>2012-10-18</created>
<created>2012-10-20</created>
<revision>1.1</revision> <revision>1.1</revision>
</Version> </Version>
</release> </release>

+ 1
- 1
src/documentation/content/xdocs/faq.xml View File

<question>When is the next released planned?</question> <question>When is the next released planned?</question>
<answer> <answer>
<p> <p>
Version 1.1 of FOP was released on 18 October 2012.
Version 1.1 of FOP was released on 20 October 2012.
Work on a new Version 1.2 of Apache FOP is underway at this time, with Work on a new Version 1.2 of Apache FOP is underway at this time, with
no fixed date set for its release. no fixed date set for its release.
If you want to speed up the process, consider <link If you want to speed up the process, consider <link

+ 1
- 1
src/documentation/content/xdocs/news-data.xml View File

--> -->
<!-- $Id$ --> <!-- $Id$ -->
<news> <news>
<item date="2012-10-18" title="Apache™ FOP 1.1 Released">
<item date="2012-10-20" title="Apache™ FOP 1.1 Released">
<p> <p>
Apache™ FOP 1.1 contains bug fixes and a number of new features. See Apache™ FOP 1.1 contains bug fixes and a number of new features. See
<a href="1.1/releaseNotes_1.1.html">Release Notes</a> for a list of <a href="1.1/releaseNotes_1.1.html">Release Notes</a> for a list of

+ 3
- 3
src/documentation/content/xdocs/status.xml View File

<body> <body>
<section> <section>
<title>Status</title> <title>Status</title>
<p>Last updated 18 October 2012.</p>
<p>Last updated 20 October 2012.</p>
<p> <p>
Apache™ FOP Version 1.1 was released on 18 October 2012.
Apache™ FOP Version 1.1 was released on 20 October 2012.
</p> </p>
</section> </section>
<section> <section>
<p> <p>
The FOP code base is gradually evolving, from Version 0.90, The FOP code base is gradually evolving, from Version 0.90,
released on 22 November 2005, to Version 1.1, released on released on 22 November 2005, to Version 1.1, released on
18 October 2012. Further releases in the 1.x series and beyond are expected.
20 October 2012. Further releases in the 1.x series and beyond are expected.
</p> </p>
<p> <p>
FOP releases prior to version 0.90 were based on a different FOP releases prior to version 0.90 were based on a different

+ 1
- 1
status.xml View File

users, i.e. when the behaviour changes and could affect the layout of existing users, i.e. when the behaviour changes and could affect the layout of existing
documents. Example: the fix of marks layering will be such a case when it's done. documents. Example: the fix of marks layering will be such a case when it's done.
--> -->
<release version="1.1" date="18 October 2012">
<release version="1.1" date="20 October 2012">
<action context="Test" dev="GA" type="fix"> <action context="Test" dev="GA" type="fix">
Fix errors and warnings in example files. Add build.xml for documentation examples. Fix errors and warnings in example files. Add build.xml for documentation examples.
</action> </action>

Loading…
Cancel
Save