This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e8b35f  adde some more details
0e8b35f is described below

commit 0e8b35fd7c95da3bd75b1913d40827e0931435ab
Author: Harbs <[email protected]>
AuthorDate: Tue Dec 14 14:57:19 2021 +0200

    adde some more details
---
 libraries/compiled-code-libraries.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/libraries/compiled-code-libraries.md 
b/libraries/compiled-code-libraries.md
index 6d07ff5..32e4075 100644
--- a/libraries/compiled-code-libraries.md
+++ b/libraries/compiled-code-libraries.md
@@ -111,6 +111,12 @@ The notable difference between the two files:
 
 ```
 
+Note the important pieces in the config:
+
+1. In the namespaces section, you need to list all the namespaces you are 
using. Each namespace has to have a uri and a reference to the manifest file 
that is associated with that uri. In our case, the components will be used with 
the namespace `library://ns.somesite.com/kapow`.
+2. You need to include your css file using the `include-file` section. Any 
other accompanying files you want to include should be added there.
+3. You need to reference your main class using `include-classes`.
+4. You need to include the namespace(s) used with `include-namespaces`.
 
 `compile-config.xml`:
 

Reply via email to