forked from phoedos/pmd
updated
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3684 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
|
||||
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
|
||||
nbproject/build-impl.xml.data.CRC32=0f7e1827
|
||||
nbproject/build-impl.xml.data.CRC32=a15ba603
|
||||
nbproject/build-impl.xml.script.CRC32=4930d82d
|
||||
nbproject/build-impl.xml.stylesheet.CRC32=d126b16b
|
||||
|
@ -8,10 +8,11 @@ nbm.distribution=http://pmd.sourceforge.net/
|
||||
|
||||
license.file=LICENSE.txt
|
||||
nbm.homepage=http://pmd.sourceforge.net/
|
||||
nbm.module.author=Ole-Martin Mørk, Gunnlaugur Þór Briem, Radim Kubacki
|
||||
nbm.module.author=Ole-Martin M\u00c3\u00b8rk, Gunnlaugur \u00c3\u009e\u00c3\u00b3r Briem, Radim Kubacki
|
||||
#netbeans.dest.dir - absolute pathname of NB platform (or IDE or whatever) that
|
||||
#you are building your module against, and into which your module will be built.
|
||||
#Available in project.properties.
|
||||
|
||||
#netbeans.home - location of "platform*" cluster of the NetBeans IDE installation
|
||||
#you are running. *Only defined* when you run an Ant script *inside* the IDE.
|
||||
nbm.needs.restart=false
|
||||
|
@ -69,7 +69,6 @@
|
||||
</run-dependency>
|
||||
</dependency>
|
||||
</module-dependencies>
|
||||
<public-packages/>
|
||||
<class-path-extension>
|
||||
<!-- Deployed path, relative to dir containing module: -->
|
||||
<runtime-relative-path>ext/jakarta-oro-2.0.jar</runtime-relative-path>
|
||||
@ -94,6 +93,7 @@
|
||||
<!-- Path of library in your own sources, relative to project basedir: -->
|
||||
<binary-origin>lib/pmd-3.1.jar</binary-origin>
|
||||
</class-path-extension>
|
||||
<public-packages/>
|
||||
</data>
|
||||
</configuration>
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user