Re: [royale-asjs] branch develop updated: Removed duplicate Container

2018-06-01 Thread Carlos Rovira
Hi Harbs,
just fixed it, and must say that I don't find why removing the duplicate
class expose a wrong path in CSS for ContainerView bead :?

2018-06-01 17:51 GMT+02:00 Harbs :

> I just looked at things and I have no idea what about my commit would have
> caused those errors.
>
> I’ll look more when I come back online…
>
> Harbs
>
> > On Jun 1, 2018, at 6:40 PM, Harbs  wrote:
> >
> > Sorry about that.
> >
> > Before this commit the build was failing. That was due to the fact that
> there were two different Container classes and mixed up references.
> >
> > I’m out of time for today. If you don’t get to this before Saturday
> night, I’ll look at this then.
> >
> > Harbs
> >
> >> On Jun 1, 2018, at 6:13 PM, Carlos Rovira 
> wrote:
> >>
> >> Harbs,
> >>
> >> this commit is making the examples fail. I recommend you tu pass maven
> on
> >> examples folder to ensure that nothing is break
> >>
> >> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
> >> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(176): col: 17 Error:
> >> org.apache.royale.html.beads.ContainerView is not defined.
> >>
> >>
> >>
> >> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
> >> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(176): col: 17 Error:
> >> org.apache.royale.html.beads.ContainerView is not defined.
> >>
> >>
> >>
> >> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
> >> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(176): col: 17 Error:
> >> org.apache.royale.html.beads.ContainerView is not defined.
> >>
> >>
> >>
> >> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
> >> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(585): col: 17 Error:
> >> org.apache.royale.html.supportClasses.ContainerContentArea is not
> defined.
> >>
> >>
> >>
> >> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
> >> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(585): col: 17 Error:
> >> org.apache.royale.html.supportClasses.ContainerContentArea is not
> defined.
> >>
> >>
> >>
> >> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
> >> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(585): col: 17 Error:
> >> org.apache.royale.html.supportClasses.ContainerContentArea is not
> defined.
> >>
> >>
> >>
> >> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
> >> examples/Flat-0.9.3-SNAPSHOT-js.swc:defaults.css(176): col: 17 Error:
> >> org.apache.royale.html.beads.ContainerView is not defined.
> >>
> >>
> >>
> >> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
> >> examples/Flat-0.9.3-SNAPSHOT-js.swc:defaults.css(176): col: 17 Error:
> >> org.apache.royale.html.beads.ContainerView is not defined.
> >>
> >>
> >>
> >> [*INFO*]
> >> *---
> -*
> >>
> >> [*INFO*] *Reactor Summary:*
> >>
> >> [*INFO*]
> >>
> >> [*INFO*] Apache Royale: Examples 0.9.3-SNAPSHOT . *SUCCESS*
> [
> >> 2.399 s]
> >>
> >> [*INFO*] Apache Royale: Examples: Example-Tests . *SUCCESS*
> [
> >> 1.125 s]
> >>
> >> [*INFO*] Apache Royale: Examples: Express ... *SUCCESS*
> [
> >> 0.657 s]
> >>
> >> [*INFO*] Apache Royale: Examples: Express: DataBindingExample *SUCCESS*
> [
> >> 6.412 s]
> >>
> >> [*INFO*] Apache Royale: Examples: Express: DataGridExample .. *SUCCESS*
> [
> >> 3.155 s]
> >>
> >> [*INFO*] Apache Royale: Examples: Express: GitHubCommitLogViewer
> *SUCCESS*
> >> [  2.595 s]
> >>
> >> [*INFO*] Apache Royale: Examples: Royale  *SUCCESS*
> [
> >> 0.631 s]
> >>
> >> [*INFO*] Apache Royale: Examples: Royale: AccordionExample .. *SUCCESS*
> [
> >> 2.184 s]
> >>
> >> [*INFO*] Apache Royale: Examples: Royale: AlertExample .. *SUCCESS*
> [
> >> 1.908 s]
> >>
> >> [*INFO*] Apache Royale: Examples: Royale: ASDoc . *SUCCESS*
> [
> >> 3.421 s]
> >>
> >> [*INFO*] Apache Royale: Examples: Royale: ChartExample .. *SUCCESS*
> [
> >> 2.378 s]
> >>
> >> [*INFO*] Apache Royale: Examples: Royale: CordovaCameraExample
> *SUCCESS* [
> >> 1.843 s]
> >>
> >> [*INFO*] Apache Royale: Examples: Royale: CreateJSExample ... *SUCCESS*
> [
> >> 1.775 s]
> >>
> >> [*INFO*] Apache Royale: Examples: Royale: DataBindingExample  *SUCCESS*
> [
> >> 2.023 s]
> >>
> >> [*INFO*] Apache Royale: Examples: Royale: DataBindingExample_as
> *SUCCESS*
> >> [  1.891 s]
> >>
> >> [*INFO*] Apache Royale: Examples: Royale: DataBindingExample_Flat
> *FAILURE*
> >> [  1.468 s]
> >>
> >> [*INFO*] Apache Royale: Examples: Royale: DataBindingExampleWithLayout
> >> *SKIPPED*
> >>
> >> [*INFO*] Apache Royale: Examples: Royale: DataGridExample ... *SKIPPED*
> >>
> >> [*INFO*] Apache Royale: Examples: Royale: DateControlsExample *SKIPPED*
> >>
> >> [*INFO*] Apache Royale: Examples: Royale: DebuggingExample .. *SKIPPED*
> >>
> >> [*INFO*] Apache Royale: Examples: Royale: DesktopMap  *SKIPPED*
> >>
> >> [*INFO*] Apache Royale: Examples: Royale: DividedContainerExample
> *SKIPPED*
> >>
> >> 2018-06-01 14:07 GMT+02:00 :
> >>
> >>> This is an automated email 

Re: [royale-asjs] branch develop updated: Removed duplicate Container

2018-06-01 Thread Harbs
I just looked at things and I have no idea what about my commit would have 
caused those errors.

I’ll look more when I come back online…

Harbs

> On Jun 1, 2018, at 6:40 PM, Harbs  wrote:
> 
> Sorry about that.
> 
> Before this commit the build was failing. That was due to the fact that there 
> were two different Container classes and mixed up references.
> 
> I’m out of time for today. If you don’t get to this before Saturday night, 
> I’ll look at this then.
> 
> Harbs
> 
>> On Jun 1, 2018, at 6:13 PM, Carlos Rovira  wrote:
>> 
>> Harbs,
>> 
>> this commit is making the examples fail. I recommend you tu pass maven on
>> examples folder to ensure that nothing is break
>> 
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
>> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(176): col: 17 Error:
>> org.apache.royale.html.beads.ContainerView is not defined.
>> 
>> 
>> 
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
>> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(176): col: 17 Error:
>> org.apache.royale.html.beads.ContainerView is not defined.
>> 
>> 
>> 
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
>> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(176): col: 17 Error:
>> org.apache.royale.html.beads.ContainerView is not defined.
>> 
>> 
>> 
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
>> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(585): col: 17 Error:
>> org.apache.royale.html.supportClasses.ContainerContentArea is not defined.
>> 
>> 
>> 
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
>> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(585): col: 17 Error:
>> org.apache.royale.html.supportClasses.ContainerContentArea is not defined.
>> 
>> 
>> 
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
>> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(585): col: 17 Error:
>> org.apache.royale.html.supportClasses.ContainerContentArea is not defined.
>> 
>> 
>> 
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
>> examples/Flat-0.9.3-SNAPSHOT-js.swc:defaults.css(176): col: 17 Error:
>> org.apache.royale.html.beads.ContainerView is not defined.
>> 
>> 
>> 
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
>> examples/Flat-0.9.3-SNAPSHOT-js.swc:defaults.css(176): col: 17 Error:
>> org.apache.royale.html.beads.ContainerView is not defined.
>> 
>> 
>> 
>> [*INFO*]
>> **
>> 
>> [*INFO*] *Reactor Summary:*
>> 
>> [*INFO*]
>> 
>> [*INFO*] Apache Royale: Examples 0.9.3-SNAPSHOT . *SUCCESS* [
>> 2.399 s]
>> 
>> [*INFO*] Apache Royale: Examples: Example-Tests . *SUCCESS* [
>> 1.125 s]
>> 
>> [*INFO*] Apache Royale: Examples: Express ... *SUCCESS* [
>> 0.657 s]
>> 
>> [*INFO*] Apache Royale: Examples: Express: DataBindingExample *SUCCESS* [
>> 6.412 s]
>> 
>> [*INFO*] Apache Royale: Examples: Express: DataGridExample .. *SUCCESS* [
>> 3.155 s]
>> 
>> [*INFO*] Apache Royale: Examples: Express: GitHubCommitLogViewer *SUCCESS*
>> [  2.595 s]
>> 
>> [*INFO*] Apache Royale: Examples: Royale  *SUCCESS* [
>> 0.631 s]
>> 
>> [*INFO*] Apache Royale: Examples: Royale: AccordionExample .. *SUCCESS* [
>> 2.184 s]
>> 
>> [*INFO*] Apache Royale: Examples: Royale: AlertExample .. *SUCCESS* [
>> 1.908 s]
>> 
>> [*INFO*] Apache Royale: Examples: Royale: ASDoc . *SUCCESS* [
>> 3.421 s]
>> 
>> [*INFO*] Apache Royale: Examples: Royale: ChartExample .. *SUCCESS* [
>> 2.378 s]
>> 
>> [*INFO*] Apache Royale: Examples: Royale: CordovaCameraExample *SUCCESS* [
>> 1.843 s]
>> 
>> [*INFO*] Apache Royale: Examples: Royale: CreateJSExample ... *SUCCESS* [
>> 1.775 s]
>> 
>> [*INFO*] Apache Royale: Examples: Royale: DataBindingExample  *SUCCESS* [
>> 2.023 s]
>> 
>> [*INFO*] Apache Royale: Examples: Royale: DataBindingExample_as *SUCCESS*
>> [  1.891 s]
>> 
>> [*INFO*] Apache Royale: Examples: Royale: DataBindingExample_Flat *FAILURE*
>> [  1.468 s]
>> 
>> [*INFO*] Apache Royale: Examples: Royale: DataBindingExampleWithLayout
>> *SKIPPED*
>> 
>> [*INFO*] Apache Royale: Examples: Royale: DataGridExample ... *SKIPPED*
>> 
>> [*INFO*] Apache Royale: Examples: Royale: DateControlsExample *SKIPPED*
>> 
>> [*INFO*] Apache Royale: Examples: Royale: DebuggingExample .. *SKIPPED*
>> 
>> [*INFO*] Apache Royale: Examples: Royale: DesktopMap  *SKIPPED*
>> 
>> [*INFO*] Apache Royale: Examples: Royale: DividedContainerExample *SKIPPED*
>> 
>> 2018-06-01 14:07 GMT+02:00 :
>> 
>>> 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 e74e4d0  Removed duplicate Container
>>> e74e4d0 is described below
>>> 
>>> commit e74e4d095050477db43ac57f8928803b18961c38
>>> Author: Harbs 
>>> AuthorDate: Fri Jun 1 15:06:56 2018 +0300

Re: [royale-asjs] branch develop updated: Removed duplicate Container

2018-06-01 Thread Harbs
Sorry about that.

Before this commit the build was failing. That was due to the fact that there 
were two different Container classes and mixed up references.

I’m out of time for today. If you don’t get to this before Saturday night, I’ll 
look at this then.

Harbs

> On Jun 1, 2018, at 6:13 PM, Carlos Rovira  wrote:
> 
> Harbs,
> 
> this commit is making the examples fail. I recommend you tu pass maven on
> examples folder to ensure that nothing is break
> 
> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(176): col: 17 Error:
> org.apache.royale.html.beads.ContainerView is not defined.
> 
> 
> 
> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(176): col: 17 Error:
> org.apache.royale.html.beads.ContainerView is not defined.
> 
> 
> 
> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(176): col: 17 Error:
> org.apache.royale.html.beads.ContainerView is not defined.
> 
> 
> 
> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(585): col: 17 Error:
> org.apache.royale.html.supportClasses.ContainerContentArea is not defined.
> 
> 
> 
> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(585): col: 17 Error:
> org.apache.royale.html.supportClasses.ContainerContentArea is not defined.
> 
> 
> 
> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
> examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(585): col: 17 Error:
> org.apache.royale.html.supportClasses.ContainerContentArea is not defined.
> 
> 
> 
> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
> examples/Flat-0.9.3-SNAPSHOT-js.swc:defaults.css(176): col: 17 Error:
> org.apache.royale.html.beads.ContainerView is not defined.
> 
> 
> 
> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/
> examples/Flat-0.9.3-SNAPSHOT-js.swc:defaults.css(176): col: 17 Error:
> org.apache.royale.html.beads.ContainerView is not defined.
> 
> 
> 
> [*INFO*]
> **
> 
> [*INFO*] *Reactor Summary:*
> 
> [*INFO*]
> 
> [*INFO*] Apache Royale: Examples 0.9.3-SNAPSHOT . *SUCCESS* [
> 2.399 s]
> 
> [*INFO*] Apache Royale: Examples: Example-Tests . *SUCCESS* [
> 1.125 s]
> 
> [*INFO*] Apache Royale: Examples: Express ... *SUCCESS* [
> 0.657 s]
> 
> [*INFO*] Apache Royale: Examples: Express: DataBindingExample *SUCCESS* [
> 6.412 s]
> 
> [*INFO*] Apache Royale: Examples: Express: DataGridExample .. *SUCCESS* [
> 3.155 s]
> 
> [*INFO*] Apache Royale: Examples: Express: GitHubCommitLogViewer *SUCCESS*
> [  2.595 s]
> 
> [*INFO*] Apache Royale: Examples: Royale  *SUCCESS* [
> 0.631 s]
> 
> [*INFO*] Apache Royale: Examples: Royale: AccordionExample .. *SUCCESS* [
> 2.184 s]
> 
> [*INFO*] Apache Royale: Examples: Royale: AlertExample .. *SUCCESS* [
> 1.908 s]
> 
> [*INFO*] Apache Royale: Examples: Royale: ASDoc . *SUCCESS* [
> 3.421 s]
> 
> [*INFO*] Apache Royale: Examples: Royale: ChartExample .. *SUCCESS* [
> 2.378 s]
> 
> [*INFO*] Apache Royale: Examples: Royale: CordovaCameraExample *SUCCESS* [
> 1.843 s]
> 
> [*INFO*] Apache Royale: Examples: Royale: CreateJSExample ... *SUCCESS* [
> 1.775 s]
> 
> [*INFO*] Apache Royale: Examples: Royale: DataBindingExample  *SUCCESS* [
> 2.023 s]
> 
> [*INFO*] Apache Royale: Examples: Royale: DataBindingExample_as *SUCCESS*
> [  1.891 s]
> 
> [*INFO*] Apache Royale: Examples: Royale: DataBindingExample_Flat *FAILURE*
> [  1.468 s]
> 
> [*INFO*] Apache Royale: Examples: Royale: DataBindingExampleWithLayout
> *SKIPPED*
> 
> [*INFO*] Apache Royale: Examples: Royale: DataGridExample ... *SKIPPED*
> 
> [*INFO*] Apache Royale: Examples: Royale: DateControlsExample *SKIPPED*
> 
> [*INFO*] Apache Royale: Examples: Royale: DebuggingExample .. *SKIPPED*
> 
> [*INFO*] Apache Royale: Examples: Royale: DesktopMap  *SKIPPED*
> 
> [*INFO*] Apache Royale: Examples: Royale: DividedContainerExample *SKIPPED*
> 
> 2018-06-01 14:07 GMT+02:00 :
> 
>> 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 e74e4d0  Removed duplicate Container
>> e74e4d0 is described below
>> 
>> commit e74e4d095050477db43ac57f8928803b18961c38
>> Author: Harbs 
>> AuthorDate: Fri Jun 1 15:06:56 2018 +0300
>> 
>>Removed duplicate Container
>> 
>>There was a Container class in both core and html with references to
>> both.
>> ---
>> .../Basic/src/main/resources/basic-manifest.xml|   2 +-
>> .../royale/org/apache/royale/core/Container.as | 164
>> -
>> .../org/apache/royale/html/beads/AlertView.as  |   2 +-
>> 

Re: [royale-asjs] branch develop updated: Removed duplicate Container

2018-06-01 Thread Carlos Rovira
Harbs,

this commit is making the examples fail. I recommend you tu pass maven on
examples folder to ensure that nothing is break

/Users/carlosrovira/Dev/Royale/Source/royale-asjs/
examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(176): col: 17 Error:
org.apache.royale.html.beads.ContainerView is not defined.



/Users/carlosrovira/Dev/Royale/Source/royale-asjs/
examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(176): col: 17 Error:
org.apache.royale.html.beads.ContainerView is not defined.



/Users/carlosrovira/Dev/Royale/Source/royale-asjs/
examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(176): col: 17 Error:
org.apache.royale.html.beads.ContainerView is not defined.



/Users/carlosrovira/Dev/Royale/Source/royale-asjs/
examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(585): col: 17 Error:
org.apache.royale.html.supportClasses.ContainerContentArea is not defined.



/Users/carlosrovira/Dev/Royale/Source/royale-asjs/
examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(585): col: 17 Error:
org.apache.royale.html.supportClasses.ContainerContentArea is not defined.



/Users/carlosrovira/Dev/Royale/Source/royale-asjs/
examples/Flat-0.9.3-SNAPSHOT-swf.swc:defaults.css(585): col: 17 Error:
org.apache.royale.html.supportClasses.ContainerContentArea is not defined.



/Users/carlosrovira/Dev/Royale/Source/royale-asjs/
examples/Flat-0.9.3-SNAPSHOT-js.swc:defaults.css(176): col: 17 Error:
org.apache.royale.html.beads.ContainerView is not defined.



/Users/carlosrovira/Dev/Royale/Source/royale-asjs/
examples/Flat-0.9.3-SNAPSHOT-js.swc:defaults.css(176): col: 17 Error:
org.apache.royale.html.beads.ContainerView is not defined.



[*INFO*]
**

[*INFO*] *Reactor Summary:*

[*INFO*]

[*INFO*] Apache Royale: Examples 0.9.3-SNAPSHOT . *SUCCESS* [
2.399 s]

[*INFO*] Apache Royale: Examples: Example-Tests . *SUCCESS* [
1.125 s]

[*INFO*] Apache Royale: Examples: Express ... *SUCCESS* [
0.657 s]

[*INFO*] Apache Royale: Examples: Express: DataBindingExample *SUCCESS* [
6.412 s]

[*INFO*] Apache Royale: Examples: Express: DataGridExample .. *SUCCESS* [
3.155 s]

[*INFO*] Apache Royale: Examples: Express: GitHubCommitLogViewer *SUCCESS*
[  2.595 s]

[*INFO*] Apache Royale: Examples: Royale  *SUCCESS* [
0.631 s]

[*INFO*] Apache Royale: Examples: Royale: AccordionExample .. *SUCCESS* [
2.184 s]

[*INFO*] Apache Royale: Examples: Royale: AlertExample .. *SUCCESS* [
1.908 s]

[*INFO*] Apache Royale: Examples: Royale: ASDoc . *SUCCESS* [
3.421 s]

[*INFO*] Apache Royale: Examples: Royale: ChartExample .. *SUCCESS* [
2.378 s]

[*INFO*] Apache Royale: Examples: Royale: CordovaCameraExample *SUCCESS* [
1.843 s]

[*INFO*] Apache Royale: Examples: Royale: CreateJSExample ... *SUCCESS* [
1.775 s]

[*INFO*] Apache Royale: Examples: Royale: DataBindingExample  *SUCCESS* [
2.023 s]

[*INFO*] Apache Royale: Examples: Royale: DataBindingExample_as *SUCCESS*
[  1.891 s]

[*INFO*] Apache Royale: Examples: Royale: DataBindingExample_Flat *FAILURE*
[  1.468 s]

[*INFO*] Apache Royale: Examples: Royale: DataBindingExampleWithLayout
*SKIPPED*

[*INFO*] Apache Royale: Examples: Royale: DataGridExample ... *SKIPPED*

[*INFO*] Apache Royale: Examples: Royale: DateControlsExample *SKIPPED*

[*INFO*] Apache Royale: Examples: Royale: DebuggingExample .. *SKIPPED*

[*INFO*] Apache Royale: Examples: Royale: DesktopMap  *SKIPPED*

[*INFO*] Apache Royale: Examples: Royale: DividedContainerExample *SKIPPED*

2018-06-01 14:07 GMT+02:00 :

> 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 e74e4d0  Removed duplicate Container
> e74e4d0 is described below
>
> commit e74e4d095050477db43ac57f8928803b18961c38
> Author: Harbs 
> AuthorDate: Fri Jun 1 15:06:56 2018 +0300
>
> Removed duplicate Container
>
> There was a Container class in both core and html with references to
> both.
> ---
>  .../Basic/src/main/resources/basic-manifest.xml|   2 +-
>  .../royale/org/apache/royale/core/Container.as | 164
> -
>  .../org/apache/royale/html/beads/AlertView.as  |   2 +-
>  .../royale/html/beads/ControlBarMeasurementBead.as |   2 +-
>  .../org/apache/royale/html/beads/DataGridView.as   |   2 +-
>  .../apache/royale/html/beads/DateChooserView.as|   2 +-
>  .../org/apache/royale/html/beads/IDataGridView.as  |   2 +-
>  .../org/apache/royale/html/beads/PanelView.as  |   2 +-
>  .../royale/html/beads/PanelWithControlBarView.as   |   2 +-
>  .../org/apache/royale/html/beads/TreeGridView.as   |   2 +-
>  mustella/tests/basicTests/shim/VBox.as |   2 +-
>  11 files changed, 10 insertions(+), 174 deletions(-)
>
> diff --git