User: juha
Date: 00/05/29 12:49:22
Modified: build build.xml
Log:
moves AccountClient.sh unix script to its right location in bin
Revision Changes Path
1.20 +2 -0 zola/build/build.xml
Index: build.xml
===================================================================
RCS file: /products/cvs/ejboss/zola/build/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 2000/05/11 19:06:25 1.19
+++ build.xml 2000/05/29 19:49:22 1.20
@@ -110,6 +110,8 @@
dest="${build.scripts}/TestBeanClient.bat"/>
<copyfile src="${src.scripts.unix}/testbean/TestBeanClient.sh"
dest="${src.scripts.unix}/TestBeanClient.sh"/>
+ <copyfile src="${src.scripts.unix}/accountmanager/AccountClient.sh"
+ dest="${src.scripts.unix}/AccountClient.sh"/>
<!-- MISC FILES -->
<copyfile src="AUTHORS" dest="${final.dir}/AUTHORS"/>