Author: antonio
Date: Tue Nov 16 11:33:25 2004
New Revision: 76011

Added:
   cocoon/branches/BRANCH_2_1_X/legal/itext-1.1.jar.license.txt
      - copied unchanged from rev 75996, 
cocoon/branches/BRANCH_2_1_X/legal/itext-1.02b.jar.license.txt
   cocoon/branches/BRANCH_2_1_X/lib/optional/itext-1.1.jar   (contents, props 
changed)
Removed:
   cocoon/branches/BRANCH_2_1_X/legal/itext-1.02b.jar.license.txt
   cocoon/branches/BRANCH_2_1_X/legal/itext-xml-1.02.jar.license.txt
   cocoon/branches/BRANCH_2_1_X/lib/optional/itext-1.02b.jar
   cocoon/branches/BRANCH_2_1_X/lib/optional/itext-xml-1.02.jar
Modified:
   cocoon/branches/BRANCH_2_1_X/gump.xml
   cocoon/branches/BRANCH_2_1_X/lib/jars.xml
   cocoon/branches/BRANCH_2_1_X/status.xml
Log:
Update iText to 1.1

Modified: cocoon/branches/BRANCH_2_1_X/gump.xml
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/gump.xml       (original)
+++ cocoon/branches/BRANCH_2_1_X/gump.xml       Tue Nov 16 11:33:25 2004
@@ -277,10 +277,8 @@
 
     <depend project="cocoon" inherit="all"/>
     <depend project="itext"/>
-    <depend project="itext-xml"/>
 
     <library name="itext"/>
-    <library name="itext-xml"/>
 
     <work nested="tools/anttasks"/>
     <home nested="build/cocoon-@@DATE@@"/>
@@ -1397,16 +1395,7 @@
       iText is a library that allows you to generate PDF files on the fly
     </description>
     <home nested="src/blocks/itext/lib"/>
-    <jar name="itext-1.02b.jar"/>
-  </project>
-
-  <project name="itext-xml">
-    <url href="http://www.lowagie.com/iText/"/>
-    <description>
-      iText is a library that allows you to generate PDF files on the fly
-    </description>
-    <home nested="src/blocks/itext/lib"/>
-    <jar name="itext-xml-1.02.jar"/>
+    <jar name="itext-1.1.jar"/>
   </project>
 
   <project name="eclipse-jtd">

Modified: cocoon/branches/BRANCH_2_1_X/lib/jars.xml
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml   (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml   Tue Nov 16 11:33:25 2004
@@ -425,10 +425,10 @@
     <title>iText XML to PDF/HTML/RTF converter (Renderer)</title>
     <description>iText reads XML documents and turns them into 
PDFs</description>
     <used-by>iText serializer</used-by>
-    <lib>optional/itext-1.02b.jar</lib>
+    <lib>optional/itext-1.1.jar</lib>
     <homepage>http://www.lowagie.com/iText/</homepage>
   </file>
-
+<!--
   <file>
     <title>iText XML to PDF/HTML/RTF converter (XML APIs)</title>
     <description>iText reads XML documents and turns them into 
PDFs</description>
@@ -436,7 +436,7 @@
     <lib>optional/itext-xml-1.02.jar</lib>
     <homepage>http://www.lowagie.com/iText/</homepage>
   </file>
-
+-->
   <file>
     <title>XML FO processor</title>
     <description>

Added: cocoon/branches/BRANCH_2_1_X/lib/optional/itext-1.1.jar
==============================================================================
Binary file. No diff available.

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml     (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml     Tue Nov 16 11:33:25 2004
@@ -201,6 +201,9 @@
 
   <changes>
  <release version="@version@" date="@date@">
+   <action dev="AG" type="update">
+     Updated iText to 1.1.
+   </action>
    <action dev="AG" type="fix" fixes-bug="32011" due-to="[EMAIL PROTECTED]" 
due-to-email="[EMAIL PROTECTED]">
      Fix: buildList() in AbstractDatabaseAction generates incorrect parameter 
list.
    </action>
@@ -223,13 +226,13 @@
      for custom upload handling.     
    </action>
    <action dev="RG" type="add" fixes-bug="31857">
-     Portal: Added support for page labels
+     Portal: Added support for page labels.
    </action>
    <action dev="RG" type="fix" fixes-bug="31854">
-     Javaflow: JavaInterpreter initialize method was not thread safe
+     Javaflow: JavaInterpreter initialize method was not thread safe.
    </action>
    <action dev="RG" type="add" fixes-bug="31229">
-     Portal: Generate subnavigation for non-selected tabs    
+     Portal: Generate subnavigation for non-selected tabs.
    </action>
    <action dev="VG" type="fix">
      Scratchpad block: Restored CastorTransformer support for context beans,
@@ -238,21 +241,21 @@
    <action dev="SW" type="fix">
      The CocoonBean now creates its own private logger hierarchy, thus 
avoiding to
      pollute the CocoonServlet hierarchy when called in that context (e.g. when
-     generating a static site from a CMS)
+     generating a static site from a CMS).
    </action>
    <action dev="GP" type="add">
      Added replacement for Excalibur Event package in
      org.apache.cocoon.components.thread and migrated most classes using their 
own
-     threads to that package
+     threads to that package.
    </action>
    <action dev="AG" type="update">
-     Updated antlr to 2.7.4, db-ojb to 1.0.1
+     Updated antlr to 2.7.4, db-ojb to 1.0.1.
    </action>
    <action dev="TC" type="fix" fixes-bug="31297" due-to="Nikolaus Rath" 
due-to-email="[EMAIL PROTECTED]">
-     Javaflow block: Support inherited methods
+     Javaflow block: Support inherited methoda.s
    </action>
    <action dev="TC" type="add">
-     Javaflow block: Add parameter support
+     Javaflow block: Add parameter support.
    </action>
    <action dev="SW" type="add">
      CForms block: added widget states. All widgets can now have an "active" 
(default), "disabled" or "invisible"
@@ -260,7 +263,7 @@
    </action>
    <action dev="AG" type="fix" fixes-bug="29945" due-to="Christoph Gaffga" 
due-to-email="[EMAIL PROTECTED]">
      Scratchpad block: BetwixtTransformer: removed deprecation warning with
-     latest betwixt
+     latest betwixt.
    </action>
    <action dev="SW" type="fix" fixes-bug="25951">
      Flowscript: enforce the explicit declaration of variables in the global
@@ -282,7 +285,7 @@
    </action>
    <action dev="AG" type="fix" fixes-bug="31564" due-to="Gunnar Brand" 
due-to-email="[EMAIL PROTECTED]">
      XSP - JXPath logicsheet: Allow use relative contexts in 
&lt;jxpath:for-each&gt;.
-           Add a new tag &lt;jpath:set-lenient lenient="true|false"&gt;
+           Add a new tag &lt;jpath:set-lenient lenient="true|false"&gt;.
    </action>
    <action dev="AG" type="update">
      Updated commons-httpclient to 2.0.2, groovy to 1.0-beta-7, 
commons-betwixt to 0.6.
@@ -298,7 +301,7 @@
      Fix bug in SessionPropagatorAction.
    </action>
    <action dev="CZ" type="fix" fixes-bug="22707" due-to="Jeff Ramsdale" 
due-to-email="[EMAIL PROTECTED]">
-     Fix syntax error in build.bat on Windows ME
+     Fix syntax error in build.bat on Windows ME.
    </action>
    <action dev="CZ" type="fix" fixes-bug="29996" due-to="Christian Mayrhuber" 
due-to-email="[EMAIL PROTECTED]">
      Portal block: Apply patch for rendering a link of the selected tab in 
TabContentAspect.
@@ -307,30 +310,30 @@
      Portal block: Apply patch for handling GET method when no enctype is set 
in CopletTransformer.
    </action>
    <action dev="TC" type="fix" fixes-bug="31545">
-     Throw a more meaningful exception if charset classes are missing
+     Throw a more meaningful exception if charset classes are missing.
    </action>
    <action dev="TC" type="fix" fixes-bug="30874">
-     Fixes the SQLTransformer not to close the statement twice
+     Fixes the SQLTransformer not to close the statement twice.
    </action>
    <action dev="TC" type="fix" fixes-bug="30994">
-     Change constructor to be public in order to fix bug 30270
+     Change constructor to be public in order to fix bug 30270.
    </action>
    <action dev="JH" type="add" fixes-bug="29715" due-to="Nuno Santos" 
due-to-email="[EMAIL PROTECTED]">
      Forms block: added possibility to add a SelectionList based on Java.
    </action>
    <action dev="AG" type="fix" fixes-bug="28680" due-to="David Crossley" 
due-to-email="[EMAIL PROTECTED]">
      HTML serialization has no space between publicId and systemId.
-     Updated xalan to 2.6.1-dev-20041008T0304
+     Updated xalan to 2.6.1-dev-20041008T0304.
    </action>
    <action dev="VG" type="add">
      Scratchpad block: Implemented support of parallel loading of included
      sources in the IncludeTransformer.
    </action>
    <action dev="AG" type="update">
-     Updated commons-lang to 2.0-20041007T2305. Now cocoon compiles in java 1.5
+     Updated commons-lang to 2.0-20041007T2305. Now cocoon compiles in java 
1.5.
    </action>
    <action dev="AG" type="update">
-     Updated jdt-core to 3.0.1
+     Updated jdt-core to 3.0.1.
    </action>
    <action dev="VG" type="add">
      Faces block: Added JSF CarStore demo.
@@ -346,7 +349,7 @@
      Remove jisp from distribution.
    </action>
    <action dev="AG" type="fix" fixes-bug="31493" due-to="Rob Berens" 
due-to-email="[EMAIL PROTECTED]">
-     XSP logicsheet jpath.xsl: incorrect call to JXPathContext.compile
+     XSP logicsheet jpath.xsl: incorrect call to JXPathContext.compile.
    </action>
    <action dev="VG" type="fix" fixes-bug="28485">
      Mail block: Support multiple SMTP servers, not only default one.
@@ -411,7 +414,7 @@
      Cron block: Fixed memory leak, QuartzJobExecutor was not releasing 
pipelines.
    </action>
    <action dev="AG" type="update">
-     Updated jexl to 1.0, lucene to 1.4.1
+     Updated jexl to 1.0, lucene to 1.4.1.
    </action>
    <action dev="DC" type="add" fixes-bug="30321" due-to="Colin Adams">
      Selector for matching the request headers using a regular expression.
@@ -440,7 +443,7 @@
    </action>
    <action dev="AG" type="update">
      Updated rhino to 1.5r4-20040629T1232,
-     xreporter-expression to 20040701, ehcache to 0.9,
+     xreporter-expression to 20040701, ehcache to 0.9.
    </action>
    <action dev="CZ" type="fix" fixes-bug="26854">
      A redirect is now possible, if it's called from flow. This also fixes bug 
#26571.
@@ -471,7 +474,7 @@
      Update ant to 1.6.2, commons-jxpath to 1.2, commons-beanutils to 1.7,
      POI to 2.5.1-final-20040804, commons-httpclient to 2.0.1, nekohtml to 
0.9.3,
      hsqldb to 1.7.2, jcs to 1.1-dev-20040811, quartz to 1.4.2, asm to 1.4.3,
-     asm-util to 1.4.3 and groovy to 1.0-beta6
+     asm-util to 1.4.3 and groovy to 1.0-beta6.
    </action>
    <action dev="CZ" type="fix">
      Mail block: The mail transformer ignored configured toAddresses from a

Reply via email to