#r10705 failed
#r10694 failed
#r10678 failed
#r10656 success

REV=r10656

build:
	rm -rf jmonkeyplatform_$(REV); echo
	rm -rf trunk_$(REV); echo
	rm trunk; echo
	ln -s trunk_$(REV) trunk
	svn checkout http://jmonkeyengine.googlecode.com/svn/trunk@$(REV) trunk_$(REV)
	cd trunk; ant build
	cd trunk/sdk; ant build-zip-for-installer 
	rm -rf jmonkeyplatform_$(REV) ; echo
	unzip trunk/sdk/dist/jmonkeyplatform.zip
	mv jmonkeyplatform jmonkeyplatform_$(REV)
	cd trunk/engine; ctags -R src
	cd trunk; ant clean
