CVS: TapestryBook/bannerads build.xml,1.3,1.4
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/bannerads
In directory sc8-pr-cvs1:/tmp/cvs-serv3466/bannerads
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/bannerads/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** build.xml 13 Jul 2003 02:28:13 -0000 1.3
--- build.xml 13 Jul 2003 22:42:15 -0000 1.4
***************
*** 36,39 ****
--- 36,43 ----
<include name="ext/*.jar"/>
</fileset>
+
+ <fileset dir="../lib">
+ <include name="*.jar"/>
+ </fileset>
<pathelement location="${servlet.jar}"/>
</path>
***************
*** 81,84 ****
--- 85,94 ----
<lib dir="${tapestry.dist.dir}/lib/ext">
+ <include name="*.jar"/>
+ </lib>
+
+ <!-- Pick up the examples library -->
+
+ <lib dir="../lib">
<include name="*.jar"/>
</lib>
-------------------------------------------------------
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