This is an automated email from the ASF dual-hosted git repository.
aharui 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 28ecca2 fix other files"
28ecca2 is described below
commit 28ecca2f6203985d09d1c7454b85e0223128c5fe
Author: Alex Harui <[email protected]>
AuthorDate: Mon Feb 26 21:35:32 2018 -0800
fix other files"
---
distribution/src/main/resources/frameworks/air-config-template.xml | 2 +-
.../src/main/resources/frameworks/createjs-config-template.xml | 6 +++---
.../src/main/resources/frameworks/jquery-config-template.xml | 6 +++---
distribution/src/main/resources/frameworks/js-config-template.xml | 4 ++--
distribution/src/main/resources/frameworks/node-config-template.xml | 6 +++---
5 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/distribution/src/main/resources/frameworks/air-config-template.xml
b/distribution/src/main/resources/frameworks/air-config-template.xml
index 6cd02ca..4a93008 100644
--- a/distribution/src/main/resources/frameworks/air-config-template.xml
+++ b/distribution/src/main/resources/frameworks/air-config-template.xml
@@ -75,7 +75,7 @@
<!-- 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-js-${royale.typedefs.version}-typedefs.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 07afd85..378750c 100644
--- a/distribution/src/main/resources/frameworks/createjs-config-template.xml
+++ b/distribution/src/main/resources/frameworks/createjs-config-template.xml
@@ -58,8 +58,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-createjs-${royale.typedefs.version}-typedefs.swc</path-element>
+
<path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
+
<path-element>../js/libs/royale-typedefs-createjs-${royale.typedefs.version}-typedefs.swc</path-element>
</external-library-path>
<!-- Turn on writing of generated/*.as files to disk. These files are
generated by -->
@@ -76,7 +76,7 @@
<!-- List of SWC files or directories that contain SWC files. -->
<library-path>
-
<path-element>../js/libs/royale.typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+
<path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
</library-path>
<allow-subclass-overrides>true</allow-subclass-overrides>
diff --git
a/distribution/src/main/resources/frameworks/jquery-config-template.xml
b/distribution/src/main/resources/frameworks/jquery-config-template.xml
index e9936e2..08bf62b 100644
--- a/distribution/src/main/resources/frameworks/jquery-config-template.xml
+++ b/distribution/src/main/resources/frameworks/jquery-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-jquery-${royale.typedefs.version}-typedefs.swc</path-element>
+
<path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
+
<path-element>../js/libs/royale-typedefs-jquery-${royale.typedefs.version}-typedefs.swc</path-element>
</external-library-path>
<!-- Turn on writing of generated/*.as files to disk. These files are
generated by -->
@@ -76,7 +76,7 @@
<!-- List of SWC files or directories that contain SWC files. -->
<library-path>
<path-element>libs/Language-${version}.swc</path-element>
-
<path-element>../js/libs/royale.typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+
<path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
</library-path>
<allow-subclass-overrides>true</allow-subclass-overrides>
diff --git a/distribution/src/main/resources/frameworks/js-config-template.xml
b/distribution/src/main/resources/frameworks/js-config-template.xml
index 3e41503..222bb66 100644
--- a/distribution/src/main/resources/frameworks/js-config-template.xml
+++ b/distribution/src/main/resources/frameworks/js-config-template.xml
@@ -57,7 +57,7 @@
<!-- 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-js-${royale.typedefs.version}-typedefs.swc</path-element>
</external-library-path>
<!-- Turn on writing of generated/*.as files to disk. These files are
generated by -->
@@ -75,7 +75,7 @@
<!-- List of SWC files or directories that contain SWC files. -->
<library-path>
<path-element>libs/Language-${version}.swc</path-element>
-
<path-element>../js/libs/royale.typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+
<path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
</library-path>
<mxml>
diff --git
a/distribution/src/main/resources/frameworks/node-config-template.xml
b/distribution/src/main/resources/frameworks/node-config-template.xml
index 2e27d4b..e3f7dfd 100644
--- a/distribution/src/main/resources/frameworks/node-config-template.xml
+++ b/distribution/src/main/resources/frameworks/node-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-node-${royale.typedefs.version}-typedefs.swc</path-element>
+
<path-element>../js/libs/royale-typedefs-js-${royale.typedefs.version}-typedefs.swc</path-element>
+
<path-element>../js/libs/royale-typedefs-node-${royale.typedefs.version}-typedefs.swc</path-element>
</external-library-path>
<!-- Turn on writing of generated/*.as files to disk. These files are
generated by -->
@@ -76,7 +76,7 @@
<!-- List of SWC files or directories that contain SWC files. -->
<library-path>
<path-element>libs/Language-${version}.swc</path-element>
-
<path-element>../js/libs/royale.typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
+
<path-element>../js/libs/royale-typedefs-gcl-${royale.typedefs.version}-typedefs.swc</path-element>
</library-path>
<mxml>
--
To stop receiving notification emails like this one, please contact
[email protected].