f0e9d13547
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6505 51baf565-9d33-0410-a72c-fc3788e3496d
21 lines
460 B
Plaintext
21 lines
460 B
Plaintext
|
|
Setup
|
|
=====
|
|
|
|
eclipse configuration can be done in local.properties to point to the Eclipse
|
|
installation directory and the pde and launcher versions:
|
|
|
|
----- local.properties example -----------------
|
|
eclipse.home=/usr/java/eclipse
|
|
eclipse.pde.version=3.4.0.v20080604
|
|
eclipse.launcher.version=1.0.100.v20080509-1800
|
|
------ end -------------------------------------
|
|
|
|
|
|
Compilation
|
|
===========
|
|
|
|
'ant plugin' will generate a new version in the 'build' directory.
|
|
|
|
|