Forgot to add the bead to the manifest
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/90423a3c Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/90423a3c Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/90423a3c Branch: refs/heads/tlf Commit: 90423a3ceb09c6007e1c908f29851bd226e87ad4 Parents: 115194e Author: Harbs <[email protected]> Authored: Thu Jun 8 22:06:10 2017 +0300 Committer: Harbs <[email protected]> Committed: Thu Jun 8 22:06:10 2017 +0300 ---------------------------------------------------------------------- frameworks/projects/Basic/src/main/flex/BasicClasses.as | 1 + frameworks/projects/Basic/src/main/resources/basic-manifest.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/90423a3c/frameworks/projects/Basic/src/main/flex/BasicClasses.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Basic/src/main/flex/BasicClasses.as b/frameworks/projects/Basic/src/main/flex/BasicClasses.as index 574bcd6..043d4e9 100644 --- a/frameworks/projects/Basic/src/main/flex/BasicClasses.as +++ b/frameworks/projects/Basic/src/main/flex/BasicClasses.as @@ -31,6 +31,7 @@ internal class BasicClasses import org.apache.flex.html.accessories.NumericOnlyTextInputBead; NumericOnlyTextInputBead; import org.apache.flex.html.beads.DispatchInputFinishedBead; DispatchInputFinishedBead; import org.apache.flex.html.accessories.PasswordInputBead; PasswordInputBead; + import org.apache.flex.html.accessories.PasswordInputRemovableBead; PasswordInputRemovableBead; import org.apache.flex.html.accessories.TextPromptBead; TextPromptBead; import org.apache.flex.html.beads.AbsolutePositioningViewBeadBase; AbsolutePositioningViewBeadBase; import org.apache.flex.html.beads.AlertView; AlertView; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/90423a3c/frameworks/projects/Basic/src/main/resources/basic-manifest.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Basic/src/main/resources/basic-manifest.xml b/frameworks/projects/Basic/src/main/resources/basic-manifest.xml index 204d10c..65cded4 100644 --- a/frameworks/projects/Basic/src/main/resources/basic-manifest.xml +++ b/frameworks/projects/Basic/src/main/resources/basic-manifest.xml @@ -106,6 +106,7 @@ <component id="DisableBead" class="org.apache.flex.html.beads.DisableBead" /> <component id="NumericOnlyTextInputBead" class="org.apache.flex.html.accessories.NumericOnlyTextInputBead" /> <component id="PasswordInputBead" class="org.apache.flex.html.accessories.PasswordInputBead" /> + <component id="PasswordInputRemovableBead" class="org.apache.flex.html.accessories.PasswordInputRemovableBead" /> <component id="TextPromptBead" class="org.apache.flex.html.accessories.TextPromptBead" /> <component id="HRule" class="org.apache.flex.html.HRule" /> <component id="VRule" class="org.apache.flex.html.VRule" />
