User: juha
Date: 00/06/02 14:18:32
Modified: build build.xml
Log:
copying unix shell scripts
Revision Changes Path
1.21 +7 -2 zola/build/build.xml
Index: build.xml
===================================================================
RCS file: /products/cvs/ejboss/zola/build/build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.xml 2000/05/29 19:49:22 1.20
+++ build.xml 2000/06/02 21:18:32 1.21
@@ -109,9 +109,14 @@
<copyfile src="${src.scripts.windows}/testbean/TestBeanClient.bat"
dest="${build.scripts}/TestBeanClient.bat"/>
<copyfile src="${src.scripts.unix}/testbean/TestBeanClient.sh"
- dest="${src.scripts.unix}/TestBeanClient.sh"/>
+ dest="${build.scripts}/TestBeanClient.sh"/>
<copyfile src="${src.scripts.unix}/accountmanager/AccountClient.sh"
- dest="${src.scripts.unix}/AccountClient.sh"/>
+ dest="${build.scripts}/AccountClient.sh"/>
+ <copyfile src="${src.scripts.unix}/mandelbrot/MandelClient.sh"
+ dest="${build.scripts}/MandelClient.sh"/>
+ <copyfile src="${src.scripts.unix}/shoppingcart/ShoppingCartClient.sh"
+ dest="${build.scripts}/ShoppingCartClient.sh"/>
+
<!-- MISC FILES -->
<copyfile src="AUTHORS" dest="${final.dir}/AUTHORS"/>