You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Peter Donald <pe...@apache.org> on 2002/09/03 13:34:17 UTC

Re: cvs commit: jakarta-avalon-apps/simpleserver build.xml

oops - my fault. Ta! ;)

On Tue, 3 Sep 2002 17:37, colus@apache.org wrote:
> colus       2002/09/03 00:37:26
>
>   Modified:    db       build.xml
>                ftpserver build.xml
>                hsql     build.xml
>                httpproxy build.xml
>                infomover build.xml
>                overlord build.xml
>                phyre    build.xml
>                sevak    build.xml
>                simpleserver build.xml
>   Log:
>   Include xdoclet jars to project.class.path.
>
>   Revision  Changes    Path
>   1.57      +1 -1      jakarta-avalon-apps/db/build.xml
>
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-avalon-apps/db/build.xml,v
>   retrieving revision 1.56
>   retrieving revision 1.57
>   diff -u -r1.56 -r1.57
>   --- build.xml	26 Jul 2002 14:21:59 -0000	1.56
>   +++ build.xml	3 Sep 2002 07:37:25 -0000	1.57
>   @@ -45,7 +45,7 @@
>        <pathelement path="${java.class.path}" />
>        <pathelement path="${build.classes}" />
>        <fileset dir="../common/lib">
>   -      <include name="*.jar" />
>   +      <include name="**/*.jar" />
>        </fileset>
>        <fileset dir="lib">
>          <include name="*.jar" />
>
>
>
>   1.41      +1 -1      jakarta-avalon-apps/ftpserver/build.xml
>
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-avalon-apps/ftpserver/build.xml,v
>   retrieving revision 1.40
>   retrieving revision 1.41
>   diff -u -r1.40 -r1.41
>   --- build.xml	26 Jul 2002 14:21:59 -0000	1.40
>   +++ build.xml	3 Sep 2002 07:37:25 -0000	1.41
>   @@ -47,7 +47,7 @@
>        <pathelement path="${java.class.path}" />
>        <pathelement path="${build.classes}" />
>        <fileset dir="../common/lib">
>   -      <include name="*.jar" />
>   +      <include name="**/*.jar" />
>        </fileset>
>        <fileset dir="lib">
>          <include name="*.jar" />
>
>
>
>   1.27      +1 -1      jakarta-avalon-apps/hsql/build.xml
>
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-avalon-apps/hsql/build.xml,v
>   retrieving revision 1.26
>   retrieving revision 1.27
>   diff -u -r1.26 -r1.27
>   --- build.xml	26 Jul 2002 14:21:59 -0000	1.26
>   +++ build.xml	3 Sep 2002 07:37:25 -0000	1.27
>   @@ -46,7 +46,7 @@
>        <pathelement path="${java.class.path}" />
>        <pathelement path="${build.classes}" />
>        <fileset dir="../common/lib">
>   -      <include name="*.jar" />
>   +      <include name="**/*.jar" />
>        </fileset>
>        <fileset dir="lib">
>          <include name="*.jar" />
>
>
>
>   1.20      +1 -1      jakarta-avalon-apps/httpproxy/build.xml
>
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-avalon-apps/httpproxy/build.xml,v
>   retrieving revision 1.19
>   retrieving revision 1.20
>   diff -u -r1.19 -r1.20
>   --- build.xml	26 Jul 2002 14:21:59 -0000	1.19
>   +++ build.xml	3 Sep 2002 07:37:25 -0000	1.20
>   @@ -46,7 +46,7 @@
>        <pathelement path="${java.class.path}" />
>        <pathelement path="${build.classes}" />
>        <fileset dir="../common/lib">
>   -      <include name="*.jar" />
>   +      <include name="**/*.jar" />
>        </fileset>
>        <fileset dir="lib">
>          <include name="*.jar" />
>
>
>
>   1.3       +1 -1      jakarta-avalon-apps/infomover/build.xml
>
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-avalon-apps/infomover/build.xml,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -r1.2 -r1.3
>   --- build.xml	21 Aug 2002 20:28:11 -0000	1.2
>   +++ build.xml	3 Sep 2002 07:37:25 -0000	1.3
>   @@ -46,7 +46,7 @@
>        <pathelement path="${java.class.path}" />
>        <pathelement path="${build.classes}" />
>        <fileset dir="../common/lib">
>   -      <include name="*.jar" />
>   +      <include name="**/*.jar" />
>        </fileset>
>        <fileset dir="lib">
>          <include name="*.jar" />
>
>
>
>   1.16      +1 -1      jakarta-avalon-apps/overlord/build.xml
>
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-avalon-apps/overlord/build.xml,v
>   retrieving revision 1.15
>   retrieving revision 1.16
>   diff -u -r1.15 -r1.16
>   --- build.xml	26 Jul 2002 14:21:59 -0000	1.15
>   +++ build.xml	3 Sep 2002 07:37:25 -0000	1.16
>   @@ -46,7 +46,7 @@
>        <pathelement path="${java.class.path}" />
>        <pathelement path="${build.classes}" />
>        <fileset dir="../common/lib">
>   -      <include name="*.jar" />
>   +      <include name="**/*.jar" />
>        </fileset>
>        <fileset dir="lib">
>          <include name="*.jar" />
>
>
>
>   1.4       +1 -1      jakarta-avalon-apps/phyre/build.xml
>
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-avalon-apps/phyre/build.xml,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- build.xml	1 Sep 2002 20:27:51 -0000	1.3
>   +++ build.xml	3 Sep 2002 07:37:25 -0000	1.4
>   @@ -36,7 +36,7 @@
>    			<pathelement path="${java.class.path}" />
>    			<pathelement path="${build.classes}" />
>    			<fileset dir="${common.lib}">
>   -				<include name="*.jar" />
>   +				<include name="**/*.jar" />
>    			</fileset>
>    			<fileset dir="${lib.dir}">
>    				<include name="*.jar" />
>
>
>
>   1.10      +1 -1      jakarta-avalon-apps/sevak/build.xml
>
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-avalon-apps/sevak/build.xml,v
>   retrieving revision 1.9
>   retrieving revision 1.10
>   diff -u -r1.9 -r1.10
>   --- build.xml	26 Jul 2002 14:21:58 -0000	1.9
>   +++ build.xml	3 Sep 2002 07:37:25 -0000	1.10
>   @@ -86,7 +86,7 @@
>
>      <path id="test.class.path">
>        <fileset dir="../common/lib">
>   -      <include name="*.jar" />
>   +      <include name="**/*.jar" />
>        </fileset>
>        <pathelement path="${build.lib}/sevak.jar"/>
>      </path>
>
>
>
>   1.15      +1 -1      jakarta-avalon-apps/simpleserver/build.xml
>
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-avalon-apps/simpleserver/build.xml,v
>   retrieving revision 1.14
>   retrieving revision 1.15
>   diff -u -r1.14 -r1.15
>   --- build.xml	26 Jul 2002 14:21:58 -0000	1.14
>   +++ build.xml	3 Sep 2002 07:37:25 -0000	1.15
>   @@ -46,7 +46,7 @@
>        <pathelement path="${java.class.path}" />
>        <pathelement path="${build.classes}" />
>        <fileset dir="../common/lib">
>   -      <include name="*.jar" />
>   +      <include name="**/*.jar" />
>        </fileset>
>        <fileset dir="lib">
>          <include name="*.jar" />

-- 
Cheers,

Peter Donald*------------------------------------------------------*
| "Nearly all men can stand adversity, but if you want |
| to test a man's character, give him power."          |
|       -Abraham Lincoln                               |
*------------------------------------------------------*


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>