+ refactor to separate runtime and module project under eclipse plugin.
authorBruno Sinou <bsinou@argeo.org>
Mon, 8 Nov 2010 16:07:54 +0000 (16:07 +0000)
committerBruno Sinou <bsinou@argeo.org>
Mon, 8 Nov 2010 16:07:54 +0000 (16:07 +0000)
commit328d06a6f9d10624020aa5dce94e01c998bb422e
tree71c5239fbd3743f41e7e3ba8cc45323127e44eec
parent361e8a67af2d44130d0df61e6f379364b4b59a28
+ 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@3869 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
eclipse/plugins/runtime/org.argeo.slc.client.oxm/.classpath [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.oxm/.project [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.oxm/META-INF/MANIFEST.MF [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.oxm/META-INF/spring/osgi.xml [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.oxm/META-INF/spring/oxm.xml [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.oxm/build.properties [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.oxm/pom.xml [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.oxm/src/main/java/org/argeo/slc/client/oxm/OxmBean.java [new file with mode: 0644]
eclipse/plugins/runtime/org.argeo.slc.client.oxm/src/main/java/org/argeo/slc/client/oxm/OxmInterface.java [new file with mode: 0644]