[jboss-cvs] jboss-seam/examples/pdf ...
Norman Richards
norman.richards at jboss.com
Wed Feb 7 14:17:30 EST 2007
User: nrichards
Date: 07/02/07 14:17:30
Modified: examples/pdf build.xml
Log:
when things don't follow conventions, maybe there are reasons for it
Revision Changes Path
1.7 +3 -2 jboss-seam/examples/pdf/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/pdf/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- build.xml 7 Feb 2007 15:54:58 -0000 1.6
+++ build.xml 7 Feb 2007 19:17:30 -0000 1.7
@@ -4,10 +4,10 @@
<!-- Example name -->
<property name="Name" value="iText PDF document example"/>
- <property name="example.name" value="jboss-seam-pdf"/>
+ <property name="example.name" value="jboss-seam-document"/>
<!-- Overrides -->
- <property name="example.webinf.lib.dir" value="."/>
+ <property name="example.webinf.lib.dir" value="lib"/>
<property name="example.seam.ui.lib" value="yes"/>
<property name="example.seam.pdf.lib" value="yes"/>
<property name="example.seam.debug.lib" value="yes"/>
@@ -35,5 +35,6 @@
<include name="*.keystore"/>
<include name="lib/*.jar" />
</zipfileset>
+
</project>
More information about the jboss-cvs-commits
mailing list