CVS: TapestryBook build.xml,1.1,1.2 .classpath,1.11,1.12
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
In directory sc8-pr-cvs1:/tmp/cvs-serv3466
Modified Files:
build.xml .classpath
Log Message:
Move the examples and bannerads libraries into a new examples-library subproject.
Index: build.xml
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.xml 12 Jul 2003 15:48:59 -0000 1.1
--- build.xml 13 Jul 2003 22:42:15 -0000 1.2
***************
*** 5,12 ****
--- 5,20 ----
<target name="clean" description="Deletes all derived files.">
+
+ <ant dir="examples-library" target="clean"/>
<ant dir="examples" target="clean"/>
<ant dir="hangman1" target="clean"/>
<ant dir="hangman2" target="clean"/>
<ant dir="bannerads" target="clean"/>
+
+ <delete>
+ <fileset dir="lib">
+ <include name="*.jar"/>
+ </fileset>
+ </delete>
</target>
***************
*** 14,17 ****
--- 22,26 ----
depends="check-properties"
description="Build and deploy all WARs.">
+ <ant dir="examples-library" target="install"/>
<ant dir="examples" target="deploy"/>
<ant dir="hangman1" target="deploy"/>
Index: .classpath
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/.classpath,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** .classpath 12 Jul 2003 15:48:59 -0000 1.11
--- .classpath 13 Jul 2003 22:42:15 -0000 1.12
***************
*** 7,10 ****
--- 7,11 ----
<classpathentry kind="src" path="hangman2/src/java"/>
<classpathentry kind="src" path="bannerads/src/java"/>
+ <classpathentry kind="src" path="examples-library/src/java"/>
<classpathentry kind="output" path="bin"/>
</classpath>
-------------------------------------------------------
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