Need to pass platform info also to the ant clean
authorJan Lahoda <jlahoda@netbeans.org>
Wed, 22 Jun 2011 09:50:41 +0200
changeset 5954f48a6ad30ec
parent 594 c129535fb3c5
child 596 8f4bf9c0a8cf
Need to pass platform info also to the ant clean
server/backend/build-indexing-backend
     1.1 --- a/server/backend/build-indexing-backend	Wed Jun 22 09:02:44 2011 +0200
     1.2 +++ b/server/backend/build-indexing-backend	Wed Jun 22 09:50:41 2011 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  #!/bin/bash -x
     1.5 -ant clean || exit 1
     1.6 +ant "$@" clean || exit 1
     1.7  mkdir -p build/indexing-backend
     1.8  ant "$@" build-zip && unzip -d build/indexing-backend dist/backend.zip && mv build/indexing-backend/backend build/indexing-backend/indexer || exit 1
     1.9  mkdir -p build/indexing-backend/web