Return-Path: X-Original-To: apmail-incubator-isis-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-isis-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC14ED59F for ; Sat, 13 Oct 2012 15:27:06 +0000 (UTC) Received: (qmail 94679 invoked by uid 500); 13 Oct 2012 15:27:06 -0000 Delivered-To: apmail-incubator-isis-commits-archive@incubator.apache.org Received: (qmail 94656 invoked by uid 500); 13 Oct 2012 15:27:06 -0000 Mailing-List: contact isis-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-commits@incubator.apache.org Received: (qmail 94647 invoked by uid 99); 13 Oct 2012 15:27:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Oct 2012 15:27:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Oct 2012 15:27:03 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EB86123888FE; Sat, 13 Oct 2012 15:26:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1397856 - in /incubator/isis/trunk: examples/quickstart/dom/src/main/java/dom/todo/ToDoItem.java framework/quickstart-archetype/pom.xml framework/quickstart-archetype/src/main/appended-resources/supplemental-models.xml Date: Sat, 13 Oct 2012 15:26:18 -0000 To: isis-commits@incubator.apache.org From: danhaywood@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121013152618.EB86123888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: danhaywood Date: Sat Oct 13 15:26:18 2012 New Revision: 1397856 URL: http://svn.apache.org/viewvc?rev=1397856&view=rev Log: ISIS-188: fixing the archetype Added: incubator/isis/trunk/framework/quickstart-archetype/src/main/appended-resources/supplemental-models.xml Modified: incubator/isis/trunk/examples/quickstart/dom/src/main/java/dom/todo/ToDoItem.java incubator/isis/trunk/framework/quickstart-archetype/pom.xml Modified: incubator/isis/trunk/examples/quickstart/dom/src/main/java/dom/todo/ToDoItem.java URL: http://svn.apache.org/viewvc/incubator/isis/trunk/examples/quickstart/dom/src/main/java/dom/todo/ToDoItem.java?rev=1397856&r1=1397855&r2=1397856&view=diff ============================================================================== --- incubator/isis/trunk/examples/quickstart/dom/src/main/java/dom/todo/ToDoItem.java (original) +++ incubator/isis/trunk/examples/quickstart/dom/src/main/java/dom/todo/ToDoItem.java Sat Oct 13 15:26:18 2012 @@ -34,6 +34,7 @@ import org.apache.isis.applib.DomainObje import org.apache.isis.applib.annotation.AutoComplete; import org.apache.isis.applib.annotation.Disabled; import org.apache.isis.applib.annotation.Hidden; +import org.apache.isis.applib.annotation.MemberGroups; import org.apache.isis.applib.annotation.MemberOrder; import org.apache.isis.applib.annotation.MultiLine; import org.apache.isis.applib.annotation.Named; @@ -63,6 +64,7 @@ import org.apache.isis.runtimes.dflt.obj @ObjectType("TODO") @Auditable @AutoComplete(repository=ToDoItems.class, action="autoComplete") +@MemberGroups({"General", "Detail"}) public class ToDoItem { public static enum Category { @@ -247,7 +249,6 @@ public class ToDoItem { } // }} - // {{ injected: DomainObjectContainer @SuppressWarnings("unused") private DomainObjectContainer container; @@ -257,7 +258,6 @@ public class ToDoItem { } // }} - // {{ injected: ToDoItems @SuppressWarnings("unused") private ToDoItems toDoItems; Modified: incubator/isis/trunk/framework/quickstart-archetype/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/quickstart-archetype/pom.xml?rev=1397856&r1=1397855&r2=1397856&view=diff ============================================================================== --- incubator/isis/trunk/framework/quickstart-archetype/pom.xml (original) +++ incubator/isis/trunk/framework/quickstart-archetype/pom.xml Sat Oct 13 15:26:18 2012 @@ -1,30 +1,37 @@ - - 4.0.0 + + 4.0.0 + + + org.apache.isis + isis + 0.3.1-incubating-SNAPSHOT + + + quickstart-archetype + maven-archetype + + Apache Isis Quickstart Archetype + + + + + org.apache.maven.archetype + archetype-packaging + 2.1 + + + + + + + maven-archetype-plugin + 2.1 + + + + + - org.apache.isis - quickstart-archetype - 0.3.1-incubating-SNAPSHOT - maven-archetype - - quickstart-archetype - - - - - org.apache.maven.archetype - archetype-packaging - 2.1 - - - - - - - maven-archetype-plugin - 2.1 - - - - Added: incubator/isis/trunk/framework/quickstart-archetype/src/main/appended-resources/supplemental-models.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/quickstart-archetype/src/main/appended-resources/supplemental-models.xml?rev=1397856&view=auto ============================================================================== --- incubator/isis/trunk/framework/quickstart-archetype/src/main/appended-resources/supplemental-models.xml (added) +++ incubator/isis/trunk/framework/quickstart-archetype/src/main/appended-resources/supplemental-models.xml Sat Oct 13 15:26:18 2012 @@ -0,0 +1,8 @@ + + + + \ No newline at end of file