nicolaken 2002/11/11 03:05:00
Modified: . module.xml
Log:
Added swf, itext, itext-xml and chaperon as projects with an included jar
deliverable.
Revision Changes Path
1.16 +36 -1 xml-cocoon2/module.xml
Index: module.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/module.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- module.xml 11 Nov 2002 10:55:06 -0000 1.15
+++ module.xml 11 Nov 2002 11:05:00 -0000 1.16
@@ -196,7 +196,8 @@
</ant>
<depend project="xml-cocoon2"/>
- <depend project="xml-itext" version="supplied"/>
+ <depend project="itext" version="supplied"/>
+ <depend project="itext-xml" version="supplied"/>
<work nested="tools/anttasks"/>
<home nested="build/cocoon"/>
@@ -327,6 +328,40 @@
<jar name="Jisp2.0.1.jar"/>
</project>
+ <project name="chaperon">
+ <url href="http://chaperon.sourceforge.net/"/>
+ <description>
+ Chaperon is a project, that helps to convert structured text to XML
+ </description>
+ <home nested="lib/optional"/>
+ <jar name="chaperon-1.3-dev.jar"/>
+ </project>
+ <project name="itext">
+ <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="lib/optional"/>
+ <jar name="itext-0.93b.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="lib/optional"/>
+ <jar name="itext-xml-0.93.jar"/>
+ </project>
+
+ <project name="swf">
+ <url href="unknown"/>
+ <description>
+ unknown
+ </description>
+ <home nested="lib/optional"/>
+ <jar name="spark.jar"/>
+ </project>
+
</module>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]