From 7710f28a8b7d7994d73f26771fc136fbfa019afc Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 1 Dec 2015 16:01:34 +0000 Subject: [PATCH] Introduce CMS Client dependency set git-svn-id: https://svn.argeo.org/commons/trunk@8670 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- dep/org.argeo.dep.cms.client/bnd.bnd | 0 .../org.argeo.dep.cms.client-maven.target | 180 +++++++++++++++ dep/org.argeo.dep.cms.client/p2.inf | 2 + dep/org.argeo.dep.cms.client/pom.xml | 205 ++++++++++++++++++ 4 files changed, 387 insertions(+) create mode 100644 dep/org.argeo.dep.cms.client/bnd.bnd create mode 100644 dep/org.argeo.dep.cms.client/org.argeo.dep.cms.client-maven.target create mode 100644 dep/org.argeo.dep.cms.client/p2.inf create mode 100644 dep/org.argeo.dep.cms.client/pom.xml diff --git a/dep/org.argeo.dep.cms.client/bnd.bnd b/dep/org.argeo.dep.cms.client/bnd.bnd new file mode 100644 index 000000000..e69de29bb diff --git a/dep/org.argeo.dep.cms.client/org.argeo.dep.cms.client-maven.target b/dep/org.argeo.dep.cms.client/org.argeo.dep.cms.client-maven.target new file mode 100644 index 000000000..83bcddad0 --- /dev/null +++ b/dep/org.argeo.dep.cms.client/org.argeo.dep.cms.client-maven.target @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dep/org.argeo.dep.cms.client/p2.inf b/dep/org.argeo.dep.cms.client/p2.inf new file mode 100644 index 000000000..0423aa509 --- /dev/null +++ b/dep/org.argeo.dep.cms.client/p2.inf @@ -0,0 +1,2 @@ +properties.1.name=org.eclipse.equinox.p2.type.category +properties.1.value=true \ No newline at end of file diff --git a/dep/org.argeo.dep.cms.client/pom.xml b/dep/org.argeo.dep.cms.client/pom.xml new file mode 100644 index 000000000..88260c19e --- /dev/null +++ b/dep/org.argeo.dep.cms.client/pom.xml @@ -0,0 +1,205 @@ + + + 4.0.0 + + org.argeo.commons + 2.1.31-SNAPSHOT + dep + .. + + org.argeo.dep.cms.client + CMS Client + + + + + org.argeo.commons + org.argeo.security.core + 2.1.31-SNAPSHOT + + + org.argeo.commons + org.argeo.server.jcr + 2.1.31-SNAPSHOT + + + + + + + + org.argeo.commons + org.argeo.osgi.boot + 2.1.31-SNAPSHOT + test + + + + + org.argeo.tp.javax + javax.jcr + + + org.argeo.tp.javax + javax.transaction + + + org.argeo.tp.apache + org.apache.log4j + + + org.argeo.tp.misc + com.jcraft.jsch + + + org.argeo.tp.misc + org.slf4j.log4j12 + + + org.argeo.tp.misc + org.slf4j.api + + + org.argeo.tp.misc + org.slf4j.commons.logging + + + org.argeo.tp.bouncycastle + bcprov + + + org.argeo.tp.bouncycastle + bcpkix + + + org.argeo.tp.apache.commons + org.apache.commons.io + + + org.argeo.tp.apache.commons + org.apache.commons.codec + + + org.argeo.tp.apache.commons + org.apache.commons.exec + + + org.argeo.tp.apache.commons + org.apache.commons.httpclient + + + org.argeo.tp.apache.commons + org.apache.commons.vfs + + + org.argeo.tp.apache.commons + org.apache.commons.net + + + org.argeo.tp.apache.commons + org.apache.commons.collections + + + org.argeo.tp.apache.commons + org.apache.commons.dbcp + + + org.argeo.tp.apache.commons + org.apache.commons.pool + + + org.argeo.tp.apache.commons + org.apache.commons.compress + + + org.argeo.tp.javax + javax.servlet + + + org.argeo.tp.equinox + org.eclipse.osgi.util + + + org.argeo.tp.equinox + org.eclipse.osgi + + + org.argeo.tp.equinox + org.eclipse.equinox.util + + + org.argeo.tp.equinox + org.eclipse.equinox.cm + + + org.argeo.tp.equinox + org.eclipse.osgi.services + + + org.argeo.tp.equinox + org.eclipse.equinox.registry + + + org.argeo.tp.equinox + org.eclipse.equinox.preferences + + + org.argeo.tp.equinox + org.eclipse.equinox.common + + + org.argeo.tp.equinox + org.eclipse.equinox.console + + + org.argeo.tp.equinox + org.eclipse.equinox.event + + + org.argeo.tp.equinox + org.eclipse.equinox.app + + + org.argeo.tp.apache.felix + org.apache.felix.gogo.runtime + + + org.argeo.tp.apache.felix + org.apache.felix.gogo.shell + + + org.argeo.tp.apache.jackrabbit + org.apache.jackrabbit.api + + + org.argeo.tp.apache.jackrabbit + org.apache.jackrabbit.jcr.commons + + + org.argeo.tp.apache.jackrabbit + org.apache.jackrabbit.spi + + + org.argeo.tp.apache.jackrabbit + org.apache.jackrabbit.spi.commons + + + org.argeo.tp.apache.jackrabbit + org.apache.jackrabbit.webdav + + + org.argeo.tp.apache.jackrabbit + org.apache.jackrabbit.spi2dav + + + org.argeo.tp.apache.jackrabbit + org.apache.jackrabbit.jcr2dav + + + org.argeo.tp.apache.jackrabbit + org.apache.jackrabbit.jcr2spi + + + + \ No newline at end of file -- 2.30.2