Describes the dependency relationships between SWCs. Dependencies are created when a SWC A is compiled with SWC B on the external library path (-external-library-path). In this example SWC A is dependent on SWC B because SWC A does not contain SWC B's classes. When an application is compiled using SWC A, SWC B may also be needed so to provide those classes. If SWC A is used as an RSL, SWC B will need to be loaded before SWC A if there is an inheritance dependency between the two SWCs.
@author dloverin
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.