The jar name is now just the plugin name rather than version appended.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1864 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -40,7 +40,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="jar" depends="compile">
|
<target name="jar" depends="compile">
|
||||||
<jar jarfile="${lib}/${ant.project.name}-${pluginversion}.jar">
|
<jar jarfile="${lib}/${ant.project.name}.jar">
|
||||||
<fileset dir="${build}"/>
|
<fileset dir="${build}"/>
|
||||||
<fileset dir="${config}">
|
<fileset dir="${config}">
|
||||||
<include name="*.props"/>
|
<include name="*.props"/>
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<include name="*.html"/>
|
<include name="*.html"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</jar>
|
</jar>
|
||||||
<copy file="${lib}/${ant.project.name}-${pluginversion}.jar" todir="${jedit.jars.dir}"></copy>
|
<copy file="${lib}/${ant.project.name}.jar" todir="${jedit.jars.dir}"></copy>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user