Need to actually build the language web frontend
authorJan Lahoda <jlahoda@netbeans.org>
Sat, 30 Mar 2013 19:57:14 +0100
changeset 939dd847c838017
parent 938 0c82401751df
child 940 9f370ccd04cc
Need to actually build the language web frontend
language/post-build.sh
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/language/post-build.sh	Sat Mar 30 19:57:14 2013 +0100
     1.3 @@ -0,0 +1,2 @@
     1.4 +#!/bin/bash
     1.5 +(cd server/web/language.web.api; ant "$@" clean && ant "$@") || exit 1