This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch release/0.9.0 in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 277d3feb2002e6974eb0962489637bc8b0501ee0 Author: Alex Harui <[email protected]> AuthorDate: Thu Jan 18 12:53:34 2018 -0800 remove another reference to MDLExample --- examples/examples-integrationtests/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/examples/examples-integrationtests/pom.xml b/examples/examples-integrationtests/pom.xml index 3a1c94f..b52b85e 100644 --- a/examples/examples-integrationtests/pom.xml +++ b/examples/examples-integrationtests/pom.xml @@ -188,11 +188,6 @@ </deployable> <deployable> <groupId>org.apache.royale.examples</groupId> - <artifactId>MDLExample</artifactId> - <type>war</type> - </deployable> - <deployable> - <groupId>org.apache.royale.examples</groupId> <artifactId>MobileMap</artifactId> <type>war</type> </deployable> @@ -339,12 +334,6 @@ </dependency> <dependency> <groupId>org.apache.royale.examples</groupId> - <artifactId>MDLExample</artifactId> - <version>0.9.0-SNAPSHOT</version> - <type>war</type> - </dependency> - <dependency> - <groupId>org.apache.royale.examples</groupId> <artifactId>MobileMap</artifactId> <version>0.9.0-SNAPSHOT</version> <type>war</type> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
