forked from phoedos/pmd
Fixes for the 0.4 version
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1205 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
Version 0.4
|
||||
Fixed bug in manifest.mf, so now people are able to upgrade the currently installed version
|
||||
|
||||
Version 0.3
|
||||
- Changed default rulesets
|
||||
- Removed all known bugs:
|
||||
|
@ -42,14 +42,14 @@
|
||||
</makenbm>
|
||||
<delete dir="build/temp_distribution"/>
|
||||
</target>
|
||||
<target depends="clean,nbm" description="Builds the distribution" name="distribution">
|
||||
<zip compress="true" destfile="build\pmd-netbeans-bin.zip">
|
||||
<target depends="clean, nbm" description="Builds the distribution" name="distribution">
|
||||
<zip compress="true" destfile="build\pmd-netbeans-bin-${VERSION}.zip">
|
||||
<zipfileset dir=".">
|
||||
<include name="*.txt"/>
|
||||
</zipfileset>
|
||||
<zipfileset dir="." fullpath="pmd.nbm" includes="build\pmd.nbm"/>
|
||||
</zip>
|
||||
<zip compress="true" destfile="build\pmd-netbeans-src.zip">
|
||||
<zip compress="true" destfile="build\pmd-netbeans-src-${VERSION}.zip">
|
||||
<zipfileset dir=".">
|
||||
<include name="*.txt"/>
|
||||
<include name="build.xml"/>
|
||||
|
@ -1,5 +1,5 @@
|
||||
Manifest-Version: 1.0
|
||||
OpenIDE-Module-Specification-Version: 0.3
|
||||
OpenIDE-Module-Specification-Version: 0.40
|
||||
Created-By: NetBeans
|
||||
Class-Path: ext/pmd-1.0.jar
|
||||
OpenIDE-Module: pmd
|
||||
|
Reference in New Issue
Block a user