From 01aff2be26028d6cf8c3ec50d2f663a0e8bdf7e0 Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Fri, 9 Jan 2015 15:44:42 +0000 Subject: [PATCH] Work on rap migration. git-svn-id: https://svn.argeo.org/commons/trunk@7651 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- dep/org.argeo.dep.cms/pom.xml | 4 +-- dep/org.argeo.eclipse.dep.rwt/pom.xml | 2 +- dep/org.argeo.security.dep.node.rap/pom.xml | 4 +-- dep/pom.xml | 8 ++--- org.argeo.cms/pom.xml | 8 ++--- org.argeo.eclipse.ui.rap/pom.xml | 4 +-- org.argeo.eclipse.ui.workbench/pom.xml | 8 ++--- org.argeo.eclipse.ui/pom.xml | 35 +++++++++------------ org.argeo.security.equinox/pom.xml | 4 +-- org.argeo.security.ui.admin/pom.xml | 4 +-- org.argeo.security.ui.rap/pom.xml | 4 +-- org.argeo.security.ui.rcp/pom.xml | 8 ++--- org.argeo.security.ui/pom.xml | 4 +-- pom.xml | 25 ++++++++++----- 14 files changed, 63 insertions(+), 59 deletions(-) diff --git a/dep/org.argeo.dep.cms/pom.xml b/dep/org.argeo.dep.cms/pom.xml index 6a9912cd4..e3af6f6fa 100644 --- a/dep/org.argeo.dep.cms/pom.xml +++ b/dep/org.argeo.dep.cms/pom.xml @@ -52,11 +52,11 @@ - + diff --git a/dep/org.argeo.eclipse.dep.rwt/pom.xml b/dep/org.argeo.eclipse.dep.rwt/pom.xml index 1bd1d669b..6ac2c3b47 100644 --- a/dep/org.argeo.eclipse.dep.rwt/pom.xml +++ b/dep/org.argeo.eclipse.dep.rwt/pom.xml @@ -14,7 +14,7 @@ org.argeo.commons - org.argeo.eclipse.dep.rap + org.argeo.security.dep.node pom 2.1.12-SNAPSHOT diff --git a/dep/org.argeo.security.dep.node.rap/pom.xml b/dep/org.argeo.security.dep.node.rap/pom.xml index 547ca2333..80c507473 100644 --- a/dep/org.argeo.security.dep.node.rap/pom.xml +++ b/dep/org.argeo.security.dep.node.rap/pom.xml @@ -75,13 +75,13 @@ - + diff --git a/dep/pom.xml b/dep/pom.xml index 42d9dcdd7..1ab8a834c 100644 --- a/dep/pom.xml +++ b/dep/pom.xml @@ -14,15 +14,15 @@ - org.argeo.eclipse.dep.rap - org.argeo.eclipse.dep.rwt + org.argeo.eclipse.dep.rcp org.argeo.security.dep.node - org.argeo.security.dep.node.rap + org.argeo.eclipse.dep.rwt + 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 411188bc6..6f338ae28 100644 --- a/org.argeo.cms/pom.xml +++ b/org.argeo.cms/pom.xml @@ -25,17 +25,17 @@ - + - + org.argeo.commons diff --git a/org.argeo.eclipse.ui.rap/pom.xml b/org.argeo.eclipse.ui.rap/pom.xml index 576cddf2b..03f3efbf7 100644 --- a/org.argeo.eclipse.ui.rap/pom.xml +++ b/org.argeo.eclipse.ui.rap/pom.xml @@ -21,12 +21,12 @@ - + diff --git a/org.argeo.eclipse.ui.workbench/pom.xml b/org.argeo.eclipse.ui.workbench/pom.xml index c1ebe46cc..275421b46 100644 --- a/org.argeo.eclipse.ui.workbench/pom.xml +++ b/org.argeo.eclipse.ui.workbench/pom.xml @@ -18,10 +18,10 @@ - + @@ -33,13 +33,13 @@ provided - + diff --git a/org.argeo.eclipse.ui/pom.xml b/org.argeo.eclipse.ui/pom.xml index 7aa21aa97..d2bc9b9d4 100644 --- a/org.argeo.eclipse.ui/pom.xml +++ b/org.argeo.eclipse.ui/pom.xml @@ -16,14 +16,9 @@ --> - - org.argeo.commons - org.argeo.eclipse.dep.rap - pom - 2.1.12-SNAPSHOT - provided - - + org.argeo.commons @@ -42,22 +37,22 @@ - - - - + + + + - - - - + + + + - - - - + + + + \ No newline at end of file diff --git a/org.argeo.security.equinox/pom.xml b/org.argeo.security.equinox/pom.xml index b5d80a722..5cd2ebdc3 100644 --- a/org.argeo.security.equinox/pom.xml +++ b/org.argeo.security.equinox/pom.xml @@ -56,13 +56,13 @@ - + diff --git a/org.argeo.security.ui.admin/pom.xml b/org.argeo.security.ui.admin/pom.xml index d80eb1640..86d154966 100644 --- a/org.argeo.security.ui.admin/pom.xml +++ b/org.argeo.security.ui.admin/pom.xml @@ -31,13 +31,13 @@ 2.1.12-SNAPSHOT provided - + org.argeo.commons org.argeo.eclipse.ui diff --git a/org.argeo.security.ui.rap/pom.xml b/org.argeo.security.ui.rap/pom.xml index ea6aa46d5..43664b38e 100644 --- a/org.argeo.security.ui.rap/pom.xml +++ b/org.argeo.security.ui.rap/pom.xml @@ -72,12 +72,12 @@ - + org.argeo.commons org.argeo.eclipse.ui.rap diff --git a/org.argeo.security.ui.rcp/pom.xml b/org.argeo.security.ui.rcp/pom.xml index 8c250929f..92a6b8755 100644 --- a/org.argeo.security.ui.rcp/pom.xml +++ b/org.argeo.security.ui.rcp/pom.xml @@ -33,10 +33,10 @@ - - - - + + + + diff --git a/org.argeo.security.ui/pom.xml b/org.argeo.security.ui/pom.xml index 1d0164e6c..6a5d4f0d1 100644 --- a/org.argeo.security.ui/pom.xml +++ b/org.argeo.security.ui/pom.xml @@ -27,13 +27,13 @@ - + diff --git a/pom.xml b/pom.xml index e2abe3aaf..5e7ddf01a 100644 --- a/pom.xml +++ b/pom.xml @@ -11,10 +11,10 @@ 2.1.12-SNAPSHOT 2.1 2012-12-19 - 2.1.2 + 2.1.3 3.8.2 - 2.2.0-R-20131204-0942 - 0.5.0.argeo.20141029 + 6 /srv/rpmfactory/argeo-osgi-2-staging/6/x86_64 @@ -462,7 +462,7 @@ limitations under the License. pom import - + argeo-tp - https://forge.argeo.org/data/public/java/argeo-tp-2.1 + http://localhost:7080/data/public/java/argeo-tp-2.1 true daily warn + argeo-tp-eclipseIde https://forge.argeo.org/data/public/java/eclipse-ide-3.8 @@ -497,7 +506,7 @@ limitations under the License. warn - + -- 2.30.2