diff options
author | Sven Gothel <[email protected]> | 2010-11-29 06:45:43 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-29 06:45:43 +0100 |
commit | 799246021b6b31fd893883ac214ff82902aae3b4 (patch) | |
tree | 56807b254e627b4b2091e87eac1eb3c024e378f0 | |
parent | 26a88ceef07b93501901b55b9f0b76e87e877ff8 (diff) |
no more dest/www folder
-rwxr-xr-x | hudson-builds/funcs_promotion.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hudson-builds/funcs_promotion.sh b/hudson-builds/funcs_promotion.sh index cc5eba2..c2211d9 100755 --- a/hudson-builds/funcs_promotion.sh +++ b/hudson-builds/funcs_promotion.sh @@ -13,7 +13,6 @@ function prom_setup() { rm -rf $ldest mkdir $ldest mkdir $ldest/javadoc - mkdir $ldest/www mkdir $ldest/jnlp-files cd $lthisdir |