git://source.jalview.org
/
jabaws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7dcce8
)
Fix problem in a clean target
author
Sasha Sherstnev
<a.sherstnev@dundee.ac.uk>
Thu, 1 Aug 2013 15:41:40 +0000
(16:41 +0100)
committer
Sasha Sherstnev
<a.sherstnev@dundee.ac.uk>
Thu, 1 Aug 2013 15:41:40 +0000
(16:41 +0100)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
e0ad3a4
..
e4e4a2e
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-80,7
+80,7
@@
<!-- Clean temp directories -->
<target name="clean">
<delete dir="${classes}" />
- <delete dir="${basedir}/tmplog" />
+ <delete dir="${basedir}/logs" />
<delete file="${distdir}/binaries.zip" />
<delete file="${basedir}/activity.log" />
<delete file="${basedir}/derby.log" />