source: gs3-extensions/structured-image/trunk/packages/COMPILE.sh

Last change on this file was 37146, checked in by davidb, 16 months ago

Tweak to include untar step

  • Property svn:executable set to *
File size: 161 bytes
Line 
1#!/bin/bash
2
3cd SimpleAnnotationServer--gitfork && mvn package
4
5if [ $? = 0 ] ; then
6 echo ""
7 echo "Now run: "
8 echo " ./INSTALL.sh"
9 echo ""
10fi
Note: See TracBrowser for help on using the repository browser.