From: Bruno Sinou Date: Mon, 8 Nov 2010 15:48:13 +0000 (+0000) Subject: + refactor to separate runtime and module project under eclipse plugin. X-Git-Tag: argeo-slc-2.1.7~1116 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=30e08a27c3ddcf27fa0a601f7f0bffb46baba611;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@3864 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/eclipse/plugins/modules/org.argeo.slc.client.hibernate/META-INF/spring/core.xml b/eclipse/plugins/modules/org.argeo.slc.client.hibernate/META-INF/spring/core.xml new file mode 100644 index 000000000..027c50d41 --- /dev/null +++ b/eclipse/plugins/modules/org.argeo.slc.client.hibernate/META-INF/spring/core.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + diff --git a/eclipse/plugins/modules/org.argeo.slc.client.hibernate/META-INF/spring/osgi.xml b/eclipse/plugins/modules/org.argeo.slc.client.hibernate/META-INF/spring/osgi.xml new file mode 100644 index 000000000..55bdfa70a --- /dev/null +++ b/eclipse/plugins/modules/org.argeo.slc.client.hibernate/META-INF/spring/osgi.xml @@ -0,0 +1,42 @@ + + + + + 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/modules/org.argeo.slc.client.hibernate/META-INF/spring/transaction.xml b/eclipse/plugins/modules/org.argeo.slc.client.hibernate/META-INF/spring/transaction.xml new file mode 100644 index 000000000..b60b4f10f --- /dev/null +++ b/eclipse/plugins/modules/org.argeo.slc.client.hibernate/META-INF/spring/transaction.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file