Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] Java 5 compilation

You also need to set the Java compiler to be 5.0 compliant in your build.properties

javacSource=1.5
javacTarget=1.5

-Tran

Cameron Bateman wrote:
Does anything special need to be done (besides setting the execution env in each manifest) in order to get a plugin to build with Java 5 code compliance rather than 1.4?

--Cam
_______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng




Back to the top