Remove deprecated symbols related to the old Blackbird console
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/14683997 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/14683997 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/14683997 Branch: refs/heads/5.4-js-rewrite Commit: 14683997f49551a21bd932502ea36d173911d5f4 Parents: 937961f Author: Howard M. Lewis Ship <hls...@apache.org> Authored: Thu Jul 5 10:33:24 2012 -0700 Committer: Howard M. Lewis Ship <hls...@apache.org> Committed: Thu Jul 5 10:33:24 2012 -0700 ---------------------------------------------------------------------- .../integration/linktrans/services/AppModule.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/14683997/tapestry-core/src/test/java/org/apache/tapestry5/integration/linktrans/services/AppModule.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/test/java/org/apache/tapestry5/integration/linktrans/services/AppModule.java b/tapestry-core/src/test/java/org/apache/tapestry5/integration/linktrans/services/AppModule.java index 3bae9b0..49bd285 100644 --- a/tapestry-core/src/test/java/org/apache/tapestry5/integration/linktrans/services/AppModule.java +++ b/tapestry-core/src/test/java/org/apache/tapestry5/integration/linktrans/services/AppModule.java @@ -28,7 +28,6 @@ public class AppModule configuration.add(SymbolConstants.PRODUCTION_MODE, "false"); configuration.add(SymbolConstants.COMPRESS_WHITESPACE, "false"); configuration.add(SymbolConstants.COMBINE_SCRIPTS, "true"); - configuration.add(SymbolConstants.BLACKBIRD_ENABLED, "true"); } public static void contributePageRenderLinkTransformer(OrderedConfiguration<PageRenderLinkTransformer> configuration)