From 3afad17166ce36229206b3bcdc627e9d7993809e Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sat, 9 Jan 2010 13:40:17 +0000 Subject: [PATCH] Experimental PDE config for core projects git-svn-id: https://svn.argeo.org/slc/trunk@3262 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- runtime/org.argeo.slc.core/.classpath | 20 +++++++------- runtime/org.argeo.slc.core/.project | 9 +++++-- runtime/org.argeo.slc.core/pom.xml | 27 ++++++++++++++----- .../org.argeo.slc.support.simple/.classpath | 4 +-- runtime/org.argeo.slc.support.simple/.project | 9 +++++-- runtime/org.argeo.slc.support.simple/pom.xml | 26 +++++++++++++----- 6 files changed, 65 insertions(+), 30 deletions(-) diff --git a/runtime/org.argeo.slc.core/.classpath b/runtime/org.argeo.slc.core/.classpath index 9653ef0ac..a0707243b 100644 --- a/runtime/org.argeo.slc.core/.classpath +++ b/runtime/org.argeo.slc.core/.classpath @@ -1,10 +1,10 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/runtime/org.argeo.slc.core/.project b/runtime/org.argeo.slc.core/.project index ba3744df4..a304482ca 100644 --- a/runtime/org.argeo.slc.core/.project +++ b/runtime/org.argeo.slc.core/.project @@ -11,13 +11,18 @@ - org.maven.ide.eclipse.maven2Builder + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder org.eclipse.jdt.core.javanature - org.maven.ide.eclipse.maven2Nature + org.eclipse.pde.PluginNature diff --git a/runtime/org.argeo.slc.core/pom.xml b/runtime/org.argeo.slc.core/pom.xml index fbd77f409..9b305e67e 100644 --- a/runtime/org.argeo.slc.core/pom.xml +++ b/runtime/org.argeo.slc.core/pom.xml @@ -12,6 +12,17 @@ SLC Core Basic implementations of SLC Specifications + + + src/main/resources + + + . + + META-INF/** + + + org.apache.maven.plugins @@ -28,18 +39,18 @@ org.apache.maven.plugins maven-jar-plugin - + + + META-INF/MANIFEST.MF + + org.apache.felix maven-bundle-plugin ${version.maven-bundle-plugin} + META-INF org.argeo.slc.*,org.argeo.slc.core.test.spring @@ -49,7 +60,9 @@ org.dbunit.database;resolution:="optional", org.dbunit.dataset;resolution:="optional", org.dbunit.dataset.xml;resolution:="optional", - org.dbunit.operation;resolution:="optional" + org.dbunit.operation;resolution:="optional", + junit.framework;resolution:="optional", + org.springframework.context.support;resolution:=optional diff --git a/runtime/org.argeo.slc.support.simple/.classpath b/runtime/org.argeo.slc.support.simple/.classpath index 9653ef0ac..110fd7f0b 100644 --- a/runtime/org.argeo.slc.support.simple/.classpath +++ b/runtime/org.argeo.slc.support.simple/.classpath @@ -5,6 +5,6 @@ - - + + diff --git a/runtime/org.argeo.slc.support.simple/.project b/runtime/org.argeo.slc.support.simple/.project index ee695c860..356a393c5 100644 --- a/runtime/org.argeo.slc.support.simple/.project +++ b/runtime/org.argeo.slc.support.simple/.project @@ -11,13 +11,18 @@ - org.maven.ide.eclipse.maven2Builder + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder org.eclipse.jdt.core.javanature - org.maven.ide.eclipse.maven2Nature + org.eclipse.pde.PluginNature diff --git a/runtime/org.argeo.slc.support.simple/pom.xml b/runtime/org.argeo.slc.support.simple/pom.xml index 189a8da9f..d8765d873 100644 --- a/runtime/org.argeo.slc.support.simple/pom.xml +++ b/runtime/org.argeo.slc.support.simple/pom.xml @@ -12,6 +12,17 @@ SLC Support Simple Basic implementations of SLC Specifications + + + src/main/resources + + + . + + META-INF/** + + + org.apache.maven.plugins @@ -28,18 +39,18 @@ org.apache.maven.plugins maven-jar-plugin - + + + META-INF/MANIFEST.MF + + org.apache.felix maven-bundle-plugin ${version.maven-bundle-plugin} + META-INF org.argeo.slc.*,org.argeo.slc.core.test.spring @@ -49,7 +60,8 @@ org.dbunit.database;resolution:="optional", org.dbunit.dataset;resolution:="optional", org.dbunit.dataset.xml;resolution:="optional", - org.dbunit.operation;resolution:="optional" + org.dbunit.operation;resolution:="optional", + junit.framework;resolution:="optional", -- 2.39.2