absolute paths replaced by

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6501 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch
2008-09-22 23:07:31 +00:00
parent f2014126b0
commit 90264d6cb8
5 changed files with 5 additions and 5 deletions

View File

@ -157,7 +157,7 @@
</target>
<target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
<eclipse.convertPath fileSystemPath="/home/xlv/dev/pmd/all/pmd-eclipse-plugin/pmd-eclipse-feature/" property="resourcePath"/>
<eclipse.convertPath fileSystemPath="${basedir}" property="resourcePath"/>
<eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/>
<antcall target="all.children">
<param name="target" value="refresh"/>

View File

@ -222,7 +222,7 @@
</target>
<target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
<eclipse.convertPath fileSystemPath="/home/xlv/dev/pmd/all/pmd-eclipse-plugin/pmd-eclipse-pmd" property="resourcePath"/>
<eclipse.convertPath fileSystemPath="${basedir}" property="resourcePath"/>
<eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/>
</target>

View File

@ -268,7 +268,7 @@
</target>
<target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
<eclipse.convertPath fileSystemPath="/home/xlv/dev/pmd/all/pmd-eclipse-plugin/pmd-eclipse-runtime" property="resourcePath"/>
<eclipse.convertPath fileSystemPath="${basedir}" property="resourcePath"/>
<eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/>
</target>

View File

@ -279,7 +279,7 @@
</target>
<target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
<eclipse.convertPath fileSystemPath="/home/xlv/dev/pmd/all/pmd-eclipse-plugin/pmd-eclipse-ui" property="resourcePath"/>
<eclipse.convertPath fileSystemPath="${basedir}" property="resourcePath"/>
<eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/>
</target>

View File

@ -125,7 +125,7 @@
</target>
<target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
<eclipse.convertPath fileSystemPath="/home/xlv/dev/pmd/all/pmd-eclipse-plugin/pmd-eclipse" property="resourcePath"/>
<eclipse.convertPath fileSystemPath="${basedir}" property="resourcePath"/>
<eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/>
</target>