From 0feb72eb7b11c7305c4465b71b09dd1020769c8c Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Mon, 8 Nov 2010 16:14:25 +0000 Subject: [PATCH] + refactor to separate runtime and module project under eclipse plugin. + add some pom to prepare the deployment + clean client rcp & ui project (change src & target folder) git-svn-id: https://svn.argeo.org/slc/trunk@3876 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../org.argeo.slc.client.hibernate/.project | 22 ---------- .../.settings/org.eclipse.pde.core.prefs | 4 -- .../META-INF/MANIFEST.MF | 20 --------- .../META-INF/spring/core.xml | 30 ------------- .../META-INF/spring/osgi.xml | 42 ------------------- .../META-INF/spring/transaction.xml | 17 -------- .../build.properties | 1 - 7 files changed, 136 deletions(-) delete mode 100644 eclipse/plugins/org.argeo.slc.client.hibernate/.project delete mode 100644 eclipse/plugins/org.argeo.slc.client.hibernate/.settings/org.eclipse.pde.core.prefs delete mode 100644 eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/MANIFEST.MF delete mode 100644 eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/core.xml delete mode 100644 eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/osgi.xml delete mode 100644 eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/transaction.xml delete mode 100644 eclipse/plugins/org.argeo.slc.client.hibernate/build.properties diff --git a/eclipse/plugins/org.argeo.slc.client.hibernate/.project b/eclipse/plugins/org.argeo.slc.client.hibernate/.project deleted file mode 100644 index 635608798..000000000 --- a/eclipse/plugins/org.argeo.slc.client.hibernate/.project +++ /dev/null @@ -1,22 +0,0 @@ - - - org.argeo.slc.client.hibernate - - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - - org.eclipse.pde.PluginNature - - diff --git a/eclipse/plugins/org.argeo.slc.client.hibernate/.settings/org.eclipse.pde.core.prefs b/eclipse/plugins/org.argeo.slc.client.hibernate/.settings/org.eclipse.pde.core.prefs deleted file mode 100644 index b0517fad6..000000000 --- a/eclipse/plugins/org.argeo.slc.client.hibernate/.settings/org.eclipse.pde.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -#Wed Sep 22 12:14:13 CEST 2010 -eclipse.preferences.version=1 -pluginProject.extensions=false -resolve.requirebundle=false diff --git a/eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/MANIFEST.MF b/eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/MANIFEST.MF deleted file mode 100644 index aad5dbef8..000000000 --- a/eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/MANIFEST.MF +++ /dev/null @@ -1,20 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Hibernate Interface for RCP Client -Bundle-SymbolicName: org.argeo.slc.client.hibernate -Bundle-Version: 1.0.0.qualifier -Require-Bundle: org.eclipse.ui;resolution:=optional -Import-Package: org.aopalliance.aop;version="1.0.0", - org.argeo.slc.client.aspects, - org.argeo.slc.client.contentprovider, - org.argeo.slc.client.ui, - org.argeo.slc.core.structure.tree, - org.argeo.slc.core.test.tree, - org.argeo.slc.dao.process, - org.argeo.slc.dao.test.tree, - org.hibernate, - org.hibernate.classic, - org.springframework.aop;version="2.5.6.SEC01", - org.springframework.aop.aspectj.annotation;version="2.5.6.SEC01", - org.springframework.aop.framework;version="2.5.6.SEC01", - org.springframework.transaction;version="2.5.6.SEC01" diff --git a/eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/core.xml b/eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/core.xml deleted file mode 100644 index 027c50d41..000000000 --- a/eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/core.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/osgi.xml b/eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/osgi.xml deleted file mode 100644 index 55bdfa70a..000000000 --- a/eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/osgi.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - This bundle is the bridge between the slc RCP - client - and hibernate implementation of the model. - - Corresponding java classes - are implemented - in the org.client.slc.client.core bundle. - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/transaction.xml b/eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/transaction.xml deleted file mode 100644 index b60b4f10f..000000000 --- a/eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/transaction.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/eclipse/plugins/org.argeo.slc.client.hibernate/build.properties b/eclipse/plugins/org.argeo.slc.client.hibernate/build.properties deleted file mode 100644 index 5f22cdd44..000000000 --- a/eclipse/plugins/org.argeo.slc.client.hibernate/build.properties +++ /dev/null @@ -1 +0,0 @@ -bin.includes = META-INF/ -- 2.39.2