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 DC23464C0 for ; Sat, 14 May 2011 20:33:28 +0000 (UTC) Received: (qmail 39813 invoked by uid 500); 14 May 2011 20:33:28 -0000 Delivered-To: apmail-incubator-isis-commits-archive@incubator.apache.org Received: (qmail 39798 invoked by uid 500); 14 May 2011 20:33:28 -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 39791 invoked by uid 99); 14 May 2011 20:33:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 May 2011 20:33:28 +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, 14 May 2011 20:33:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1023E23889EA; Sat, 14 May 2011 20:33:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1103217 [2/2] - in /incubator/isis/trunk: ./ applib/ core/ core/commons/ core/metamodel/ core/progmodel/ core/runtime/ core/runtime/src/main/java/org/apache/isis/core/runtime/authentication/ core/testsupport/ core/webapp/ domain-libs/ doma... Date: Sat, 14 May 2011 20:33:02 -0000 To: isis-commits@incubator.apache.org From: danhaywood@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110514203304.1023E23889EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/isis/trunk/viewer/scimpi/dispatcher/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/scimpi/dispatcher/pom.xml?rev=1103217&r1=1103216&r2=1103217&view=diff ============================================================================== --- incubator/isis/trunk/viewer/scimpi/dispatcher/pom.xml (original) +++ incubator/isis/trunk/viewer/scimpi/dispatcher/pom.xml Sat May 14 20:33:00 2011 @@ -35,8 +35,15 @@ viewer/scimpi/dispatcher/ - http://incubator.apache.org/isis/${relativeUrl} - + + scm:svn:http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + scm:svn:https://svn.apache.org/repos/asf/incubator/isis/trunk$/{relativeUrl} + http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + + + + http://incubator.apache.org/isis/${relativeUrl} + Modified: incubator/isis/trunk/viewer/scimpi/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/scimpi/pom.xml?rev=1103217&r1=1103216&r2=1103217&view=diff ============================================================================== --- incubator/isis/trunk/viewer/scimpi/pom.xml (original) +++ incubator/isis/trunk/viewer/scimpi/pom.xml Sat May 14 20:33:00 2011 @@ -44,8 +44,15 @@ isis-scimpi-viewer - http://incubator.apache.org/isis/${relativeUrl} - + + scm:svn:http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + scm:svn:https://svn.apache.org/repos/asf/incubator/isis/trunk$/{relativeUrl} + http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + + + + http://incubator.apache.org/isis/${relativeUrl} + Modified: incubator/isis/trunk/viewer/scimpi/servlet/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/scimpi/servlet/pom.xml?rev=1103217&r1=1103216&r2=1103217&view=diff ============================================================================== --- incubator/isis/trunk/viewer/scimpi/servlet/pom.xml (original) +++ incubator/isis/trunk/viewer/scimpi/servlet/pom.xml Sat May 14 20:33:00 2011 @@ -36,8 +36,15 @@ viewer/scimpi/servlet/ - http://incubator.apache.org/isis/${relativeUrl} - + + scm:svn:http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + scm:svn:https://svn.apache.org/repos/asf/incubator/isis/trunk$/{relativeUrl} + http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + + + + http://incubator.apache.org/isis/${relativeUrl} + Modified: incubator/isis/trunk/viewer/wicket/applib/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/wicket/applib/pom.xml?rev=1103217&r1=1103216&r2=1103217&view=diff ============================================================================== --- incubator/isis/trunk/viewer/wicket/applib/pom.xml (original) +++ incubator/isis/trunk/viewer/wicket/applib/pom.xml Sat May 14 20:33:00 2011 @@ -35,8 +35,15 @@ viewer/wicket/applib/ - http://incubator.apache.org/isis/${relativeUrl} - + + scm:svn:http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + scm:svn:https://svn.apache.org/repos/asf/incubator/isis/trunk$/{relativeUrl} + http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + + + + http://incubator.apache.org/isis/${relativeUrl} + org.apache.isis Modified: incubator/isis/trunk/viewer/wicket/metamodel/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/wicket/metamodel/pom.xml?rev=1103217&r1=1103216&r2=1103217&view=diff ============================================================================== --- incubator/isis/trunk/viewer/wicket/metamodel/pom.xml (original) +++ incubator/isis/trunk/viewer/wicket/metamodel/pom.xml Sat May 14 20:33:00 2011 @@ -35,8 +35,15 @@ viewer/wicket/metamodel/ - http://incubator.apache.org/isis/${relativeUrl} - + + scm:svn:http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + scm:svn:https://svn.apache.org/repos/asf/incubator/isis/trunk$/{relativeUrl} + http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + + + + http://incubator.apache.org/isis/${relativeUrl} + org.apache.isis.viewer Modified: incubator/isis/trunk/viewer/wicket/model/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/wicket/model/pom.xml?rev=1103217&r1=1103216&r2=1103217&view=diff ============================================================================== --- incubator/isis/trunk/viewer/wicket/model/pom.xml (original) +++ incubator/isis/trunk/viewer/wicket/model/pom.xml Sat May 14 20:33:00 2011 @@ -36,8 +36,15 @@ viewer/wicket/model/ - http://incubator.apache.org/isis/${relativeUrl} - + + scm:svn:http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + scm:svn:https://svn.apache.org/repos/asf/incubator/isis/trunk$/{relativeUrl} + http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + + + + http://incubator.apache.org/isis/${relativeUrl} + org.apache.isis.viewer Modified: incubator/isis/trunk/viewer/wicket/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/wicket/pom.xml?rev=1103217&r1=1103216&r2=1103217&view=diff ============================================================================== --- incubator/isis/trunk/viewer/wicket/pom.xml (original) +++ incubator/isis/trunk/viewer/wicket/pom.xml Sat May 14 20:33:00 2011 @@ -48,8 +48,15 @@ isis-wicket-viewer - http://incubator.apache.org/isis/${relativeUrl} - + + scm:svn:http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + scm:svn:https://svn.apache.org/repos/asf/incubator/isis/trunk$/{relativeUrl} + http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + + + + http://incubator.apache.org/isis/${relativeUrl} + applib model Modified: incubator/isis/trunk/viewer/wicket/ui/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/wicket/ui/pom.xml?rev=1103217&r1=1103216&r2=1103217&view=diff ============================================================================== --- incubator/isis/trunk/viewer/wicket/ui/pom.xml (original) +++ incubator/isis/trunk/viewer/wicket/ui/pom.xml Sat May 14 20:33:00 2011 @@ -36,8 +36,15 @@ viewer/wicket/ui/ - http://incubator.apache.org/isis/${relativeUrl} - + + scm:svn:http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + scm:svn:https://svn.apache.org/repos/asf/incubator/isis/trunk$/{relativeUrl} + http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + + + + http://incubator.apache.org/isis/${relativeUrl} + Modified: incubator/isis/trunk/viewer/wicket/viewer/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/wicket/viewer/pom.xml?rev=1103217&r1=1103216&r2=1103217&view=diff ============================================================================== --- incubator/isis/trunk/viewer/wicket/viewer/pom.xml (original) +++ incubator/isis/trunk/viewer/wicket/viewer/pom.xml Sat May 14 20:33:00 2011 @@ -36,8 +36,15 @@ viewer/wicket/viewer/ - http://incubator.apache.org/isis/${relativeUrl} - + + scm:svn:http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + scm:svn:https://svn.apache.org/repos/asf/incubator/isis/trunk$/{relativeUrl} + http://svn.apache.org/repos/asf/incubator/isis/trunk/${relativeUrl} + + + + http://incubator.apache.org/isis/${relativeUrl} +