changeset 38:05c566aa9510

remove invalid ANT_HOME variable, add an alias for ant pointing to the local Eclipse install
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 12 Jul 2013 05:57:00 +0200
parents 035e19cbaee7
children 46fb22ffffa8
files zshrc-cassiopeia
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc-cassiopeia	Sat Feb 16 05:59:44 2013 +0100
+++ b/zshrc-cassiopeia	Fri Jul 12 05:57:00 2013 +0200
@@ -6,7 +6,6 @@
 . $HOME/.zsh-env/zshrc-maven
 . $HOME/.zsh-env/zshrc-bindkey
 
-export ANT_HOME=/usr/share/ant-bin
 export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/trunk
 export MULE_TEST_OPTS="-Dmule.verbose=false"
 export MULE_TEST_TIMEOUTSECS=9999
@@ -16,6 +15,7 @@
 #
 # aliases
 #
+alias ant="/opt/eclipse-4.3/plugins/org.apache.ant_1.8.4.v201303080030/bin/ant"
 alias bzip=pbzip2
 alias cvscheck='sh -c "cvs -n update 2>&1 | grep \?"'
 alias cvsupdate='cvs -q -z3 update -dP | egrep -v "^\?.*\.d"'