From: Bruno Sinou Date: Mon, 8 Nov 2010 16:14:25 +0000 (+0000) Subject: + refactor to separate runtime and module project under eclipse plugin. X-Git-Tag: argeo-slc-2.1.7~1104 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=0feb72eb7b11c7305c4465b71b09dd1020769c8c;p=gpl%2Fargeo-slc.git + 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 --- 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/