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
commit 306bf9bb684db56baee71bdbd97f71550790215d Author: Alex Harui <[email protected]> AuthorDate: Wed Feb 21 17:27:29 2018 -0800 remove exclude-defaults-css. Shouldn't be needed anymore after we took out the * selector --- examples/royale/MDLDynamicTableExample/pom.xml | 1 - examples/royale/MDLDynamicTabsExample/pom.xml | 1 - examples/royale/RemoteObjectAMFTest/build.xml | 3 +-- examples/royale/RemoteObjectAMFTest/pom.xml | 2 -- examples/royale/RoyaleTeamPage_MDL/pom.xml | 1 - .../royale/RoyaleTeamPage_MDL/src/main/config/compile-app-config.xml | 5 ----- examples/royale/RoyaleWebsite/pom.xml | 1 - examples/royale/RoyaleWebsite/src/main/config/compile-app-config.xml | 4 ---- 8 files changed, 1 insertion(+), 17 deletions(-) diff --git a/examples/royale/MDLDynamicTableExample/pom.xml b/examples/royale/MDLDynamicTableExample/pom.xml index 7ea0e98..a07fd92 100644 --- a/examples/royale/MDLDynamicTableExample/pom.xml +++ b/examples/royale/MDLDynamicTableExample/pom.xml @@ -55,7 +55,6 @@ <mainClass>MDLDynamicTableExample.mxml</mainClass> <targets>JSRoyale</targets> <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate> - <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-${royale.framework.version}-js.swc:defaults.css</additionalCompilerOptions> </configuration> </plugin> </plugins> diff --git a/examples/royale/MDLDynamicTabsExample/pom.xml b/examples/royale/MDLDynamicTabsExample/pom.xml index 37da876..afe8026 100644 --- a/examples/royale/MDLDynamicTabsExample/pom.xml +++ b/examples/royale/MDLDynamicTabsExample/pom.xml @@ -50,7 +50,6 @@ <targets>JSRoyale</targets> <removeCirculars>true</removeCirculars> <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate> - <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-${royale.framework.version}-js.swc:defaults.css</additionalCompilerOptions> </configuration> </plugin> </plugins> diff --git a/examples/royale/RemoteObjectAMFTest/build.xml b/examples/royale/RemoteObjectAMFTest/build.xml index efa5e54..64adeeb 100644 --- a/examples/royale/RemoteObjectAMFTest/build.xml +++ b/examples/royale/RemoteObjectAMFTest/build.xml @@ -27,8 +27,7 @@ <property environment="env"/> <property file="${ROYALE_HOME}/build.properties"/> <property name="ROYALE_HOME" value="${ROYALE_HOME}"/> - <property name="opt1_arg" value="-compiler.exclude-defaults-css-files=HTML.swc:defaults.css" /> - <property name="opt2_arg" value="-html-template=${basedir}/src/main/resources/mdl-js-index-template.html" /> + <property name="opt1_arg" value="-html-template=${basedir}/src/main/resources/mdl-js-index-template.html" /> <include file="${basedir}/../../build_example.xml" /> diff --git a/examples/royale/RemoteObjectAMFTest/pom.xml b/examples/royale/RemoteObjectAMFTest/pom.xml index 366d873..610eb24 100644 --- a/examples/royale/RemoteObjectAMFTest/pom.xml +++ b/examples/royale/RemoteObjectAMFTest/pom.xml @@ -54,8 +54,6 @@ <configuration> <mainClass>App.mxml</mainClass> <targets>SWF,JSRoyale</targets> - <!--<htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate>--> - <!--<additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-${royale.framework.version}.swc:defaults.css</additionalCompilerOptions>--> </configuration> </plugin> <plugin> diff --git a/examples/royale/RoyaleTeamPage_MDL/pom.xml b/examples/royale/RoyaleTeamPage_MDL/pom.xml index afa6396..aaa53df 100644 --- a/examples/royale/RoyaleTeamPage_MDL/pom.xml +++ b/examples/royale/RoyaleTeamPage_MDL/pom.xml @@ -55,7 +55,6 @@ <mainClass>App.mxml</mainClass> <targets>JSRoyale</targets> <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate> - <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-${royale.framework.version}-js.swc:defaults.css</additionalCompilerOptions> </configuration> </plugin> </plugins> diff --git a/examples/royale/RoyaleTeamPage_MDL/src/main/config/compile-app-config.xml b/examples/royale/RoyaleTeamPage_MDL/src/main/config/compile-app-config.xml index db5d641..7baec50 100644 --- a/examples/royale/RoyaleTeamPage_MDL/src/main/config/compile-app-config.xml +++ b/examples/royale/RoyaleTeamPage_MDL/src/main/config/compile-app-config.xml @@ -17,10 +17,5 @@ --> <royale-config> - <compiler> - <exclude-defaults-css-files> - <filename>HTML.swc:defaults.css</filename> - </exclude-defaults-css-files> - </compiler> <html-template>../resources/mdl-js-index-template.html</html-template> </royale-config> diff --git a/examples/royale/RoyaleWebsite/pom.xml b/examples/royale/RoyaleWebsite/pom.xml index 62505a0..0e98257 100644 --- a/examples/royale/RoyaleWebsite/pom.xml +++ b/examples/royale/RoyaleWebsite/pom.xml @@ -55,7 +55,6 @@ <mainClass>RoyaleWebsite.mxml</mainClass> <targets>JSRoyale</targets> <htmlTemplate>${basedir}/target/javascript/bin/js-debug/royale-index-template.html</htmlTemplate> - <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-${royale.framework.version}-SNAPSHOT-js.swc:defaults.css</additionalCompilerOptions> </configuration> </plugin> </plugins> diff --git a/examples/royale/RoyaleWebsite/src/main/config/compile-app-config.xml b/examples/royale/RoyaleWebsite/src/main/config/compile-app-config.xml index fecd735..0e5ca47 100644 --- a/examples/royale/RoyaleWebsite/src/main/config/compile-app-config.xml +++ b/examples/royale/RoyaleWebsite/src/main/config/compile-app-config.xml @@ -19,10 +19,6 @@ <royale-config> <compiler> <targets><target>JSRoyale</target></targets> - <exclude-defaults-css-files> - <filename>BasicJS.swc:defaults.css</filename> - <filename>Basic.swc:defaults.css</filename> - </exclude-defaults-css-files> </compiler> <html-template>../resources/royale-index-template.html</html-template> </royale-config> -- To stop receiving notification emails like this one, please contact [email protected].
