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:
@ -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">
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user