forked from phoedos/pmd
Upgrading to PMD 1.2.1
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2157 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -4,7 +4,6 @@
|
||||
<classpathentry exported="true" kind="lib" path="pmd-eclipse.jar"/>
|
||||
<classpathentry kind="lib" path="lib/log4j-1.2.8.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-logging.jar"/>
|
||||
<classpathentry kind="lib" path="lib/pmd-1.2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jaxen-core-1.0-fcs.jar"/>
|
||||
<classpathentry kind="lib" path="lib/saxpath-1.0-fcs.jar"/>
|
||||
<classpathentry kind="var"
|
||||
@ -24,5 +23,6 @@
|
||||
<classpathentry kind="var"
|
||||
path="ECLIPSE_HOME/plugins/org.eclipse.core.boot_2.0.2.1/boot.jar" sourcepath="_ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.boot_2.0.2.1/bootsrc.zip"/>
|
||||
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
|
||||
<classpathentry kind="lib" path="lib/pmd-1.2.1.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
@ -1,6 +1,17 @@
|
||||
Change log for the PMD Eclipse plugin
|
||||
-------------------------------------
|
||||
|
||||
v1.1.1 - 05/08/2003
|
||||
|
||||
Runtime
|
||||
-------
|
||||
. Updating to PMD v1.2.1
|
||||
. Fixing CoreException when refreshing violations view with Eclipse v3
|
||||
|
||||
|
||||
|
||||
|
||||
----------------------------------------------------------------------------------------
|
||||
v1.1.0 - 30/07/2003
|
||||
|
||||
Runtime
|
||||
|
@ -6,13 +6,13 @@
|
||||
<property name="os" value="win32"/>
|
||||
<property name="arch" value="x86"/>
|
||||
<property name="runtimecp" value="C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.eclipse.core.boot_2.0.2.1/boot.jar;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.eclipse.core.boot_2.0.2.1/bin;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.eclipse.core.runtime_2.0.2/runtime.jar;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.eclipse.core.runtime_2.0.2/bin;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.eclipse.core.resources.win32_2.0.1/resources.jar;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.eclipse.core.resources_2.0.1/bin;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.eclipse.core.resources_2.0.1/resources.jar;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.eclipse.swt_2.0.2/bin;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.eclipse.swt_2.0.2/ws/${ws}/swt.jar;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.eclipse.swt.win32_2.0.2/ws/${ws}/swt.jar;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.eclipse.ui_2.0.2/workbench.jar;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.eclipse.ui_2.0.2/bin;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.eclipse.ui.win32_2.0.0/workbench.jar;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.eclipse.ui.win32_2.0.0/workbenchwin32.jar;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.eclipse.jdt.core_2.0.2/jdtcore.jar;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.eclipse.jdt.core_2.0.2/bin;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.apache.xerces_4.0.7/xmlParserAPIs.jar;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.apache.xerces_4.0.7/xercesImpl.jar;C:/Program Files/IBM/WebSphere Studio/eclipse/plugins/org.apache.xerces_4.0.7/bin;"/>
|
||||
<property name="pmdlib" value="lib/pmd-1.2.jar;lib/jaxen-core-1.0-fcs.jar;lib/saxpath-1.0-fcs.jar"/>
|
||||
<property name="pmdlib" value="lib/pmd-1.2.1.jar;lib/jaxen-core-1.0-fcs.jar;lib/saxpath-1.0-fcs.jar"/>
|
||||
<property name="log4jcp" value="lib/commons-logging.jar;lib/log4j-1.2.8.jar;" />
|
||||
<property name="classpath" value="${runtimecp}${log4jcp}${pmdlib}" />
|
||||
|
||||
<target name="init" depends="properties">
|
||||
<property name="plugin" value="net.sourceforge.pmd.eclipse"/>
|
||||
<property name="version.suffix" value="1.1.0"/>
|
||||
<property name="version.suffix" value="1.1.1"/>
|
||||
<property name="full.name" value="${plugin}_${version.suffix}"/>
|
||||
<property name="temp.folder" value="${basedir}/temp.folder"/>
|
||||
<property name="plugin.destination" value="${basedir}"/>
|
||||
|
Binary file not shown.
@ -12,7 +12,7 @@
|
||||
</library>
|
||||
<library name="lib/log4j-1.2.8.jar"/>
|
||||
<library name="lib/commons-logging.jar"/>
|
||||
<library name="lib/pmd-1.2.jar"/>
|
||||
<library name="lib/pmd-1.2-1.jar"/>
|
||||
<library name="lib/jaxen-core-1.0-fcs.jar"/>
|
||||
<library name="lib/saxpath-1.0-fcs.jar"/>
|
||||
</runtime>
|
||||
|
Reference in New Issue
Block a user