Rename JCR explorer
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 24 Feb 2011 08:36:38 +0000 (08:36 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 24 Feb 2011 08:36:38 +0000 (08:36 +0000)
commit24652d1f8e6e8293ebae76121f0369a262ba503a
tree3ff4efa2e8763992c79512dfa3de93bf358b9c4b
parent9edc86b011a354c46d53552a57c4c542e9a1ca8e
Rename JCR explorer

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