From b22677692cd43c4b13079c97500361e8c92d3d7c Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 25 Jun 2009 14:02:03 +0000 Subject: [PATCH] Configure SLC Core and OSGi git-svn-id: https://svn.argeo.org/slc/trunk@2579 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- runtime/org.argeo.slc.core/.classpath | 10 ++ runtime/org.argeo.slc.core/.project | 23 ++++ runtime/org.argeo.slc.core/pom.xml | 128 ++++++++++++++++++ runtime/org.argeo.slc.support.osgi/.classpath | 10 ++ runtime/org.argeo.slc.support.osgi/.project | 29 ++++ runtime/org.argeo.slc.support.osgi/pom.xml | 83 ++++++++++++ 6 files changed, 283 insertions(+) create mode 100644 runtime/org.argeo.slc.core/.classpath create mode 100644 runtime/org.argeo.slc.core/.project create mode 100644 runtime/org.argeo.slc.core/pom.xml create mode 100644 runtime/org.argeo.slc.support.osgi/.classpath create mode 100644 runtime/org.argeo.slc.support.osgi/.project create mode 100644 runtime/org.argeo.slc.support.osgi/pom.xml diff --git a/runtime/org.argeo.slc.core/.classpath b/runtime/org.argeo.slc.core/.classpath new file mode 100644 index 000000000..9653ef0ac --- /dev/null +++ b/runtime/org.argeo.slc.core/.classpath @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/runtime/org.argeo.slc.core/.project b/runtime/org.argeo.slc.core/.project new file mode 100644 index 000000000..ba3744df4 --- /dev/null +++ b/runtime/org.argeo.slc.core/.project @@ -0,0 +1,23 @@ + + + org.argeo.slc.core + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.maven.ide.eclipse.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.maven.ide.eclipse.maven2Nature + + diff --git a/runtime/org.argeo.slc.core/pom.xml b/runtime/org.argeo.slc.core/pom.xml new file mode 100644 index 000000000..e9ec86b4c --- /dev/null +++ b/runtime/org.argeo.slc.core/pom.xml @@ -0,0 +1,128 @@ + + 4.0.0 + + org.argeo.slc + runtime + 0.11.4-SNAPSHOT + .. + + org.argeo.slc.runtime + org.argeo.slc.core + Argeo SLC Core + Basic implementations of SLC Specifications + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.apache.felix + maven-bundle-plugin + ${version.maven-bundle-plugin} + + + + org.argeo.slc.*,org.argeo.slc.core.test.spring + + *,org.apache.commons.logging;version="1.1", + org.dbunit;resolution:="optional", + org.dbunit.database;resolution:="optional", + org.dbunit.dataset;resolution:="optional", + org.dbunit.dataset.xml;resolution:="optional", + org.dbunit.operation;resolution:="optional" + + + + + + + + + + org.argeo.slc.runtime + org.argeo.slc.specs + + + + org.aspectj + com.springsource.org.aspectj.runtime + + + org.aspectj + com.springsource.org.aspectj.weaver + + + + org.apache.commons + com.springsource.org.apache.commons.io + + + org.argeo.dep.osgi + org.argeo.dep.osgi.commons.exec + + + org.apache.commons + com.springsource.org.apache.commons.logging + + + org.apache.log4j + com.springsource.org.apache.log4j + + + + org.springframework + org.springframework.context + + + + org.dbunit + com.springsource.org.dbunit + + + org.junit + com.springsource.junit + + + net.sourceforge.cglib + com.springsource.net.sf.cglib + + + + + org.apache.commons + com.springsource.org.apache.commons.collections + + + + + com.jcraft.jsch + com.springsource.com.jcraft.jsch + + + + com.opensymphony.quartz + com.springsource.org.quartz + + + + diff --git a/runtime/org.argeo.slc.support.osgi/.classpath b/runtime/org.argeo.slc.support.osgi/.classpath new file mode 100644 index 000000000..3e386d407 --- /dev/null +++ b/runtime/org.argeo.slc.support.osgi/.classpath @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/runtime/org.argeo.slc.support.osgi/.project b/runtime/org.argeo.slc.support.osgi/.project new file mode 100644 index 000000000..dca189622 --- /dev/null +++ b/runtime/org.argeo.slc.support.osgi/.project @@ -0,0 +1,29 @@ + + + org.argeo.slc.support.osgi + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.maven.ide.eclipse.maven2Builder + + + + + org.springframework.ide.eclipse.core.springbuilder + + + + + + org.springframework.ide.eclipse.core.springnature + org.maven.ide.eclipse.maven2Nature + org.eclipse.jdt.core.javanature + + diff --git a/runtime/org.argeo.slc.support.osgi/pom.xml b/runtime/org.argeo.slc.support.osgi/pom.xml new file mode 100644 index 000000000..d448b7d21 --- /dev/null +++ b/runtime/org.argeo.slc.support.osgi/pom.xml @@ -0,0 +1,83 @@ + + 4.0.0 + + org.argeo.slc + runtime + 0.11.4-SNAPSHOT + .. + + org.argeo.slc.runtime + org.argeo.slc.support.osgi + Argeo SLC Support OSGi + jar + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + src/test/resources/META-INF/MANIFEST.MF + + + + + + + org.apache.felix + maven-bundle-plugin + ${version.maven-bundle-plugin} + + + + org.argeo.slc.* + + + + + + + + + + + org.argeo.slc.runtime + org.argeo.slc.support.simple + + + + org.eclipse.osgi + org.eclipse.osgi + + + org.springframework.osgi + org.springframework.osgi.core + + + + org.springframework.osgi + org.springframework.osgi.extender + + + + net.sourceforge.cglib + com.springsource.net.sf.cglib + + + org.objectweb.asm + com.springsource.org.objectweb.asm.attrs + + + + org.argeo.slc.runtime + org.argeo.slc.osgiboot + + + + -- 2.39.2