mojo/src/main/resources/archetype-resources/src/main/java/App.java
brancharithmetic
changeset 755 5652acd48509
parent 533 715a6c77b19e
     1.1 --- a/mojo/src/main/resources/archetype-resources/src/main/java/App.java	Tue Jan 22 22:11:52 2013 +0100
     1.2 +++ b/mojo/src/main/resources/archetype-resources/src/main/java/App.java	Mon Feb 25 19:00:08 2013 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  /** Edit the index.xhtml file. Use 'id' to name certain HTML elements.
     1.5   * Use this class to define behavior of the elements.
     1.6   */
     1.7 -@Page(xhtml="index.xhtml", className="Index", properties={
     1.8 +@Page(xhtml="index.html", className="Index", properties={
     1.9      @Property(name="name", type=String.class)
    1.10  })
    1.11  public class App {