Repository: tapestry-5
Updated Branches:
  refs/heads/master 006390ddf -> 95a548ec4


TAP5-2580: don't override defaults for SymbolConstants.MINIFICATION_ENABLED


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

Branch: refs/heads/master
Commit: 95a548ec488a3c09c16117a0e6f9d3ce28db0322
Parents: 006390d
Author: Jochen Kemnade <jochen.kemn...@eddyson.de>
Authored: Thu Apr 20 16:35:17 2017 +0200
Committer: Jochen Kemnade <jochen.kemn...@eddyson.de>
Committed: Thu Apr 20 16:36:44 2017 +0200

----------------------------------------------------------------------
 .../archetype-resources/src/main/java/services/AppModule.java       | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/95a548ec/quickstart/filtered/archetype-resources/src/main/java/services/AppModule.java
----------------------------------------------------------------------
diff --git 
a/quickstart/filtered/archetype-resources/src/main/java/services/AppModule.java 
b/quickstart/filtered/archetype-resources/src/main/java/services/AppModule.java
index 3c2e1ab..dc19a51 100644
--- 
a/quickstart/filtered/archetype-resources/src/main/java/services/AppModule.java
+++ 
b/quickstart/filtered/archetype-resources/src/main/java/services/AppModule.java
@@ -73,7 +73,6 @@ public class AppModule
         // option in 5.5.
                
configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery");
                configuration.add(SymbolConstants.BOOTSTRAP_ROOT, 
"context:mybootstrap");
-               configuration.add(SymbolConstants.MINIFICATION_ENABLED, true);
        }
 
 

Reply via email to