From 5c1f5877cdfc17b0d0802924f612a883967047fd Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sat, 7 Feb 2015 19:04:12 +0000 Subject: [PATCH] Adapt to Argeo TP v2.1.6 git-svn-id: https://svn.argeo.org/commons/trunk@7761 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- demo/argeo_node_cms.properties | 1 - demo/argeo_node_rap.properties | 2 +- org.argeo.eclipse.ui.workbench/bnd.bnd | 7 +++--- org.argeo.security.ui.rap/plugin.xml | 30 +++----------------------- org.argeo.security.ui/plugin.xml | 8 ------- pom.xml | 17 ++++++++++++--- 6 files changed, 22 insertions(+), 43 deletions(-) diff --git a/demo/argeo_node_cms.properties b/demo/argeo_node_cms.properties index d7a9ead01..99558e02d 100644 --- a/demo/argeo_node_cms.properties +++ b/demo/argeo_node_cms.properties @@ -19,5 +19,4 @@ org.osgi.service.http.port=7070 org.eclipse.equinox.http.jetty.log.stderr.threshold=info log4j.configuration=file:../../log4j.properties -osgi.console.enable.builtin=true org.eclipse.rap.workbenchAutostart=false \ No newline at end of file diff --git a/demo/argeo_node_rap.properties b/demo/argeo_node_rap.properties index 49c4108c9..768976ec1 100644 --- a/demo/argeo_node_rap.properties +++ b/demo/argeo_node_rap.properties @@ -20,5 +20,5 @@ argeo.i18n.availableLocales=en,fr,de,ru,ar eclipse.registry.MultiLanguage=true log4j.configuration=file:../../log4j.properties -osgi.console.enable.builtin=true +#osgi.console.enable.builtin=true org.eclipse.rap.workbenchAutostart=false \ No newline at end of file diff --git a/org.argeo.eclipse.ui.workbench/bnd.bnd b/org.argeo.eclipse.ui.workbench/bnd.bnd index cc95c7652..e2e226812 100644 --- a/org.argeo.eclipse.ui.workbench/bnd.bnd +++ b/org.argeo.eclipse.ui.workbench/bnd.bnd @@ -8,10 +8,11 @@ org.eclipse.rap.ui;resolution:=optional,\ org.eclipse.rap.ui.workbench;resolution:=optional Import-Package: org.argeo.eclipse.ui.specific,\ -org.eclipse.swt.widgets;version="[0,1)",\ -org.osgi.framework;version="[1.5,2)",\ +org.eclipse.swt.widgets,\ +org.osgi.framework,\ org.osgi.service.packageadmin,\ -org.osgi.util.tracker;version="[1.4,2)",\ +org.osgi.util.tracker,\ org.springframework.beans.factory,\ org.springframework.core.io.support,\ +!org.eclipse.core.runtime,\ * diff --git a/org.argeo.security.ui.rap/plugin.xml b/org.argeo.security.ui.rap/plugin.xml index 080cd5ca7..a4d007367 100644 --- a/org.argeo.security.ui.rap/plugin.xml +++ b/org.argeo.security.ui.rap/plugin.xml @@ -70,30 +70,8 @@ file="theme/defaultExt.css" /> --> - - - - - - - - - - - - - - - + + diff --git a/org.argeo.security.ui/plugin.xml b/org.argeo.security.ui/plugin.xml index cb139d7b6..24fb40a44 100644 --- a/org.argeo.security.ui/plugin.xml +++ b/org.argeo.security.ui/plugin.xml @@ -2,14 +2,6 @@ - - - - diff --git a/pom.xml b/pom.xml index 041dc35b9..e10581b25 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 2.1.14-SNAPSHOT 2.1 2012-12-19 - 2.1.5 + 2.1.6 6 /srv/rpmfactory/argeo-osgi-2-staging/6/x86_64 @@ -276,7 +276,7 @@ limitations under the License. org.argeo.maven.plugins maven-argeo-osgi-plugin - 1.1.3 + 1.1.4 @@ -451,9 +451,20 @@ limitations under the License. localrepo + + + argeo-tp + http://localhost:7080/data/public/java/argeo-tp-${developmentCycle.argeo-commons}/ + + true + daily + warn + + + - localrepo + staging Internal Release Repository dav:http://localhost:7080/data/files/java/argeo-commons-${developmentCycle.argeo-commons} -- 2.30.2