working on interim release targeting NB5.5+trunk
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4785 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -3,8 +3,8 @@
|
||||
<import file="nbproject/build-impl.xml"/>
|
||||
|
||||
<property name="pmd.jar" value="pmd-3.8.jar"/>
|
||||
<property name="nb.version" value="netbeans50"/>
|
||||
<property name="VERSION" value="1.8"/>
|
||||
<property name="nb.version" value="netbeans55"/>
|
||||
<property name="VERSION" value="1.8.1"/>
|
||||
|
||||
<property file="build.ant.properties"/>
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
<target name="nblib" depends="init">
|
||||
<mkdir dir="build/libclasses"/>
|
||||
<javac srcdir="libsrc" destdir="build/libclasses" source="1.4" debug="${build.compiler.debug}" deprecation="${build.compiler.deprecation}">
|
||||
<javac srcdir="libsrc" destdir="build/libclasses" source="${javac.source}" debug="${build.compiler.debug}" deprecation="${build.compiler.deprecation}">
|
||||
<classpath>
|
||||
<pathelement location="lib/${pmd.jar}"/>
|
||||
</classpath>
|
||||
|
@ -1,5 +1,5 @@
|
||||
Manifest-Version: 1.0
|
||||
OpenIDE-Module-Specification-Version: 1.8
|
||||
OpenIDE-Module-Specification-Version: 1.8.1
|
||||
Created-By: Ole-Martin Mørk and Gunnlaugur Þór Briem, Radim Kubacki, Tomasz Slota
|
||||
OpenIDE-Module: pmd
|
||||
OpenIDE-Module-Layer: pmd/mf-layer.xml
|
||||
|
@ -1,2 +1,2 @@
|
||||
nbjdk.active=default
|
||||
nbplatform.active=default
|
||||
nbjdk.active=JDK1.5
|
||||
nbplatform.active=NetBeans_IDE_5.5
|
||||
|
Reference in New Issue
Block a user