Breadcrumb
- Sabre Red 360 Software Development Kit Help
- Desktop Red Apps
- Red App Requirements and Standards
- Red App Requirements
- Binary Build Requirements
Binary Build Requirements
Use Eclipse to add custom files in your plug-in project to the bin.includes
list in build.properties
. This ensures that these files are included in the exported JAR file.
The following figure shows the files that are included in the binary build for a main Red App plug-in project with internationalization services in Eclipse.
This binary build also applies to any dependent plug-ins.
If a Red App is distributed among multiple plug-ins, every plug-in project has its own build.properties
file. The file does not include dependencies or references to the other plug-in project.

Binary Build Files and Folders in a Plug-in Project as Displayed in Eclipse
NOTES:
Custom files include the following:
-
images
folder for image files -
redapp.xml
in the main plug-in -
Plug-in properties files and the
resources
folder for plug-ins that have internationalization -
plugin.xml
-
MANIFEST.MF
-
Other custom files that a Red App uses