use eclipse.home to set baseLocation

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6795 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch
2009-01-18 22:21:24 +00:00
parent 177fa473dc
commit 5643e06b8e
2 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,7 @@
<fileset dir="." includes="custom_build.properties"/>
</concat>
<replace file="build.properties" token="buildDirectory=buildDir" value="buildDirectory=${basedir}"/>
<replace file="build.properties" token="baseLocation=${base}/eclipse" value="baseLocation=${eclipse.home}"/>
</target>
<target name="plugin" depends="init">

View File

@ -1,7 +1,6 @@
topLevelElementId = net.sourceforge.pmd.eclipse
outputUpdateJars = true
buildDirectory=buildDir
baseLocation=/usr/java/eclipse
buildLabel=build
buildId=5.0.0.v200810141040
javacSource=1.5