+ Fix a bug on file download for the generic JCR view
authorBruno Sinou <bsinou@argeo.org>
Fri, 1 Apr 2011 13:25:49 +0000 (13:25 +0000)
committerBruno Sinou <bsinou@argeo.org>
Fri, 1 Apr 2011 13:25:49 +0000 (13:25 +0000)
commit82ec669212e06c65bc4cd7e8afa0677ab8fab74b
treef132fcbd84aec8477cf9a1824229a8ed03ac307f
parentf3e8ffcce23ee22f9e49b620764a93f35edf522c
+ Fix a bug on file download for the generic JCR view
+ Introduce a file provider that depends on a single session and retrieves node with the path as ID

git-svn-id: https://svn.argeo.org/commons/trunk@4420 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/browser/NodeContentProvider.java
eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/JcrFileProvider.java
eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/SingleSessionFileProvider.java [new file with mode: 0644]
eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/views/GenericJcrBrowser.java