Questo contenuto non è disponibile nella lingua selezionata.
Chapter 5. Packaging
5.1. Packaging Assets Copia collegamentoCollegamento copiato negli appunti!
Copia collegamentoCollegamento copiato negli appunti!
Packaging is the process of assembling the required assets into a single deployable unit called a package.
Some aspects of the configuration are also critical for authoring assets, such as the import of model classes and the definition of global variables. For example, you may add a model which has a class called
com.something.Hello
; you would then add import com.something.Hello
in your package configuration and save the change.