From 9483c104f138981786b3cb9343e8951c459f1129 Mon Sep 17 00:00:00 2001 From: kaosko Date: Thu, 23 Jun 2011 22:04:30 -0700 Subject: [PATCH 1/2] Update to Tapestry 5.3.0 alpha release, remove DEFAULT_JAVASCRIPT symbol contribution as obsolete --- tapestryapp/pom.xml | 2 +- tapestryapp/src/main/java/tapestryapp/services/AppModule.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tapestryapp/pom.xml b/tapestryapp/pom.xml index 7a7a645..d67e51d 100644 --- a/tapestryapp/pom.xml +++ b/tapestryapp/pom.xml @@ -111,6 +111,6 @@ of a Tapestry Maven plugin is not required. --> - 5.2.5 + 5.3.0 diff --git a/tapestryapp/src/main/java/tapestryapp/services/AppModule.java b/tapestryapp/src/main/java/tapestryapp/services/AppModule.java index 5c35f80..8bf8f98 100644 --- a/tapestryapp/src/main/java/tapestryapp/services/AppModule.java +++ b/tapestryapp/src/main/java/tapestryapp/services/AppModule.java @@ -19,7 +19,6 @@ public static void contributeApplicationDefaults( configuration.add(SymbolConstants.SUPPORTED_LOCALES, "en"); configuration.add(SymbolConstants.APPLICATION_VERSION, "1.0-SNAPSHOT"); configuration.add(SymbolConstants.DEFAULT_STYLESHEET, "context:default.css" ); - configuration.add(SymbolConstants.DEFAULT_JAVASCRIPT, "" ); configuration.add(SymbolConstants.BLACKBIRD_ENABLED, "false"); configuration.add(SymbolConstants.COMBINE_SCRIPTS, "false" ); configuration.add(SymbolConstants.GZIP_COMPRESSION_ENABLED, "false"); From 13569f247b57d566dab6945d6a61a511ba273dcb Mon Sep 17 00:00:00 2001 From: kaosko Date: Tue, 29 Nov 2011 00:08:41 -0800 Subject: [PATCH 2/2] Update to T5.3 final --- tapestryapp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tapestryapp/pom.xml b/tapestryapp/pom.xml index d67e51d..2d9a0bc 100644 --- a/tapestryapp/pom.xml +++ b/tapestryapp/pom.xml @@ -111,6 +111,6 @@ of a Tapestry Maven plugin is not required. --> - 5.3.0 + 5.3