CVS: TapestryBook/examples build.xml,1.7,1.8
Howard Lewis Ship <[email protected]> Sun, 13 Jul 2003 15:42:17 -0700
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/TapestryBook/examples
In directory sc8-pr-cvs1:/tmp/cvs-serv3466/examples
Modified Files:
build.xml
Log Message:
Move the examples and bannerads libraries into a new examples-library subproject.
Index: build.xml
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/examples/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** build.xml 13 Jul 2003 02:28:13 -0000 1.7
--- build.xml 13 Jul 2003 22:42:15 -0000 1.8
***************
*** 36,39 ****
--- 36,43 ----
<include name="ext/*.jar"/>
</fileset>
+
+ <fileset dir="../lib">
+ <include name="*.jar"/>
+ </fileset>
<pathelement location="${servlet.jar}"/>
</path>
***************
*** 83,86 ****
--- 87,96 ----
<include name="*.jar"/>
</lib>
+
+ <!-- Pick up the examples library -->
+
+ <lib dir="../lib">
+ <include name="*.jar"/>
+ </lib>
</war>
</target>
-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1