Added missing hamcrest.*

This commit is contained in:
Simon Pamies
2013-04-01 17:45:59 +02:00
parent 349af00b1f
commit 5396b1bddb
6 changed files with 33 additions and 2 deletions
@@ -18,6 +18,34 @@
install-size="0"
version="4.8.2"
unpack="false"/>
<plugin
id="org.hamcrest"
download-size="0"
install-size="0"
version="1.1.0.v20090501071000"
unpack="false"/>
<plugin
id="org.hamcrest.integration"
download-size="0"
install-size="0"
version="1.1.0.v20090501071000"
unpack="false"/>
<plugin
id="org.hamcrest.library"
download-size="0"
install-size="0"
version="1.1.0.v20090501071000"
unpack="false"/>
<plugin
id="org.hamcrest.text"
download-size="0"
install-size="0"
version="1.1.0.v20090501071000"
unpack="false"/>
<plugin
id="org.hamcrest.core"
@@ -3,8 +3,11 @@
set -u
ECLIPSE_BIN=`which eclipse`
ECLIPSE_HOME="`dirname $ECLIPSE_BIN`"
if [ "$ECLIPSE_HOME" = "" ]; then
ECLIPSE_BIN=`which eclipse`
ECLIPSE_HOME="`dirname $ECLIPSE_BIN`"
fi
SAILING_GIT_HOME="`pwd`/../../.."
TARGET_PLATFORM_BASE_DIR=${SAILING_GIT_HOME}/java/com.sap.sailing.targetplatform.base