You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2011/03/03 00:10:21 UTC

svn commit: r1076452 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java

Author: hlship
Date: Wed Mar  2 23:10:20 2011
New Revision: 1076452

URL: http://svn.apache.org/viewvc?rev=1076452&view=rev
Log:
TAP5-1457: Remove SCRIPTS_AT_TOP from SymbolConstants

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java?rev=1076452&r1=1076451&r2=1076452&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java Wed Mar  2 23:10:20 2011
@@ -1,4 +1,4 @@
-// Copyright 2008, 2009, 2010 The Apache Software Foundation
+// Copyright 2008, 2009, 2010, 2011 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -15,7 +15,6 @@
 package org.apache.tapestry5;
 
 import org.apache.tapestry5.internal.services.AssetDispatcher;
-import org.apache.tapestry5.services.ComponentClassTransformWorker;
 import org.apache.tapestry5.services.assets.AssetPathConstructor;
 import org.apache.tapestry5.services.assets.ResourceMinimizer;
 import org.apache.tapestry5.services.javascript.JavaScriptStack;
@@ -108,15 +107,6 @@ public class SymbolConstants
     public static final String EXCEPTION_REPORT_PAGE = "tapestry.exception-report-page";
 
     /**
-     * If true, then links for external JavaScript libraries are placed at the top of the document (just inside the
-     * <body> element). If false, the default, then the libraries are placed at the bottom of the document.
-     * Per-page initialization always goes at the bottom.
-     * 
-     * @deprecated since 5.1.0.1; scripts are now always at the top (see TAP5-544)
-     */
-    public static final String SCRIPTS_AT_TOP = "tapestry.script-at-top";
-
-    /**
      * Identifies the default persistence strategy for all pages that do not provide an override (using this value as
      * {@link org.apache.tapestry5.annotations.Meta key}).
      *