Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] compiler settings in the build


In yesterday's arch call, it was requested that I send the default compiler settings used in the build ...here they are

        <!--compiler args-->
        <property name="compilerArg" value="-enableJavadoc -encoding ISO-8859-1 -warn:-discouraged,forbidden" />
        <property name="javacSource" value="1.3" />
        <property name="javacTarget" value="1.2" />

That being said, the Bundle-RequiredExecutionEnvironment  in the manifest specifies the execution environment

http://wiki.eclipse.org/index.php/Execution_Environments

The 3.2 plan describes the execution environment for each plugin.

http://www.eclipse.org/eclipse/development/eclipse_project_plan_3_2.html#Appendix1

This file describes the source and target for each execution environment used by pde build when generating the build scripts.

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.pde.build/data/env.properties?rev=HEAD&content-type=text/vnd.viewcvs-markup

Kim

Back to the top