From 01aba9d28d7626c71e93773bd568aa78c1cee1c8 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Wed, 20 Apr 2011 06:55:01 +0000 Subject: [PATCH] Copy as Agent JCR git-svn-id: https://svn.argeo.org/slc/trunk@4459 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../agent/org.argeo.slc.agent.jcr/.project | 22 +++++ .../META-INF/MANIFEST.MF | 32 +++++++ .../META-INF/spring/jcr-osgi.xml | 51 ++++++++++ .../META-INF/spring/jcr.xml | 92 +++++++++++++++++++ 4 files changed, 197 insertions(+) create mode 100644 modules/agent/org.argeo.slc.agent.jcr/.project create mode 100644 modules/agent/org.argeo.slc.agent.jcr/META-INF/MANIFEST.MF create mode 100644 modules/agent/org.argeo.slc.agent.jcr/META-INF/spring/jcr-osgi.xml create mode 100644 modules/agent/org.argeo.slc.agent.jcr/META-INF/spring/jcr.xml diff --git a/modules/agent/org.argeo.slc.agent.jcr/.project b/modules/agent/org.argeo.slc.agent.jcr/.project new file mode 100644 index 000000000..f2310ab21 --- /dev/null +++ b/modules/agent/org.argeo.slc.agent.jcr/.project @@ -0,0 +1,22 @@ + + + org.argeo.slc.server.jcr + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + diff --git a/modules/agent/org.argeo.slc.agent.jcr/META-INF/MANIFEST.MF b/modules/agent/org.argeo.slc.agent.jcr/META-INF/MANIFEST.MF new file mode 100644 index 000000000..e27a76ff5 --- /dev/null +++ b/modules/agent/org.argeo.slc.agent.jcr/META-INF/MANIFEST.MF @@ -0,0 +1,32 @@ +Manifest-Version: 1.0 +Bundle-Version: 0.13.1.SNAPSHOT +Bundle-SymbolicName: org.argeo.slc.server.jcr +Bundle-Name: Server JCR +Import-Package: javax.jcr, + org.argeo.jcr, + org.argeo.jcr.mvc, + org.argeo.jcr.spring, + org.argeo.security, + org.argeo.security.core, + org.argeo.security.jcr, + org.argeo.slc.core.attachment, + org.argeo.slc.core.execution, + org.argeo.slc.core.structure, + org.argeo.slc.core.structure.tree, + org.argeo.slc.core.test, + org.argeo.slc.core.test.tree, + org.argeo.slc.dao.process, + org.argeo.slc.dao.runtime, + org.argeo.slc.dao.test, + org.argeo.slc.dao.test.tree, + org.argeo.slc.execution, + org.argeo.slc.jcr, + org.argeo.slc.jcr.dao, + org.argeo.slc.jcr.execution, + org.argeo.slc.process, + org.argeo.slc.runtime, + org.argeo.slc.test, + org.springframework.beans.factory.config, + org.springframework.osgi.util, + org.springframework.security;specification-version="2.0.6.RELEASE", + org.springframework.web.context.request diff --git a/modules/agent/org.argeo.slc.agent.jcr/META-INF/spring/jcr-osgi.xml b/modules/agent/org.argeo.slc.agent.jcr/META-INF/spring/jcr-osgi.xml new file mode 100644 index 000000000..1bf180908 --- /dev/null +++ b/modules/agent/org.argeo.slc.agent.jcr/META-INF/spring/jcr-osgi.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/modules/agent/org.argeo.slc.agent.jcr/META-INF/spring/jcr.xml b/modules/agent/org.argeo.slc.agent.jcr/META-INF/spring/jcr.xml new file mode 100644 index 000000000..ba5e1e161 --- /dev/null +++ b/modules/agent/org.argeo.slc.agent.jcr/META-INF/spring/jcr.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- 2.39.2