Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

FAQ How do I prevent my build.xml file from being overwritten?

Revision as of 14:52, 14 March 2006 by Unnamed Poltroon (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Normally, you can use the build.xml file that is automatically generated for you, based on your plug-in manifest and the contents of your build.properties file. However, in some situations, you might want to customize your own plug-in build script. To prevent PDE from deleting your custom build script, open build.properties for your plug-in and check This plug-in uses a custom build script.



See Also:

[[FAQ_What_is_the_use_of_the_%3Ctt%3Ebuild.xml%3C%2Ftt%3E_file%3F]]

Back to the top