release 1.3 preparation

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3881 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Radim Kubacki
2005-10-02 19:56:50 +00:00
parent 9e481330c7
commit dd5514a1f7
11 changed files with 76 additions and 37 deletions

View File

@@ -1,7 +1,6 @@
extra.module.files=\
modules/ext/jaxen-core-1.0-fcs.jar \
modules/ext/pmd-3.2.jar \
modules/ext/saxpath-1.0-fcs.jar \
modules/ext/jaxen-1.1-beta-7.jar \
modules/ext/pmd-3.3.jar \
modules/ext/jakarta-oro-2.0.jar \
modules/ext/nbpmdrules.jar
nbm.distribution=http://pmd.sourceforge.net/

View File

@@ -14,21 +14,15 @@
</class-path-extension>
<class-path-extension>
<!-- Deployed path, relative to dir containing module: -->
<runtime-relative-path>ext/jaxen-core-1.0-fcs.jar</runtime-relative-path>
<runtime-relative-path>ext/jaxen-1.1-beta-7.jar</runtime-relative-path>
<!-- Path of library in your own sources, relative to project basedir: -->
<binary-origin>lib/jaxen-core-1.0-fcs.jar</binary-origin>
<binary-origin>lib/jaxen-1.1-beta-7.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<!-- Deployed path, relative to dir containing module: -->
<runtime-relative-path>ext/saxpath-1.0-fcs.jar</runtime-relative-path>
<runtime-relative-path>ext/pmd-3.3.jar</runtime-relative-path>
<!-- Path of library in your own sources, relative to project basedir: -->
<binary-origin>lib/saxpath-1.0-fcs.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<!-- Deployed path, relative to dir containing module: -->
<runtime-relative-path>ext/pmd-3.2.jar</runtime-relative-path>
<!-- Path of library in your own sources, relative to project basedir: -->
<binary-origin>lib/pmd-3.2.jar</binary-origin>
<binary-origin>lib/pmd-3.3.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<!-- Deployed path, relative to dir containing module: -->
@@ -156,7 +150,7 @@
<public-packages/>
<extra-compilation-unit>
<package-root>libsrc</package-root>
<classpath>lib/pmd-3.2.jar</classpath>
<classpath>lib/pmd-3.3.jar</classpath>
<built-to>build/libclasses</built-to>
<built-to>${cluster}/modules/ext/nbpmdrules.jar</built-to>
</extra-compilation-unit>