Genera
The Build page contains all the information needed to build, package and export the plug-in. Although it appears as a page in the plug-in manifest editor, changes made to it are written by PDE to the plug-in's build.properties file. The build.properties file solely guides the build process.
Informazioni di runtime
La sezione Informazioni di runtime elenca tutte le librerie che si desidera generare. Per ciascuna libreria, è necessario elencare le cartelle di origine da compilare nella libreria stessa.
If your plug-in declares more than one library, order them correctly using the Up and Down button. This will ensure that they get compiled in the correct order.
Binary and Source Builds
La sezione Generazione binaria consente di selezionare tutti i file e tutte le cartelle nel plugin inserito.
La sezione Generazione di origine ha uno scopo specifico e non viene utilizzata di norma né richiesta. It is only needed when you need to ship source in separate plug-ins and features rather than in binary plug-ins. Per ulteriori dettagli, consultare il punto di estensione org.eclipse.pde.core.source.
Voci percorso classi supplementari
If you need extra libraries on the build path for your source code to compile, you can add these required JARs in the Extra Classpath Entries section.
Please note that this section should be used to add libraries that are not required to be on the plug-in runtime classpath.