| [pde-build-dev] How to change Compliance level of Java Compiler to 1.5 in PDE ? |
|
Hi,
I am using eclipse 3.2.2 with JDK 1.5, and when using PDE in eclipse UI, I create a build.xml for a plugin which contains the following javacSource and JavacTarget properties.
<property name="javacSource" value="1.3"/> <property name="javacTarget" value="1.2"/>
How this can be changed to 1.5 ? I tried to change it 1.5 using eclipse preferences but did not get through. Does somebody knows how these settings can be changed to get 1.5 source and target level ?
Thanks. Ravi
|