Updated Branches: refs/heads/5.4-js-rewrite 5fa1619c9 -> 45988e062
Remove "spacer.gif" at the symbol that gives its location Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/45988e06 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/45988e06 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/45988e06 Branch: refs/heads/5.4-js-rewrite Commit: 45988e06274eaf8a8b8b5e251cbbae16010d3fde Parents: 46dcb0f Author: Howard M. Lewis Ship <[email protected]> Authored: Thu Nov 8 11:55:48 2012 -0800 Committer: Howard M. Lewis Ship <[email protected]> Committed: Thu Nov 8 11:55:48 2012 -0800 ---------------------------------------------------------------------- .../apache/tapestry5/services/TapestryModule.java | 2 -- .../resources/META-INF/assets/tapestry5/spacer.gif | Bin 43 -> 0 bytes 2 files changed, 0 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/45988e06/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java b/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java index 0c9a69a..12b4597 100644 --- a/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java +++ b/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java @@ -2110,8 +2110,6 @@ public final class TapestryModule configuration.add(SymbolConstants.DEFAULT_STYLESHEET, ""); - configuration.add("tapestry.spacer-image", "classpath:META-INF/assets/tapestry5/spacer.gif"); - configuration.add(SymbolConstants.PRODUCTION_MODE, true); configuration.add(SymbolConstants.CLUSTERED_SESSIONS, true); http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/45988e06/tapestry-core/src/main/resources/META-INF/assets/tapestry5/spacer.gif ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/spacer.gif b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/spacer.gif deleted file mode 100644 index 1ef86d5..0000000 Binary files a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/spacer.gif and /dev/null differ
