Add JCR explorer
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 24 Feb 2011 08:34:19 +0000 (08:34 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 24 Feb 2011 08:34:19 +0000 (08:34 +0000)
commit9edc86b011a354c46d53552a57c4c542e9a1ca8e
tree5eefb345b38421824cc3cc72c84785c31d158d06
parent92daeb190be66653f39544ae9b5a2f2c31a60797
Add JCR explorer

git-svn-id: https://svn.argeo.org/commons/trunk@4181 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
14 files changed:
eclipse/plugins/org.argeo.eclipse.ui.jcr.explorer/.classpath [new file with mode: 0644]
eclipse/plugins/org.argeo.eclipse.ui.jcr.explorer/.project [new file with mode: 0644]
eclipse/plugins/org.argeo.eclipse.ui.jcr.explorer/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
eclipse/plugins/org.argeo.eclipse.ui.jcr.explorer/META-INF/MANIFEST.MF [new file with mode: 0644]
eclipse/plugins/org.argeo.eclipse.ui.jcr.explorer/META-INF/spring/commands.xml [new file with mode: 0644]
eclipse/plugins/org.argeo.eclipse.ui.jcr.explorer/META-INF/spring/editors.xml [new file with mode: 0644]
eclipse/plugins/org.argeo.eclipse.ui.jcr.explorer/META-INF/spring/jcr.xml [new file with mode: 0644]
eclipse/plugins/org.argeo.eclipse.ui.jcr.explorer/META-INF/spring/osgi.xml [new file with mode: 0644]
eclipse/plugins/org.argeo.eclipse.ui.jcr.explorer/META-INF/spring/views.xml [new file with mode: 0644]
eclipse/plugins/org.argeo.eclipse.ui.jcr.explorer/build.properties [new file with mode: 0644]
eclipse/plugins/org.argeo.eclipse.ui.jcr.explorer/icons/nodes.gif [new file with mode: 0644]
eclipse/plugins/org.argeo.eclipse.ui.jcr.explorer/plugin.xml [new file with mode: 0644]
eclipse/plugins/org.argeo.eclipse.ui.jcr.explorer/src/main/java/org/argeo/eclipse/ui/jcr/explorer/JcrExplorerActivator.java [new file with mode: 0644]
eclipse/plugins/org.argeo.eclipse.ui.jcr.explorer/src/main/java/org/argeo/eclipse/ui/jcr/explorer/JcrExplorerPerspective.java [new file with mode: 0644]