git://scientific.zcu.cz
/
glite-security-test-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
699e810
)
build.xml now cleans user/host certs
author
John White
<John.White@cern.ch>
Mon, 6 Jun 2005 15:24:41 +0000
(15:24 +0000)
committer
John White
<John.White@cern.ch>
Mon, 6 Jun 2005 15:24:41 +0000
(15:24 +0000)
build.xml
patch
|
blob
|
blame
|
history
diff --git
a/build.xml
b/build.xml
index
af0828a
..
cbbc5d1
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-88,7
+88,10
@@
<target name="localinit"/>
<target name="clean">
<delete dir="${stage.dir}/share/test/certificates"/>
-
+ <delete file="${stage.dir}/usercert.pem"/>
+ <delete file="${stage.dir}/hostcert.pem"/>
+ <delete file="${stage.dir}/userkey.pem"/>
+ <delete file="${stage.dir}/hostkey.pem"/>
</target>
<target name="doc"/>