# HG changeset patch
# User Dirk Olmes <dirk@xanthippe.ping.de>
# Date 1411000304 -7200
# Node ID 71da2af2ecd73af18fbcdcd34420c348e125628d
# Parent  1e38ed9eb35458b6be602a4ebb16f6b80d14b262
update the location of ant, add aliases for ex-eclipse and ex-dist

diff -r 1e38ed9eb354 -r 71da2af2ecd7 zshrc-cassiopeia
--- a/zshrc-cassiopeia	Fri Sep 12 02:29:20 2014 +0200
+++ b/zshrc-cassiopeia	Thu Sep 18 02:31:44 2014 +0200
@@ -7,7 +7,6 @@
 . $HOME/.zsh-env/zshrc-bindkey
 
 export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/trunk
-export ICAROOT="/opt/ICAClient/linuxx86"
 export MULE_TEST_OPTS="-Dmule.verbose=false"
 export MULE_TEST_TIMEOUTSECS=9999
 export PATH="$HOME/bin:${PATH}"
@@ -16,11 +15,13 @@
 #
 # aliases
 #
-alias ant="/opt/eclipse-4.3/plugins/org.apache.ant_1.8.4.v201303080030/bin/ant"
+alias ant="/opt/eclipse-4.4/plugins/org.apache.ant_1.9.2.v201404171502/bin/ant"
 alias bzip=lbzip2
 alias df="df -h"
 alias env="env | sort | $PAGER"
+alias ex-dist="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-dist"
 alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-eclipse"
+alias ex-install="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-install"
 alias ne=neditc
 alias top=htop