forked from phoedos/pmd
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:
@ -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"/>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user