From 65e6b9b417d4b48d8daf1782b582bd7ca4f9da6c Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Wed, 16 Dec 2015 14:06:11 +0000 Subject: [PATCH] Improve deps git-svn-id: https://svn.argeo.org/commons/trunk@8708 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- dep/org.argeo.dep.cms.client/pom.xml | 124 ++++++++++++++++++++++++ dep/org.argeo.dep.cms.node/pom.xml | 16 +++ dep/org.argeo.dep.cms.platform/pom.xml | 129 ++++++++++++++++++++++++- 3 files changed, 265 insertions(+), 4 deletions(-) diff --git a/dep/org.argeo.dep.cms.client/pom.xml b/dep/org.argeo.dep.cms.client/pom.xml index 88260c19e..0e154a8e2 100644 --- a/dep/org.argeo.dep.cms.client/pom.xml +++ b/dep/org.argeo.dep.cms.client/pom.xml @@ -202,4 +202,128 @@ + + + + rpmbuild + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-argeo + package + + copy-dependencies + + + jar + true + ${project.build.directory}/lib-argeo + org.argeo.commons + true + jar + + + + copy-tp + package + + copy-dependencies + + + jar + true + ${project.build.directory}/lib-tp + org.argeo.commons + true + jar + + + + + + org.codehaus.mojo + rpm-maven-plugin + + + rpm-argeo + package + + rpm + + + argeo-cms-client + + + /usr/share/osgi + root + root + 644 + false + + + ${project.build.directory}/lib-argeo + + *.jar + + + + + + + + + + + + + + + + + rpmbuild-tp + + + + org.codehaus.mojo + rpm-maven-plugin + + + rpm-tp + package + + rpm + + + argeo-cms-client-tp + ${version.argeo-distribution} + + + /usr/share/osgi + root + root + 644 + false + + + ${project.build.directory}/lib-tp + + *.jar + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dep/org.argeo.dep.cms.node/pom.xml b/dep/org.argeo.dep.cms.node/pom.xml index e6c32a4cb..84e8a7a9f 100644 --- a/dep/org.argeo.dep.cms.node/pom.xml +++ b/dep/org.argeo.dep.cms.node/pom.xml @@ -56,6 +56,22 @@ org.argeo.tp.misc org.h2 + + org.argeo.tp.misc + org.w3c.css.sac + + + org.argeo.tp.misc + com.steadystate.css + + + org.argeo.tp.misc + com.google.guava + + + org.argeo.tp.misc + com.google.gson + diff --git a/dep/org.argeo.dep.cms.platform/pom.xml b/dep/org.argeo.dep.cms.platform/pom.xml index e2e47bf74..54510e2ba 100644 --- a/dep/org.argeo.dep.cms.platform/pom.xml +++ b/dep/org.argeo.dep.cms.platform/pom.xml @@ -28,6 +28,11 @@ org.argeo.eclipse.ui.workbench ${version.argeo-commons} + + org.argeo.commons + org.argeo.security.ui.admin + ${version.argeo-commons} + org.argeo.commons org.argeo.eclipse.ui.workbench.rap @@ -39,11 +44,127 @@ ${version.argeo-commons} - + + + org.argeo.tp.apache + org.apache.tika.parser + + + org.argeo.tp.bouncycastle + bcmail + + + org.argeo.tp.bouncycastle + bcpg + + + org.argeo.tp.apache.ant + org.apache.ant + + + org.argeo.tp.apache.ant + org.apache.ant.launch + + + org.argeo.tp.misc + org.quartz-scheduler.quartz + + + org.argeo.tp.misc + org.quartz-scheduler.quartz.jobs + + + + + + org.argeo.tp.rap.platform + org.eclipse.rap.ui + + + org.argeo.tp.rap.platform + org.eclipse.rap.ui.forms + + + org.argeo.tp.rap.platform + org.eclipse.rap.ui.views + + + org.argeo.tp.rap.platform + org.eclipse.rap.ui.workbench + + + org.argeo.tp.rap.platform + org.eclipse.core.databinding + + + org.argeo.tp.rap.platform + org.eclipse.core.databinding.beans + + + org.argeo.tp.rap.platform + org.eclipse.core.runtime + + + org.argeo.tp.rap.platform + org.eclipse.core.databinding.property + + + org.argeo.tp.rap.platform + com.ibm.icu.base + + + org.argeo.tp.rap.platform + org.eclipse.core.contenttype + + + org.argeo.tp.rap.platform + org.eclipse.rap.rwt.osgi + + + org.argeo.tp.rap.platform + org.eclipse.rap.jface.databinding + + + org.argeo.tp.rap.platform + org.eclipse.core.jobs + + + org.argeo.tp.rap.platform + org.eclipse.core.expressions + + + org.argeo.tp.rap.platform + org.eclipse.core.databinding.observable + + + org.argeo.tp.rap.platform + org.eclipse.help + + + + + org.argeo.tp.spring + org.springframework.aspects + + + org.argeo.tp.spring + org.springframework.context.support + + + org.argeo.tp.spring + org.springframework.jdbc + + + org.argeo.tp.spring + org.springframework.tx + + + org.argeo.tp.spring + org.springframework.web + - org.argeo.tp - argeo-tp - ${version.argeo-distribution} + org.argeo.tp.spring + org.springframework.web.servlet \ No newline at end of file -- 2.30.2