Introduce OSGi Explorer
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 4 Sep 2011 18:23:02 +0000 (18:23 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 4 Sep 2011 18:23:02 +0000 (18:23 +0000)
commit21a7775f246e442c5fa73f16c8e108d81aa0ffd8
tree28ea0a6e168f68ced3197d5398f77af876dfc061
parenta4adca31cb63a2900cbb0b0341e0d35643fcbc9e
Introduce OSGi Explorer
Improve RAP

git-svn-id: https://svn.argeo.org/commons/trunk@4712 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
30 files changed:
demo/argeo_node_web.properties
eclipse/features/org.argeo.eclipse.dep.rap/pom.xml
eclipse/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/ColumnViewerComparator.java [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/.classpath [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/.project [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/META-INF/MANIFEST.MF [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/build.properties [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/icons/active.gif [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/icons/bundles.gif [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/icons/installed.gif [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/icons/osgi_explorer.gif [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/icons/resolved.gif [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/icons/starting.gif [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/plugin.xml [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/pom.xml
osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerImages.java [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerPerspective.java [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerPlugin.java [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java [new file with mode: 0644]
osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/ModulesView.java [new file with mode: 0644]
osgi/pom.xml
security/features/org.argeo.security.dep.node.rap/pom.xml
security/features/org.argeo.security.dep.node.rcp/pom.xml
security/plugins/org.argeo.security.ui.rap/branding/default.htm
security/plugins/org.argeo.security.ui.rap/plugin.xml
security/plugins/org.argeo.security.ui.rap/src/main/java/org/argeo/security/ui/rap/SecureEntryPoint.java
security/plugins/org.argeo.security.ui.rap/src/main/java/org/argeo/security/ui/rap/SecureRapActivator.java
security/plugins/org.argeo.security.ui.rap/src/main/java/org/argeo/security/ui/rap/SecureWorkbenchAdvisor.java
security/plugins/org.argeo.security.ui.rap/src/main/java/org/argeo/security/ui/rap/SecureWorkbenchWindowAdvisor.java