You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by ul...@apache.org on 2011/01/26 20:13:03 UTC

svn commit: r1063835 - /tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/java/components/Layout.java

Author: uli
Date: Wed Jan 26 19:13:03 2011
New Revision: 1063835

URL: http://svn.apache.org/viewvc?rev=1063835&view=rev
Log:
TAP5-1374: Quickstart layout component uses deprecated IncludeStyleSheet annotation

Modified:
    tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/java/components/Layout.java

Modified: tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/java/components/Layout.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/java/components/Layout.java?rev=1063835&r1=1063834&r2=1063835&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/java/components/Layout.java (original)
+++ tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/java/components/Layout.java Wed Jan 26 19:13:03 2011
@@ -8,7 +8,7 @@ import org.apache.tapestry5.BindingConst
 /**
  * Layout component for pages of application ${artifactId}.
  */
-@IncludeStylesheet("context:layout/layout.css")
+@Import(stylesheet = "context:layout/layout.css")
 public class Layout
 {
     /** The page title, for the <title> element and the <h1> element. */