projects
/
java-idp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f52acc
)
Wayf target was deleting classes.
author
cantor
<cantor@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 30 May 2005 03:04:50 +0000
(
03:04
+0000)
committer
cantor
<cantor@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 30 May 2005 03:04:50 +0000
(
03:04
+0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1588
ab3bd59b
-922f-494d-bb5f-
6f0a3c29deca
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
274a51c
..
aa1dddb
100755
(executable)
--- a/
build.xml
+++ b/
build.xml
@@
-364,7
+364,7
@@
</target>
<!-- Create WAYF and move it to ${dist} -->
- <target name="package-wayf" depends="compile, clean-build">
+ <target name="package-wayf" depends="compile">
<war warfile="${dist}/${distnameWayf}.war" webxml="${configroot}/wayf.xml" basedir="${approot}" update="no" />
</target>