Must download the web libraries
authorJan Lahoda <jlahoda@netbeans.org>
Sun, 10 Feb 2013 22:10:56 +0100
changeset 931c4498e0cd934
parent 930 59b4764e8101
child 932 780640179df4
Must download the web libraries
remoting/build.sh
     1.1 --- a/remoting/build.sh	Sun Feb 10 21:53:29 2013 +0100
     1.2 +++ b/remoting/build.sh	Sun Feb 10 22:10:56 2013 +0100
     1.3 @@ -6,6 +6,7 @@
     1.4  (cd server/indexer; ant "$@" clean && ant "$@" build-zip && unzip -d ../../build/indexing-backend dist/indexer.zip) || exit 1
     1.5  mkdir -p build/indexing-backend/web
     1.6  (cd server/web/web.main; ant clean && ant jar && cp -r dist/* ../../../build/indexing-backend/web) || exit 1
     1.7 +(cd server/web/web.ui.frontend/public_html/index/lib; ant -f download.xml) || exit 1
     1.8  cp -r server/web/web.ui.frontend/public_html build/indexing-backend/web || exit 1
     1.9  
    1.10  cp server/scripts/* build/indexing-backend