You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by cd...@apache.org on 2021/02/19 08:37:25 UTC

[royale-asjs] branch develop updated: - Updated the config.xmls to refer to the SWCs with the updated Ant-names

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

cdutz 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 70a06fb  - Updated the config.xmls to refer to the SWCs with the updated Ant-names
70a06fb is described below

commit 70a06fb43714ddc937b985b44595e297b5cd6376
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Feb 19 09:36:53 2021 +0100

    - Updated the config.xmls to refer to the SWCs with the updated Ant-names
---
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 .../archetype-resources/__application__/pom.xml    |  2 +-
 .../archetype-resources/__module__/pom.xml         |  2 +-
 distribution/src/main/assembly/bin.xml             |  2 +-
 .../frameworks/flex-config-template.xml            |  4 +--
 .../resources-with-swf/frameworks/flex-config.xml  |  4 +--
 .../frameworks/royale-config-template.xml          |  4 +--
 .../frameworks/royale-config.xml                   |  4 +--
 .../frameworks/flex-config-template.xml            |  4 +--
 .../frameworks/flex-config.xml                     |  4 +--
 .../frameworks/royale-config-template.xml          |  4 +--
 .../frameworks/royale-config.xml                   |  4 +--
 .../resources/frameworks/air-config-template.xml   |  4 +--
 .../src/main/resources/frameworks/air-config.xml   |  4 +--
 .../main/resources/frameworks/airmobile-config.xml |  4 +--
 .../frameworks/createjs-config-template.xml        |  6 ++--
 .../main/resources/frameworks/createjs-config.xml  |  6 ++--
 .../frameworks/jquery-config-template.xml          |  6 ++--
 .../main/resources/frameworks/jquery-config.xml    |  6 ++--
 .../resources/frameworks/js-config-template.xml    |  4 +--
 .../src/main/resources/frameworks/js-config.xml    |  4 +--
 .../resources/frameworks/node-config-template.xml  |  6 ++--
 .../src/main/resources/frameworks/node-config.xml  |  6 ++--
 examples/crux/CruxGitHubCommitLogViewer/pom.xml    |  2 +-
 examples/crux/CruxQuickStart/pom.xml               | 36 +++++++++++-----------
 examples/crux/CruxQuickStartBasic/pom.xml          | 36 +++++++++++-----------
 examples/crux/todomvc-jewel-crux/pom.xml           |  2 +-
 27 files changed, 86 insertions(+), 86 deletions(-)

diff --git a/archetypes/royale-jewel-application-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/royale-jewel-application-archetype/src/main/resources/archetype-resources/pom.xml
index b425971..4f63548 100644
--- a/archetypes/royale-jewel-application-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/royale-jewel-application-archetype/src/main/resources/archetype-resources/pom.xml
@@ -56,7 +56,7 @@
             -source-map=true;
 #if (${includeCrux} == 'true' || ${includeCrux} == 'yes' || ${includeCrux} == 'y')
             -js-default-initializers=true;
-            -compiler.exclude-defaults-css-files=MXRoyale-${royale.framework.version}-js.swc:defaults.css;
+            -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css;
             -keep-as3-metadata+=Inject,Dispatcher,EventHandler,PostConstruct,PreDestroy,ViewAdded,ViewRemoved,Bindable,Transient;
             -keep-code-with-metadata=Inject;
 #end
diff --git a/archetypes/royale-jewel-module-application-archetype/src/main/resources/archetype-resources/__application__/pom.xml b/archetypes/royale-jewel-module-application-archetype/src/main/resources/archetype-resources/__application__/pom.xml
index d784333..cabb345 100644
--- a/archetypes/royale-jewel-module-application-archetype/src/main/resources/archetype-resources/__application__/pom.xml
+++ b/archetypes/royale-jewel-module-application-archetype/src/main/resources/archetype-resources/__application__/pom.xml
@@ -51,7 +51,7 @@
             -js-compiler-option+=--property_map_output_file gccprops.txt;
 #if (${includeCrux} == 'true' || ${includeCrux} == 'yes' || ${includeCrux} == 'y')
             -js-default-initializers=true;
-            -compiler.exclude-defaults-css-files=MXRoyale-${royale.framework.version}-js.swc:defaults.css;
+            -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css;
             -keep-as3-metadata+=Inject,Dispatcher,EventHandler,PostConstruct,PreDestroy,ViewAdded,ViewRemoved,Bindable,Transient;
             -keep-code-with-metadata=Inject;
 #end
diff --git a/archetypes/royale-jewel-module-application-archetype/src/main/resources/archetype-resources/__module__/pom.xml b/archetypes/royale-jewel-module-application-archetype/src/main/resources/archetype-resources/__module__/pom.xml
index 3700718..b53ec19 100644
--- a/archetypes/royale-jewel-module-application-archetype/src/main/resources/archetype-resources/__module__/pom.xml
+++ b/archetypes/royale-jewel-module-application-archetype/src/main/resources/archetype-resources/__module__/pom.xml
@@ -50,7 +50,7 @@
             -js-compiler-option+=--property_map_input_file ../../../../../${application}/target/javascript/bin/js-release/gccprops.txt
 #if (${includeCrux} == 'true' || ${includeCrux} == 'yes' || ${includeCrux} == 'y')
             -js-default-initializers=true;
-            -compiler.exclude-defaults-css-files=MXRoyale-${royale.framework.version}-js.swc:defaults.css;
+            -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css;
             -keep-as3-metadata+=Inject,Dispatcher,EventHandler,PostConstruct,PreDestroy,ViewAdded,ViewRemoved,Bindable,Transient;
             -keep-code-with-metadata=Inject;
 #end
diff --git a/distribution/src/main/assembly/bin.xml b/distribution/src/main/assembly/bin.xml
index 1d0cd96..1ac3fc1 100644
--- a/distribution/src/main/assembly/bin.xml
+++ b/distribution/src/main/assembly/bin.xml
@@ -22,7 +22,7 @@ under the License.
   <id>bin</id>
   <formats>
     <format>zip</format>
-    <format>tar.gz</format>
+    <!--format>tar.gz</format-->
   </formats>
   <componentDescriptors>
     <componentDescriptor>src/main/assembly/component-royale.xml</componentDescriptor>
diff --git a/distribution/src/main/resources-with-swf/frameworks/flex-config-template.xml b/distribution/src/main/resources-with-swf/frameworks/flex-config-template.xml
index dc95350..b41ab58 100644
--- a/distribution/src/main/resources-with-swf/frameworks/flex-config-template.xml
+++ b/distribution/src/main/resources-with-swf/frameworks/flex-config-template.xml
@@ -76,8 +76,8 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <js-external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
       </js-external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources-with-swf/frameworks/flex-config.xml b/distribution/src/main/resources-with-swf/frameworks/flex-config.xml
index 4941fff..d00eb4f 100644
--- a/distribution/src/main/resources-with-swf/frameworks/flex-config.xml
+++ b/distribution/src/main/resources-with-swf/frameworks/flex-config.xml
@@ -76,8 +76,8 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <js-external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
       </js-external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources-with-swf/frameworks/royale-config-template.xml b/distribution/src/main/resources-with-swf/frameworks/royale-config-template.xml
index 88b7dd0..816fe68 100644
--- a/distribution/src/main/resources-with-swf/frameworks/royale-config-template.xml
+++ b/distribution/src/main/resources-with-swf/frameworks/royale-config-template.xml
@@ -76,8 +76,8 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <js-external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
       </js-external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources-with-swf/frameworks/royale-config.xml b/distribution/src/main/resources-with-swf/frameworks/royale-config.xml
index c6f43c7..78c3109 100644
--- a/distribution/src/main/resources-with-swf/frameworks/royale-config.xml
+++ b/distribution/src/main/resources-with-swf/frameworks/royale-config.xml
@@ -76,8 +76,8 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <js-external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
       </js-external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources-without-swf/frameworks/flex-config-template.xml b/distribution/src/main/resources-without-swf/frameworks/flex-config-template.xml
index bf3f0ae..28cbb16 100644
--- a/distribution/src/main/resources-without-swf/frameworks/flex-config-template.xml
+++ b/distribution/src/main/resources-without-swf/frameworks/flex-config-template.xml
@@ -75,8 +75,8 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <js-external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
       </js-external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources-without-swf/frameworks/flex-config.xml b/distribution/src/main/resources-without-swf/frameworks/flex-config.xml
index 0444261..9919e9a 100644
--- a/distribution/src/main/resources-without-swf/frameworks/flex-config.xml
+++ b/distribution/src/main/resources-without-swf/frameworks/flex-config.xml
@@ -75,8 +75,8 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <js-external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
       </js-external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources-without-swf/frameworks/royale-config-template.xml b/distribution/src/main/resources-without-swf/frameworks/royale-config-template.xml
index 1f8d0a3..dd81b21 100644
--- a/distribution/src/main/resources-without-swf/frameworks/royale-config-template.xml
+++ b/distribution/src/main/resources-without-swf/frameworks/royale-config-template.xml
@@ -75,8 +75,8 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <js-external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
       </js-external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources-without-swf/frameworks/royale-config.xml b/distribution/src/main/resources-without-swf/frameworks/royale-config.xml
index a9ef087..35a8fe2 100644
--- a/distribution/src/main/resources-without-swf/frameworks/royale-config.xml
+++ b/distribution/src/main/resources-without-swf/frameworks/royale-config.xml
@@ -75,8 +75,8 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <js-external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
       </js-external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources/frameworks/air-config-template.xml b/distribution/src/main/resources/frameworks/air-config-template.xml
index 65a0703..8f739af 100644
--- a/distribution/src/main/resources/frameworks/air-config-template.xml
+++ b/distribution/src/main/resources/frameworks/air-config-template.xml
@@ -75,8 +75,8 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <js-external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
       </js-external-library-path>
       
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources/frameworks/air-config.xml b/distribution/src/main/resources/frameworks/air-config.xml
index c4b878d..edb3506 100644
--- a/distribution/src/main/resources/frameworks/air-config.xml
+++ b/distribution/src/main/resources/frameworks/air-config.xml
@@ -75,8 +75,8 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <js-external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
       </js-external-library-path>
       
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources/frameworks/airmobile-config.xml b/distribution/src/main/resources/frameworks/airmobile-config.xml
index 509e6bb..e9727f8 100644
--- a/distribution/src/main/resources/frameworks/airmobile-config.xml
+++ b/distribution/src/main/resources/frameworks/airmobile-config.xml
@@ -75,8 +75,8 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <js-external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
       </js-external-library-path>
       
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources/frameworks/createjs-config-template.xml b/distribution/src/main/resources/frameworks/createjs-config-template.xml
index 6f23cb4..3dca59c 100644
--- a/distribution/src/main/resources/frameworks/createjs-config-template.xml
+++ b/distribution/src/main/resources/frameworks/createjs-config-template.xml
@@ -58,9 +58,9 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-createjs-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-createjs.swc</path-element>
       </external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources/frameworks/createjs-config.xml b/distribution/src/main/resources/frameworks/createjs-config.xml
index aef45c2..128a572 100644
--- a/distribution/src/main/resources/frameworks/createjs-config.xml
+++ b/distribution/src/main/resources/frameworks/createjs-config.xml
@@ -58,9 +58,9 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-createjs-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-createjs.swc</path-element>
       </external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources/frameworks/jquery-config-template.xml b/distribution/src/main/resources/frameworks/jquery-config-template.xml
index 39d55d0..eaae3bf 100644
--- a/distribution/src/main/resources/frameworks/jquery-config-template.xml
+++ b/distribution/src/main/resources/frameworks/jquery-config-template.xml
@@ -57,9 +57,9 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-jquery-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-jquery.swc</path-element>
       </external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources/frameworks/jquery-config.xml b/distribution/src/main/resources/frameworks/jquery-config.xml
index 4383c92..a8f5673 100644
--- a/distribution/src/main/resources/frameworks/jquery-config.xml
+++ b/distribution/src/main/resources/frameworks/jquery-config.xml
@@ -57,9 +57,9 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-jquery-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-jquery.swc</path-element>
       </external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources/frameworks/js-config-template.xml b/distribution/src/main/resources/frameworks/js-config-template.xml
index c238117..26aa09c 100644
--- a/distribution/src/main/resources/frameworks/js-config-template.xml
+++ b/distribution/src/main/resources/frameworks/js-config-template.xml
@@ -57,8 +57,8 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
       </external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources/frameworks/js-config.xml b/distribution/src/main/resources/frameworks/js-config.xml
index 0b4035d..349823f 100644
--- a/distribution/src/main/resources/frameworks/js-config.xml
+++ b/distribution/src/main/resources/frameworks/js-config.xml
@@ -57,8 +57,8 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
       </external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources/frameworks/node-config-template.xml b/distribution/src/main/resources/frameworks/node-config-template.xml
index e9718e3..2361640 100644
--- a/distribution/src/main/resources/frameworks/node-config-template.xml
+++ b/distribution/src/main/resources/frameworks/node-config-template.xml
@@ -57,9 +57,9 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-node-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-node.swc</path-element>
       </external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/distribution/src/main/resources/frameworks/node-config.xml b/distribution/src/main/resources/frameworks/node-config.xml
index 0e1d7ad..97b1cdb 100644
--- a/distribution/src/main/resources/frameworks/node-config.xml
+++ b/distribution/src/main/resources/frameworks/node-config.xml
@@ -57,9 +57,9 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <external-library-path>
-          <path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
-          <path-element>../js/libs/royale-typedefs-node-${royale.typedefs.version}-typedefs.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-js.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
+          <path-element>../js/libs/royale-typedefs-node.swc</path-element>
       </external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
diff --git a/examples/crux/CruxGitHubCommitLogViewer/pom.xml b/examples/crux/CruxGitHubCommitLogViewer/pom.xml
index 36910f1..e0dc18e 100644
--- a/examples/crux/CruxGitHubCommitLogViewer/pom.xml
+++ b/examples/crux/CruxGitHubCommitLogViewer/pom.xml
@@ -45,7 +45,7 @@
           <additionalCompilerOptions>
             -js-default-initializers=true;
             -source-map=true;
-            -compiler.exclude-defaults-css-files=MXRoyale-${royale.framework.version}-js.swc:defaults.css;
+            -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css;
             -keep-as3-metadata+=Inject,Dispatcher,EventHandler,PostConstruct,PreDestroy,ViewAdded,ViewRemoved,Bindable,Transient;
             -keep-code-with-metadata=Inject;
           </additionalCompilerOptions>
diff --git a/examples/crux/CruxQuickStart/pom.xml b/examples/crux/CruxQuickStart/pom.xml
index 755a310..869b19b 100644
--- a/examples/crux/CruxQuickStart/pom.xml
+++ b/examples/crux/CruxQuickStart/pom.xml
@@ -1,21 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
@@ -44,7 +44,7 @@
           <additionalCompilerOptions>
             -js-default-initializers=true;
             -source-map=true;
-            -compiler.exclude-defaults-css-files=MXRoyale-${royale.framework.version}-js.swc:defaults.css;
+            -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css;
             -keep-as3-metadata+=Inject,Dispatcher,EventHandler,PostConstruct,PreDestroy,ViewAdded,ViewRemoved,Bindable,Transient;
             -keep-code-with-metadata=Inject;
           </additionalCompilerOptions>
diff --git a/examples/crux/CruxQuickStartBasic/pom.xml b/examples/crux/CruxQuickStartBasic/pom.xml
index e89bb92..f47da98 100644
--- a/examples/crux/CruxQuickStartBasic/pom.xml
+++ b/examples/crux/CruxQuickStartBasic/pom.xml
@@ -1,21 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
@@ -45,7 +45,7 @@
           <additionalCompilerOptions>
             -js-default-initializers=true;
             -source-map=true;
-            -compiler.exclude-defaults-css-files=MXRoyale-${royale.framework.version}-js.swc:defaults.css;
+            -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css;
             -keep-as3-metadata+=Inject,Dispatcher,EventHandler,PostConstruct,PreDestroy,ViewAdded,ViewRemoved,Bindable,Transient;
             -keep-code-with-metadata=Inject;
           </additionalCompilerOptions>
diff --git a/examples/crux/todomvc-jewel-crux/pom.xml b/examples/crux/todomvc-jewel-crux/pom.xml
index f87a581..41a1971 100644
--- a/examples/crux/todomvc-jewel-crux/pom.xml
+++ b/examples/crux/todomvc-jewel-crux/pom.xml
@@ -47,7 +47,7 @@
             -js-default-initializers=true;
             -keep-as3-metadata+=Inject,Dispatcher,EventHandler,PostConstruct,PreDestroy,ViewAdded,ViewRemoved,Bindable,Transient;
             -source-map=true;
-            -compiler.exclude-defaults-css-files=MXRoyale-${royale.framework.version}-js.swc:defaults.css;
+            -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css;
             
             -export-public-symbols=false
             -prevent-rename-protected-symbols=false