You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/09/08 15:13:42 UTC

[royale-asjs] branch develop updated: add some namespaces to maven build distribution

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

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 12e1241  add some namespaces to maven build distribution
12e1241 is described below

commit 12e12417a328a22ce609d6554674c8202ca3f01e
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Sep 8 17:13:36 2018 +0200

    add some namespaces to maven build distribution
---
 distribution/src/main/assembly/component.xml       | 20 +++++++++
 .../resources/frameworks/air-config-template.xml   | 42 +++++++++++++++++
 .../src/main/resources/frameworks/air-config.xml   | 42 +++++++++++++++++
 .../main/resources/frameworks/airmobile-config.xml | 52 +++++++++++++++++++---
 .../resources/frameworks/flex-config-template.xml  | 24 ++++++++++
 .../src/main/resources/frameworks/flex-config.xml  | 24 ++++++++++
 .../frameworks/royale-config-template.xml          | 24 ++++++++++
 .../main/resources/frameworks/royale-config.xml    | 24 ++++++++++
 8 files changed, 247 insertions(+), 5 deletions(-)

diff --git a/distribution/src/main/assembly/component.xml b/distribution/src/main/assembly/component.xml
index fe58b96..ada42c3 100644
--- a/distribution/src/main/assembly/component.xml
+++ b/distribution/src/main/assembly/component.xml
@@ -339,5 +339,25 @@ under the License.
       <outputDirectory>frameworks/manifests</outputDirectory>
       <destName>mdl-manifest.xml</destName>
     </file>
+    <file>
+      <source>../frameworks/projects/Jewel/src/main/resources/jewel-manifest.xml</source>
+      <outputDirectory>frameworks/manifests</outputDirectory>
+      <destName>jewel-manifest.xml</destName>
+    </file>
+    <file>
+      <source>../frameworks/projects/Icons/src/main/resources/icons-manifest.xml</source>
+      <outputDirectory>frameworks/manifests</outputDirectory>
+      <destName>icons-manifest.xml</destName>
+    </file>
+    <file>
+      <source>../frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml</source>
+      <outputDirectory>frameworks/manifests</outputDirectory>
+      <destName>mx-royale-manifest.xml</destName>
+    </file>
+    <file>
+      <source>../frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml</source>
+      <outputDirectory>frameworks/manifests</outputDirectory>
+      <destName>spark-royale-manifest.xml</destName>
+    </file>
   </files>
 </component>
diff --git a/distribution/src/main/resources/frameworks/air-config-template.xml b/distribution/src/main/resources/frameworks/air-config-template.xml
index 4a93008..2b05f62 100644
--- a/distribution/src/main/resources/frameworks/air-config-template.xml
+++ b/distribution/src/main/resources/frameworks/air-config-template.xml
@@ -235,6 +235,48 @@
              <manifest>manifests/createjs-manifest.xml</manifest>
              
          </namespace>
+         <namespace>
+          <uri>library://ns.apache.org/royale/mdl</uri>
+
+          <manifest>manifests/mdl-manifest.xml</manifest>
+
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/express</uri>
+
+          <manifest>manifests/express-manifest.xml</manifest>
+
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/fa</uri>
+
+          <manifest>manifests/fa-manifest.xml</manifest>
+
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/mx</uri>
+          
+          <manifest>manifests/mx-royale-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/spark</uri>
+          
+          <manifest>manifests/spark-royale-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/jewel</uri>
+          
+          <manifest>manifests/jewel-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/icons</uri>
+          
+          <manifest>manifests/icons-manifest.xml</manifest>
+          
+      </namespace>
       </namespaces>
       
       <!-- Enable post-link SWF optimization. -->
diff --git a/distribution/src/main/resources/frameworks/air-config.xml b/distribution/src/main/resources/frameworks/air-config.xml
index a4e7e4c..2613cc1 100644
--- a/distribution/src/main/resources/frameworks/air-config.xml
+++ b/distribution/src/main/resources/frameworks/air-config.xml
@@ -235,6 +235,48 @@
              <manifest>manifests/createjs-manifest.xml</manifest>
              
          </namespace>
+         <namespace>
+          <uri>library://ns.apache.org/royale/mdl</uri>
+
+          <manifest>manifests/mdl-manifest.xml</manifest>
+
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/express</uri>
+
+          <manifest>manifests/express-manifest.xml</manifest>
+
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/fa</uri>
+
+          <manifest>manifests/fa-manifest.xml</manifest>
+
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/mx</uri>
+          
+          <manifest>manifests/mx-royale-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/spark</uri>
+          
+          <manifest>manifests/spark-royale-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/jewel</uri>
+          
+          <manifest>manifests/jewel-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/icons</uri>
+          
+          <manifest>manifests/icons-manifest.xml</manifest>
+          
+      </namespace>
       </namespaces>
       
       <!-- Enable post-link SWF optimization. -->
diff --git a/distribution/src/main/resources/frameworks/airmobile-config.xml b/distribution/src/main/resources/frameworks/airmobile-config.xml
index f27b6aa..c95a8a5 100644
--- a/distribution/src/main/resources/frameworks/airmobile-config.xml
+++ b/distribution/src/main/resources/frameworks/airmobile-config.xml
@@ -235,6 +235,48 @@
              <manifest>manifests/createjs-manifest.xml</manifest>
              
          </namespace>
+         <namespace>
+          <uri>library://ns.apache.org/royale/mdl</uri>
+
+          <manifest>manifests/mdl-manifest.xml</manifest>
+
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/express</uri>
+
+          <manifest>manifests/express-manifest.xml</manifest>
+
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/fa</uri>
+
+          <manifest>manifests/fa-manifest.xml</manifest>
+
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/mx</uri>
+          
+          <manifest>manifests/mx-royale-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/spark</uri>
+          
+          <manifest>manifests/spark-royale-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/jewel</uri>
+          
+          <manifest>manifests/jewel-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/icons</uri>
+          
+          <manifest>manifests/icons-manifest.xml</manifest>
+          
+      </namespace>
       </namespaces>
       
       <!-- Enable post-link SWF optimization. -->
@@ -336,7 +378,7 @@
           -->
      
       </fonts> 
-       
+	   
       <!-- Array.toString() format has changed. -->
       <warn-array-tostring-changes>false</warn-array-tostring-changes>
       
@@ -460,13 +502,13 @@
 
    <!-- remove-unused-rsls: remove RSLs that are not being used by the application-->
    <remove-unused-rsls>true</remove-unused-rsls>
-    
-    
+	
+	
     <!-- static-link-runtime-shared-libraries: statically link the libraries specified by the -runtime-shared-libraries-path option.-->
-    <static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries>
+	<static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries>
    
    <!-- target-player: specifies the version of the player the application is targeting. 
-                   Features requiring a later version will not be compiled into the application. 
+	               Features requiring a later version will not be compiled into the application. 
                        The minimum value supported is "9.0.0".-->
    <!-- target-player usage:
    <target-player>version</target-player>
diff --git a/distribution/src/main/resources/frameworks/flex-config-template.xml b/distribution/src/main/resources/frameworks/flex-config-template.xml
index 9d68460..259168c 100644
--- a/distribution/src/main/resources/frameworks/flex-config-template.xml
+++ b/distribution/src/main/resources/frameworks/flex-config-template.xml
@@ -266,6 +266,30 @@
           <manifest>manifests/fa-manifest.xml</manifest>
 
       </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/mx</uri>
+          
+          <manifest>manifests/mx-royale-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/spark</uri>
+          
+          <manifest>manifests/spark-royale-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/jewel</uri>
+          
+          <manifest>manifests/jewel-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/icons</uri>
+          
+          <manifest>manifests/icons-manifest.xml</manifest>
+          
+      </namespace>
       </namespaces>
 
       <!-- Enable post-link SWF optimization. -->
diff --git a/distribution/src/main/resources/frameworks/flex-config.xml b/distribution/src/main/resources/frameworks/flex-config.xml
index 14e0148..6943322 100644
--- a/distribution/src/main/resources/frameworks/flex-config.xml
+++ b/distribution/src/main/resources/frameworks/flex-config.xml
@@ -266,6 +266,30 @@
           <manifest>manifests/fa-manifest.xml</manifest>
 
       </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/mx</uri>
+          
+          <manifest>manifests/mx-royale-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/spark</uri>
+          
+          <manifest>manifests/spark-royale-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/jewel</uri>
+          
+          <manifest>manifests/jewel-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/icons</uri>
+          
+          <manifest>manifests/icons-manifest.xml</manifest>
+          
+      </namespace>
       </namespaces>
 
       <!-- Enable post-link SWF optimization. -->
diff --git a/distribution/src/main/resources/frameworks/royale-config-template.xml b/distribution/src/main/resources/frameworks/royale-config-template.xml
index d0fab5c..59f5aef 100644
--- a/distribution/src/main/resources/frameworks/royale-config-template.xml
+++ b/distribution/src/main/resources/frameworks/royale-config-template.xml
@@ -271,6 +271,30 @@
           <manifest>projects/FontAwesome/src/main/resources/fa-manifest.xml</manifest>
 
       </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/mx</uri>
+          
+          <manifest>manifests/mx-royale-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/spark</uri>
+          
+          <manifest>manifests/spark-royale-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/jewel</uri>
+          
+          <manifest>manifests/jewel-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/icons</uri>
+          
+          <manifest>manifests/icons-manifest.xml</manifest>
+          
+      </namespace>
       </namespaces>
 
       <!-- Enable post-link SWF optimization. -->
diff --git a/distribution/src/main/resources/frameworks/royale-config.xml b/distribution/src/main/resources/frameworks/royale-config.xml
index 865172b..3826d7d 100644
--- a/distribution/src/main/resources/frameworks/royale-config.xml
+++ b/distribution/src/main/resources/frameworks/royale-config.xml
@@ -271,6 +271,30 @@
           <manifest>projects/FontAwesome/src/main/resources/fa-manifest.xml</manifest>
 
       </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/mx</uri>
+          
+          <manifest>manifests/mx-royale-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/spark</uri>
+          
+          <manifest>manifests/spark-royale-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/jewel</uri>
+          
+          <manifest>manifests/jewel-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/royale/icons</uri>
+          
+          <manifest>manifests/icons-manifest.xml</manifest>
+          
+      </namespace>
       </namespaces>
 
       <!-- Enable post-link SWF optimization. -->