Application Packaging Developer's Guide

Nesting prototype Files

You can create multiple prototype files and then include them, using the !include command in the prototype file. You might want to do this for easier maintenance.

In the following example there are three prototype files, the main one (prototype) being edited, and the two (proto2 and proto3) that are being included.


!include /source-dir/proto2
!include /source-dir/proto3