made some minor changes to get the zip file creation working
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1168 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -59,7 +59,7 @@
|
|||||||
<include name="LICENSE.txt"/>
|
<include name="LICENSE.txt"/>
|
||||||
<include name="README.txt"/>
|
<include name="README.txt"/>
|
||||||
</zipfileset>
|
</zipfileset>
|
||||||
<zipfileset file="build\pmd.nbm" fullpath="pmd.nbm"/>
|
<zipfileset dir="." includes="build\pmd.nbm" fullpath="pmd.nbm"/>
|
||||||
</zip>
|
</zip>
|
||||||
<zip compress="true" destfile="build\pmd-netbeans-src.zip">
|
<zip compress="true" destfile="build\pmd-netbeans-src.zip">
|
||||||
<zipfileset dir=".">
|
<zipfileset dir=".">
|
||||||
@ -73,7 +73,7 @@
|
|||||||
<exclude name="openide.jar"/>
|
<exclude name="openide.jar"/>
|
||||||
<exclude name="nbantext.jar"/>
|
<exclude name="nbantext.jar"/>
|
||||||
</zipfileset>
|
</zipfileset>
|
||||||
<zipfileset file="build\pmd.nbm" fullpath="pmd.nbm"/>
|
<zipfileset dir="." includes="build\pmd.nbm" fullpath="pmd.nbm"/>
|
||||||
</zip>
|
</zip>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user