+ refactor to separate runtime and module project under eclipse plugin.
authorBruno Sinou <bsinou@argeo.org>
Mon, 8 Nov 2010 16:14:25 +0000 (16:14 +0000)
committerBruno Sinou <bsinou@argeo.org>
Mon, 8 Nov 2010 16:14:25 +0000 (16:14 +0000)
+ 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

eclipse/plugins/org.argeo.slc.client.hibernate/.project [deleted file]
eclipse/plugins/org.argeo.slc.client.hibernate/.settings/org.eclipse.pde.core.prefs [deleted file]
eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/MANIFEST.MF [deleted file]
eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/core.xml [deleted file]
eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/osgi.xml [deleted file]
eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/transaction.xml [deleted file]
eclipse/plugins/org.argeo.slc.client.hibernate/build.properties [deleted file]

diff --git a/eclipse/plugins/org.argeo.slc.client.hibernate/.project b/eclipse/plugins/org.argeo.slc.client.hibernate/.project
deleted file mode 100644 (file)
index 6356087..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.argeo.slc.client.hibernate</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.SchemaBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.PluginNature</nature>
-       </natures>
-</projectDescription>
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 (file)
index b0517fa..0000000
+++ /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 (file)
index aad5dbe..0000000
+++ /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 (file)
index 027c50d..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
-       xmlns:aop="http://www.springframework.org/schema/aop"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
-              http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
-              ">
-
-       <!-- Providers -->
-       <bean id="processListTableLabelProvider"
-               class="org.argeo.slc.client.contentprovider.ProcessListTableLabelProvider" />
-       <bean id="processListStructuredContentProvider"
-               class="org.argeo.slc.client.contentprovider.ProcessListStructuredContentProvider" />
-       <bean id="processDetailContentProvider"
-               class="org.argeo.slc.client.contentprovider.ProcessDetailContentProvider"
-               scope="prototype" />
-       <bean id="resultDetailContentProvider"
-               class="org.argeo.slc.client.contentprovider.ResultDetailContentProvider"
-               scope="prototype" />
-       <bean id="resultDetailLabelProvider"
-               class="org.argeo.slc.client.contentprovider.ResultDetailLabelProvider"
-               scope="prototype" />
-
-       <!-- Aspects -->
-       <aop:aspectj-autoproxy />
-       <bean id="contentProviderAspect" class="org.argeo.slc.client.aspects.ContentProviderAspect">
-               <property name="sessionFactory" ref="sessionFactory" />
-               <!-- <property name="transactionManager" ref="transactionManager" /> -->
-       </bean>
-</beans>
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 (file)
index 55bdfa7..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<beans:beans xmlns="http://www.springframework.org/schema/osgi"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"\r
-       xsi:schemaLocation="http://www.springframework.org/schema/osgi  \r
-       http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd\r
-       http://www.springframework.org/schema/beans   \r
-       http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">\r
-\r
-       <beans:description>\r
-               This bundle is the bridge between the slc RCP\r
-               client\r
-               and hibernate implementation of the model.\r
-\r
-               Corresponding java classes\r
-               are implemented\r
-               in the org.client.slc.client.core bundle.\r
-       </beans:description>\r
-\r
-       <!-- Services exposed by the bundle -->\r
-       <service ref="processListTableLabelProvider" interface="org.eclipse.jface.viewers.ITableLabelProvider" />\r
-       <service ref="processListStructuredContentProvider"\r
-               interface="org.eclipse.jface.viewers.IStructuredContentProvider" />\r
-       <service ref="processDetailContentProvider" interface="org.eclipse.jface.viewers.ITreeContentProvider" />\r
-       <service ref="resultDetailLabelProvider" interface="org.eclipse.jface.viewers.ITableLabelProvider" />\r
-       <service ref="resultDetailContentProvider" interface="org.eclipse.jface.viewers.ITreeContentProvider" />\r
-\r
-       <!-- References Needed -->\r
-       <reference id="slcExecutionDao" interface="org.argeo.slc.dao.process.SlcExecutionDao"\r
-               context-class-loader="service-provider" />\r
-\r
-       <reference id="transactionManager"\r
-               interface="org.springframework.transaction.PlatformTransactionManager"\r
-               context-class-loader="service-provider" />\r
-\r
-       <reference id="sessionFactory" interface="org.hibernate.SessionFactory" />\r
-\r
-       <!-- Castor marshalling & un marshalling -->\r
-       <!-- <reference id="marshaller" interface="org.springframework.oxm.Marshaller" \r
-               /> <reference id="unmarshaller" interface="org.springframework.oxm.Unmarshaller" \r
-               /> -->\r
-\r
-</beans:beans>
\ 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 (file)
index b60b4f1..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop"
-       xmlns:tx="http://www.springframework.org/schema/tx"
-       xsi:schemaLocation="
-       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
-       http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
-       http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
-
-       <!-- AOP Configuration -->
-       <!-- <aop:config> <aop:pointcut id="tableContentMethods" expression="execution(* 
-               org.argeo.slc.client.core.TableContent.*(..))" /> <aop:advisor advice-ref="daoAdvice" 
-               pointcut-ref="tableContentMethods" /> </aop:config> <tx:advice id="daoAdvice" 
-               transaction-manager="transactionManager"> <tx:attributes> <tx:method name="get*" 
-               propagation="REQUIRED" read-only="true" /> <tx:method name="*" propagation="REQUIRED" 
-               /> </tx:attributes> </tx:advice> -->
-</beans>
\ 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 (file)
index 5f22cdd..0000000
+++ /dev/null
@@ -1 +0,0 @@
-bin.includes = META-INF/