From 2e2b766257e10045556e4d1421f186eaa36f9fb0 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Fri, 22 Aug 2008 01:00:11 +0000 Subject: [PATCH] start pushing the test harness javadoc, too git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11658 71c3de6d-444a-0410-be80-ed276b4c234a --- publish-javadoc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/publish-javadoc.sh b/publish-javadoc.sh index 71ae4a8761..7504935476 100644 --- a/publish-javadoc.sh +++ b/publish-javadoc.sh @@ -3,12 +3,14 @@ # publish Hudson javadoc and deploy that into the java.net CVS repository # +# make sure we have up-to-date copy so that the commit won't fail later pushd ../../../www/javadoc svn revert -R . svn update popd cp -R target/checkout/core/target/apidocs/* ../../../www/javadoc +cp -R target/checkout/test/target/apidocs/* ../../../www/javadoc/test cd ../../../www/javadoc -- GitLab