-> add a new command to automatically refresh Result Test List
authorBruno Sinou <bsinou@argeo.org>
Mon, 20 Sep 2010 17:16:55 +0000 (17:16 +0000)
committerBruno Sinou <bsinou@argeo.org>
Mon, 20 Sep 2010 17:16:55 +0000 (17:16 +0000)
commit8a70a3ad35fda3a586149a0144659a06b8acd2a4
treed16eb0cd8ba2e6b7cb60978775ee95581ff57db2
parenta079c6989755e998714b7d9fd0598737cb768aea
-> add a new command to automatically refresh Result Test List
-> add a new view to monitor Slc Execution

git-svn-id: https://svn.argeo.org/slc/trunk@3780 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
eclipse/plugins/org.argeo.slc.client.rcp/META-INF/MANIFEST.MF
eclipse/plugins/org.argeo.slc.client.rcp/META-INF/spring/rcp.xml
eclipse/plugins/org.argeo.slc.client.rcp/src/org/argeo/slc/client/rcp/Perspective.java
eclipse/plugins/org.argeo.slc.client.ui/META-INF/MANIFEST.MF
eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/osgi.xml
eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/views.xml
eclipse/plugins/org.argeo.slc.client.ui/plugin.xml
eclipse/plugins/org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/commands/RefreshHandler.java [new file with mode: 0644]
eclipse/plugins/org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/services/TestManagerServiceAdapter.java [new file with mode: 0644]
eclipse/plugins/org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/views/SlcExecutionListView.java [new file with mode: 0644]
runtime/org.argeo.slc.server/src/main/java/org/argeo/slc/web/mvc/controllers/RenderingResultController.java