From afd9f47933f6cd1f9d80da8181eb8cb8a53ef55f Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Mon, 24 Nov 2014 14:08:32 +0000 Subject: [PATCH] Integrate CMS in Commons git-svn-id: https://svn.argeo.org/commons/trunk@7509 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- dep/org.argeo.dep.cms/pom.xml | 37 ++++------- dep/org.argeo.eclipse.dep.rap/pom.xml | 88 ++++++--------------------- dep/pom.xml | 1 + org.argeo.cms/pom.xml | 42 +++---------- pom.xml | 1 + 5 files changed, 43 insertions(+), 126 deletions(-) diff --git a/dep/org.argeo.dep.cms/pom.xml b/dep/org.argeo.dep.cms/pom.xml index 9c4caad84..eb344cb4b 100644 --- a/dep/org.argeo.dep.cms/pom.xml +++ b/dep/org.argeo.dep.cms/pom.xml @@ -2,33 +2,33 @@ 4.0.0 - org.argeo.connect - 2.1.13-SNAPSHOT + org.argeo.commons + 2.1.12-SNAPSHOT dep .. - org.argeo.connect.dep.node.web - Connect Node Web Dependencies + org.argeo.dep.cms + CMS Dependencies - org.argeo.connect + org.argeo.commons org.argeo.cms - 2.1.13-SNAPSHOT + 2.1.12-SNAPSHOT - org.argeo.commons.base + org.argeo.commons org.argeo.util - ${version.argeo-commons} + 2.1.12-SNAPSHOT - org.argeo.commons.security + org.argeo.commons org.argeo.security.dep.node - ${version.argeo-commons} + 2.1.12-SNAPSHOT org.argeo.tp @@ -43,9 +43,9 @@ - org.argeo.commons.base + org.argeo.commons org.argeo.eclipse.dep.rap - ${version.argeo-commons} + 2.1.12-SNAPSHOT org.argeo.tp.rap.platform @@ -76,19 +76,6 @@ org.argeo.tp.rap.platform org.eclipse.rap.ui.views - - - org.argeo.tp.rap.platform - org.eclipse.rap.demo.controls - - - org.argeo.tp.rap.platform - org.eclipse.rap.example - - - org.argeo.tp.rap.platform - org.eclipse.rap.example.pages - diff --git a/dep/org.argeo.eclipse.dep.rap/pom.xml b/dep/org.argeo.eclipse.dep.rap/pom.xml index 05675e210..99cd076f2 100644 --- a/dep/org.argeo.eclipse.dep.rap/pom.xml +++ b/dep/org.argeo.eclipse.dep.rap/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.argeo.commons @@ -18,11 +19,6 @@ - - - - - org.argeo.tp.rap.addons binaries @@ -43,54 +39,6 @@ ${version.rap} pom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - org.argeo.tp.rap.platform @@ -105,6 +53,20 @@ org.eclipse.rap.design.example + + + org.argeo.tp.rap.platform + org.eclipse.rap.demo.controls + + + org.argeo.tp.rap.platform + org.eclipse.rap.example + + + org.argeo.tp.rap.platform + org.eclipse.rap.example.pages + + org.argeo.tp.rap.platform @@ -121,13 +83,7 @@ - - - - - - + org.argeo.tp org.apache.commons.io @@ -149,13 +105,6 @@ org.eclipse.equinox.security - - - - - - @@ -223,7 +172,8 @@ - + diff --git a/dep/pom.xml b/dep/pom.xml index be0882915..2c0fccf77 100644 --- a/dep/pom.xml +++ b/dep/pom.xml @@ -21,6 +21,7 @@ org.argeo.security.dep.node.eclipse org.argeo.security.dep.node.rap org.argeo.security.dep.node.rcp + org.argeo.dep.cms diff --git a/org.argeo.cms/pom.xml b/org.argeo.cms/pom.xml index 96ad206b1..f2a470882 100644 --- a/org.argeo.cms/pom.xml +++ b/org.argeo.cms/pom.xml @@ -1,49 +1,27 @@ - + 4.0.0 - org.argeo.connect - argeo-connect - 2.1.13-SNAPSHOT + org.argeo.commons + argeo-commons + 2.1.12-SNAPSHOT .. org.argeo.cms - Connect Content Management System + Argeo Content Management System jar - - - - - - - - - - - - - - - - - - - - - - - - org.argeo.commons.server + org.argeo.commons org.argeo.server.jcr - ${version.argeo-commons} + 2.1.12-SNAPSHOT - org.argeo.commons.security + org.argeo.commons org.argeo.security.core - ${version.argeo-commons} + 2.1.12-SNAPSHOT diff --git a/pom.xml b/pom.xml index b974816e0..753e89643 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,7 @@ org.argeo.server.rap.webapp org.argeo.node.repo.jackrabbit + org.argeo.cms org.argeo.osgi.ui.explorer org.argeo.jcr.ui.explorer -- 2.30.2