+ refactor to separate runtime and module project under eclipse plugin.
authorBruno Sinou <bsinou@argeo.org>
Mon, 8 Nov 2010 16:04:55 +0000 (16:04 +0000)
committerBruno Sinou <bsinou@argeo.org>
Mon, 8 Nov 2010 16:04:55 +0000 (16:04 +0000)
commit8825415c1b7f20e3bea18b03dbcee548225eb04d
treefeabb90379e8979671d0ff375790f7e62139afea
parentc22cc708f1d45334517fd6ccfd42cf7b2d4fb5b6
+ 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@3866 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
eclipse/plugins/runtime/org.argeo.slc.client.commons/.classpath [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.commons/.project [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.commons/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.commons/META-INF/MANIFEST.MF [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.commons/build.properties [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.commons/pom.xml [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.commons/src/main/java/org/argeo/slc/client/ui/ClientUiPlugin.java [new file with mode: 0644]