You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2014/12/24 02:44:48 UTC

tapestry-5 git commit: TAP5-2190: Alerts component should not automatically import the core stack

Repository: tapestry-5
Updated Branches:
  refs/heads/master 989b7b224 -> e5afaa0e1


TAP5-2190: Alerts component should not automatically import the core stack


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/e5afaa0e
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/e5afaa0e
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/e5afaa0e

Branch: refs/heads/master
Commit: e5afaa0e1025a03d412d72c9bd326a782a771fe6
Parents: 989b7b2
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Dec 23 17:44:39 2014 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Dec 23 17:44:39 2014 -0800

----------------------------------------------------------------------
 .../main/java/org/apache/tapestry5/corelib/components/Alerts.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/e5afaa0e/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Alerts.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Alerts.java b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Alerts.java
index 16408c2..ac3b955 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Alerts.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Alerts.java
@@ -35,7 +35,6 @@ import org.apache.tapestry5.services.compatibility.DeprecationWarning;
  * @since 5.3
  */
 @SupportsInformalParameters
-@Import(stack = "core")
 public class Alerts extends BaseClientElement
 {