You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/02/28 13:09:11 UTC

[isis] branch master updated: ISIS-1841 integrate new runtime-legacy module

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 7222abe  ISIS-1841 integrate new runtime-legacy module
7222abe is described below

commit 7222abed96b9e6f85c1b45957c29892a6dac23c9
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Feb 28 14:09:06 2018 +0100

    ISIS-1841 integrate new runtime-legacy module
---
 core/pom.xml                             | 16 ++++++++++++++++
 core/{runtime => runtime-legacy}/pom.xml | 16 ++++++++--------
 core/runtime/pom.xml                     | 11 -----------
 core/viewer-wicket-ui/pom.xml            |  2 +-
 4 files changed, 25 insertions(+), 20 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 6845514..35344e8 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1276,6 +1276,22 @@ ${license.additional-notes}
                 <type>test-jar</type>
                 <scope>test</scope>
             </dependency>
+            
+            <!-- runtime -->
+            <dependency>
+                <groupId>org.apache.isis.core</groupId>
+                <artifactId>isis-core-runtime-legacy</artifactId>
+                <version>${core-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.isis.core</groupId>
+                <artifactId>isis-core-runtime-legacy</artifactId>
+                <version>${core-version}</version>
+                <type>test-jar</type>
+                <scope>test</scope>
+            </dependency>
+            
+            <!-- wrapper -->
             <dependency>
                 <groupId>org.apache.isis.core</groupId>
                 <artifactId>isis-core-wrapper</artifactId>
diff --git a/core/runtime/pom.xml b/core/runtime-legacy/pom.xml
similarity index 96%
copy from core/runtime/pom.xml
copy to core/runtime-legacy/pom.xml
index a687569..3ff76a9 100644
--- a/core/runtime/pom.xml
+++ b/core/runtime-legacy/pom.xml
@@ -26,8 +26,8 @@
         <version>2.0.0-M1-SNAPSHOT</version>
 	</parent>
 
-	<artifactId>isis-core-runtime</artifactId>
-	<name>Apache Isis Runtime</name>
+	<artifactId>isis-core-runtime-legacy</artifactId>
+	<name>Apache Isis Legacy Runtime</name>
 
     <properties>
         <jar-plugin.automaticModuleName>org.apache.isis.core.runtime</jar-plugin.automaticModuleName>
@@ -72,7 +72,7 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-core-applib</artifactId>
+			<artifactId>isis-core-applib-legacy</artifactId>
 			<type>test-jar</type>
 			<scope>test</scope>
 		</dependency>
@@ -90,22 +90,22 @@
         
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-core-metamodel</artifactId>
+            <artifactId>isis-core-metamodel-legacy</artifactId>
 		</dependency>
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-core-metamodel</artifactId>
+            <artifactId>isis-core-metamodel-legacy</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         
-		<dependency>
+       	<dependency>
 			<groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-core-metamodel-legacy</artifactId>
+            <artifactId>isis-core-runtime</artifactId>
 		</dependency>
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-core-metamodel-legacy</artifactId>
+            <artifactId>isis-core-runtime</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml
index a687569..0aa0361 100644
--- a/core/runtime/pom.xml
+++ b/core/runtime/pom.xml
@@ -98,17 +98,6 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
-        
-		<dependency>
-			<groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-core-metamodel-legacy</artifactId>
-		</dependency>
-        <dependency>
-            <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-core-metamodel-legacy</artifactId>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
diff --git a/core/viewer-wicket-ui/pom.xml b/core/viewer-wicket-ui/pom.xml
index edf4621..c4841a0 100644
--- a/core/viewer-wicket-ui/pom.xml
+++ b/core/viewer-wicket-ui/pom.xml
@@ -69,7 +69,7 @@
 
 		<dependency>
 		    <groupId>org.apache.isis.core</groupId>
-		    <artifactId>isis-core-metamodel</artifactId>
+		    <artifactId>isis-core-metamodel-legacy</artifactId>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.