You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2019/06/04 20:13:59 UTC

[royale-asjs] branch develop updated: Messed up closing tag

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

harbs 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 8d56761  Messed up closing tag
8d56761 is described below

commit 8d56761efd2afaa339bab7f360bfcafe08207885
Author: Harbs <ha...@in-tools.com>
AuthorDate: Tue Jun 4 23:13:51 2019 +0300

    Messed up closing tag
---
 frameworks/projects/Core/src/main/resources/basic-manifest.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/Core/src/main/resources/basic-manifest.xml b/frameworks/projects/Core/src/main/resources/basic-manifest.xml
index f40d2e4..5b75de2 100644
--- a/frameworks/projects/Core/src/main/resources/basic-manifest.xml
+++ b/frameworks/projects/Core/src/main/resources/basic-manifest.xml
@@ -53,6 +53,6 @@
     
     <component id="State" class="org.apache.royale.states.State"/>
     
-    <component id="CompoundAsyncTask" class="org.apache.royale.utils.CompoundAsyncTask">
-    <component id="SequentialAsyncTask" class="org.apache.royale.utils.SequentialAsyncTask">
+    <component id="CompoundAsyncTask" class="org.apache.royale.utils.async.CompoundAsyncTask"/>
+    <component id="SequentialAsyncTask" class="org.apache.royale.utils.async.SequentialAsyncTask"/>
 </componentPackage>