few more updates to build correctly

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3506 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Radim Kubacki
2005-05-26 20:45:51 +00:00
parent 43c6bee9d2
commit 5517e977a8
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Version 1.1
- Updated pmd to version 3.1
- The sources were updated to use new plugin development support planned
present in recent development builds of NetBeans
Version 1.0
- Updated pmd to version 2.1
- Adapted to NB 4.0 APIs, did not test in earlier versions

View File

@ -6,7 +6,7 @@
<import file="${harness.dir}/build.xml"/>
<property name="pmd.jar" value="pmd-3.1.jar"/>
<property name="VERSION" value="1.0"/>
<property name="VERSION" value="1.1"/>
<property file="build.ant.properties"/>
@ -29,7 +29,10 @@
<zip compress="true" destfile="build/pmd-netbeans40-${VERSION}-src.zip">
<zipfileset dir=".">
<include name="*.txt"/>
<include name="manifest.mf"/>
<include name="pmdsuite.properties.template"/>
<include name="build.xml"/>
<include name="nbproject/*.*"/>
<include name="src/**/*"/>
<include name="lib/${pmd.jar}"/>
<include name="lib/saxpath-1.0-fcs.jar"/>

View File

@ -1,7 +1,7 @@
#cp.extra=lib/jaxen-core-1.0-fcs.jar:lib/pmd-2.1.jar:lib/saxpath-1.0-fcs.jar:lib/jakarta-oro-2.0.jar
extra.module.files=\
modules/ext/jaxen-core-1.0-fcs.jar,\
modules/ext/pmd-2.1.jar \
modules/ext/pmd-3.1.jar \
modules/ext/saxpath-1.0-fcs.jar \
modules/ext/jakarta-oro-2.0.jar
nbm.distribution=http://pmd.sourceforge.net/