Remove legacy bundle
authorBruno Sinou <bsinou@argeo.org>
Thu, 15 Sep 2016 08:37:48 +0000 (08:37 +0000)
committerBruno Sinou <bsinou@argeo.org>
Thu, 15 Sep 2016 08:37:48 +0000 (08:37 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@9154 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.eclipse.ui.workbench/.classpath [deleted file]
org.argeo.eclipse.ui.workbench/.project [deleted file]
org.argeo.eclipse.ui.workbench/META-INF/spring/commands.xml [deleted file]
org.argeo.eclipse.ui.workbench/META-INF/spring/osgi.xml [deleted file]
org.argeo.eclipse.ui.workbench/META-INF/spring/parts.xml [deleted file]
org.argeo.eclipse.ui.workbench/bnd.bnd [deleted file]
org.argeo.eclipse.ui.workbench/build.properties [deleted file]
org.argeo.eclipse.ui.workbench/icons/home.gif [deleted file]
org.argeo.eclipse.ui.workbench/plugin.xml [deleted file]
org.argeo.eclipse.ui.workbench/pom.xml [deleted file]

diff --git a/org.argeo.eclipse.ui.workbench/.classpath b/org.argeo.eclipse.ui.workbench/.classpath
deleted file mode 100644 (file)
index 457b115..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="src" path="src" />
-       <classpathentry kind="con"
-               path="org.eclipse.pde.core.requiredPlugins" />
-       <classpathentry kind="con"
-               path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" />
-       <classpathentry kind="output" path="bin" />
-</classpath>
diff --git a/org.argeo.eclipse.ui.workbench/.project b/org.argeo.eclipse.ui.workbench/.project
deleted file mode 100644 (file)
index c8666b0..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.argeo.eclipse.ui.workbench</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments />
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments />
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.SchemaBuilder</name>
-                       <arguments />
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.PluginNature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-       </natures>
-</projectDescription>
diff --git a/org.argeo.eclipse.ui.workbench/META-INF/spring/commands.xml b/org.argeo.eclipse.ui.workbench/META-INF/spring/commands.xml
deleted file mode 100644 (file)
index cbc152e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans
-        http://www.springframework.org/schema/beans/spring-beans.xsd">
-
-       
-
-</beans>
\ No newline at end of file
diff --git a/org.argeo.eclipse.ui.workbench/META-INF/spring/osgi.xml b/org.argeo.eclipse.ui.workbench/META-INF/spring/osgi.xml
deleted file mode 100644 (file)
index ca60895..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<beans:beans xmlns="http://www.springframework.org/schema/osgi"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"\r
-       xmlns:osgi="http://www.springframework.org/schema/osgi"\r
-       xsi:schemaLocation="http://www.springframework.org/schema/osgi  \r
-       http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd\r
-       http://www.springframework.org/schema/beans   \r
-       http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"\r
-       osgi:default-timeout="30000">\r
-\r
-\r
-\r
-</beans:beans>
\ No newline at end of file
diff --git a/org.argeo.eclipse.ui.workbench/META-INF/spring/parts.xml b/org.argeo.eclipse.ui.workbench/META-INF/spring/parts.xml
deleted file mode 100644 (file)
index 78aec86..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util"
-       xmlns:p="http://www.springframework.org/schema/p"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
-        http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
-
-       <!-- EDITORS -->
-       <bean id="genericJcrQueryEditor"
-               class="org.argeo.eclipse.ui.workbench.jcr.GenericJcrQueryEditor"
-               scope="prototype">
-               <property name="session" ref="nodeSession" />
-       </bean>
-       <bean id="defaultNodeEditor" class="org.argeo.eclipse.ui.workbench.jcr.DefaultNodeEditor"
-               scope="prototype">
-       </bean>
-
-       <!-- Views -->
-       <bean id="jcrBrowserView" class="org.argeo.eclipse.ui.workbench.jcr.JcrBrowserView"
-               scope="prototype">
-               <property name="repositoryRegister" ref="repositoryRegister" />
-               <property name="repositoryFactory" ref="repositoryFactory" />
-               <property name="nodeRepository" ref="nodeRepository" />
-               <property name="keyring" ref="keyring" />
-       </bean>
-</beans>
diff --git a/org.argeo.eclipse.ui.workbench/bnd.bnd b/org.argeo.eclipse.ui.workbench/bnd.bnd
deleted file mode 100644 (file)
index 26b6cf2..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-Bundle-SymbolicName: org.argeo.eclipse.ui.workbench;singleton:=true
-Bundle-ActivationPolicy: lazy
-Bundle-Activator: org.argeo.eclipse.ui.workbench.WorkbenchUiPlugin
-
-Require-Bundle: org.eclipse.ui;resolution:=optional,\
-org.eclipse.core.runtime,\
-#org.eclipse.rap.ui;resolution:=optional,\
-#org.eclipse.rap.ui.workbench;resolution:=optional
-
-Import-Package: org.argeo.eclipse.ui.specific,\
-org.eclipse.swt.widgets,\
-org.osgi.framework,\
-org.osgi.service.packageadmin,\
-!org.eclipse.core.runtime,\
-org.eclipse.swt,\
-org.eclipse.jface.window,\
-*
diff --git a/org.argeo.eclipse.ui.workbench/build.properties b/org.argeo.eclipse.ui.workbench/build.properties
deleted file mode 100644 (file)
index d3d3fb3..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-source.. =     src/
-output.. =  bin/
-bin.includes = META-INF/,\
-               .,\
-               icons/,\
-               plugin.xml
diff --git a/org.argeo.eclipse.ui.workbench/icons/home.gif b/org.argeo.eclipse.ui.workbench/icons/home.gif
deleted file mode 100644 (file)
index fd0c669..0000000
Binary files a/org.argeo.eclipse.ui.workbench/icons/home.gif and /dev/null differ
diff --git a/org.argeo.eclipse.ui.workbench/plugin.xml b/org.argeo.eclipse.ui.workbench/plugin.xml
deleted file mode 100644 (file)
index 8bbcee8..0000000
+++ /dev/null
@@ -1,425 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
-   <!-- PERSPECTIVES --> 
-   <extension
-         point="org.eclipse.ui.perspectives">
-      <perspective
-            name="Monitoring"
-            class="org.argeo.eclipse.ui.workbench.osgi.OsgiExplorerPerspective"
-            id="org.argeo.eclipse.ui.workbench.osgiPerspective"
-            icon="icons/osgi_explorer.gif">
-      </perspective>
-      <perspective
-            name="Data Explorer"
-            class="org.argeo.eclipse.ui.workbench.jcr.JcrBrowserPerspective"
-            id="org.argeo.eclipse.ui.workbench.jcrBrowserPerspective"
-            icon="icons/nodes.gif">
-      </perspective>
-       </extension>
-    
-   
-       <!-- VIEWS --> 
-       <extension
-        point="org.eclipse.ui.views">
-               <view
-               name="Modules"
-            id="org.argeo.eclipse.ui.workbench.modulesView"
-            icon="icons/service_published.gif"
-                       class="org.argeo.eclipse.ui.workbench.osgi.ModulesView">
-               </view>
-               <view
-               name="Bundles"
-            id="org.argeo.eclipse.ui.workbench.bundlesView" 
-            icon="icons/bundles.gif"
-            class="org.argeo.eclipse.ui.workbench.osgi.BundlesView">
-               </view>
-               <view
-               name="Multiple Packages"
-            id="org.argeo.eclipse.ui.workbench.multiplePackagesView" 
-            icon="icons/node.gif"
-            class="org.argeo.eclipse.ui.workbench.osgi.MultiplePackagesView">
-               </view>
-               <view
-          name="JCR Browser"
-          id="org.argeo.eclipse.ui.workbench.jcrBrowserView"
-          icon="icons/browser.gif"
-          class="org.argeo.eclipse.spring.SpringExtensionFactory">
-          </view>
-   </extension>
-   
-   <!-- EDITORS --> 
-   <extension
-               point="org.eclipse.ui.editors">
-       </extension>
-       
-       <!-- COMMANDS --> 
-       <extension
-               point="org.eclipse.ui.commands">
-               <command
-                       defaultHandler="org.argeo.eclipse.ui.workbench.commands.OpenEditor"
-            id="org.argeo.eclipse.ui.workbench.openEditor"
-            name="Open an editor given its ID">
-            <commandParameter
-                               id="param.jcrNodePath"
-                               name="Node path">
-                       </commandParameter>
-            <!-- The path to the corresponding node if needed. -->
-            <commandParameter
-                               id="param.jcrNodePath"
-                               name="Node path">
-                       </commandParameter>
-               </command>
-       <command
-                       defaultHandler="org.argeo.eclipse.ui.workbench.commands.GetNodeSize"
-                       id="org.argeo.eclipse.ui.workbench.getNodeSize"
-                       name="Get node size">
-               </command>    
-       <command
-                       defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
-                       id="org.argeo.eclipse.ui.workbench.addRemoteRepository"
-                       name="Add remote JCR repository">
-                       <!-- <commandParameter
-                               id="param.repositoryUri"
-                               name="Repository URI">
-                       </commandParameter> -->
-               </command>    
-       <command
-                       defaultHandler="org.argeo.eclipse.ui.workbench.commands.RemoveRemoteRepository"
-                       id="org.argeo.eclipse.ui.workbench.removeRemoteRepository"
-                       name="Remove remote JCR repository">
-               </command>    
-               <command
-               defaultHandler="org.argeo.eclipse.ui.workbench.commands.AddFolderNode"
-               id="org.argeo.eclipse.ui.workbench.addFolderNode"
-               name="Create a new folder">
-               </command>
-               <command
-                       defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
-                       id="org.argeo.eclipse.ui.workbench.addPrivileges"
-                       name="Add Privileges">
-               </command>
-               <command
-                       defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
-                       id="org.argeo.eclipse.ui.workbench.removePrivileges"
-                       name="Remove Privileges">
-               </command>
-               <command
-                       defaultHandler="org.argeo.eclipse.ui.workbench.commands.CreateWorkspace"
-                       id="org.argeo.eclipse.ui.workbench.createWorkspace"
-                       name="Create a new workspace">
-               </command>
-               <command
-                       defaultHandler="org.argeo.eclipse.ui.workbench.commands.Refresh"
-                       id="org.argeo.eclipse.ui.workbench.refresh"
-                       name="Refresh">
-               </command>
-               <command
-                       defaultHandler="org.argeo.eclipse.ui.workbench.commands.DeleteNodes"
-                       id="org.argeo.eclipse.ui.workbench.deleteNodes"
-                       name="Delete nodes">
-               </command>
-               <command
-               defaultHandler="org.argeo.eclipse.ui.workbench.commands.ImportFileSystem"
-               id="org.argeo.eclipse.ui.workbench.importFileSystem"
-               name="Import files...">
-               </command>
-               <!-- <command
-               defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
-               id="org.argeo.eclipse.ui.workbench.openFile"
-               name="Open current file">
-               </command> -->
-               <command
-               defaultHandler="org.argeo.eclipse.ui.workbench.commands.DumpNode"
-               id="org.argeo.eclipse.ui.workbench.dumpNode"
-               name="Dump Current Selected Node">
-               </command>
-               <command
-               defaultHandler="org.argeo.eclipse.ui.workbench.commands.RenameNode"
-               id="org.argeo.eclipse.ui.workbench.renameNode"
-               name="Rename Current Selected Node">
-               </command>
-               <command
-               defaultHandler="org.argeo.eclipse.ui.workbench.commands.NodeConfigurableDump"
-               id="org.argeo.eclipse.ui.workbench.nodeConfigurableDump"
-               name="Configurable dump of the selected Node">
-               </command>
-               <command
-                       defaultHandler="org.argeo.eclipse.ui.workbench.commands.SortChildNodes"
-                       id="org.argeo.eclipse.ui.workbench.sortChildNodes"
-                       name="Sort node tree">
-            <!-- FIXME: default value does not work -->
-            <state 
-                               id="org.argeo.eclipse.ui.workbench.sortChildNodes.toggleState" 
-                               class="org.eclipse.ui.handlers.RegistryToggleState:true" >
-                               <!-- <class class="org.eclipse.jface.commands.ToggleState"> 
-                                       <parameter
-                                               name="default"
-                                       value="true" />
-                               </class> -->
-                       </state>
-               </command>
-       </extension>
-
-    <!-- Menus --> 
-       <extension point="org.eclipse.ui.menus">
-               <!-- Browser view specific menu --> 
-               <menuContribution
-                       locationURI="menu:org.argeo.eclipse.ui.workbench.jcrBrowserView">
-            <!-- See bug 149 --> 
-            <!-- <command
-               commandId="org.argeo.eclipse.ui.workbench.openGenericJcrQueryEditor"
-                icon="icons/query.png"
-                style="push">
-            </command> --> 
-            <command
-               commandId="org.argeo.eclipse.ui.workbench.addRemoteRepository"
-                icon="icons/addRepo.gif"
-                style="push">
-            </command>
-             <command
-               commandId="org.argeo.eclipse.ui.workbench.sortChildNodes"
-                icon="icons/sort.gif"
-                style="toggle"
-                label="Sort child nodes"
-                tooltip="NOTE: displaying unsorted nodes will enhance overall performances">
-            </command>
-               </menuContribution>
-               <!-- Browser view popup context menu --> 
-               <menuContribution
-                       locationURI="popup:org.argeo.eclipse.ui.workbench.jcrBrowserView">
-                       <command
-                               commandId="org.argeo.eclipse.ui.workbench.refresh"
-                               icon="icons/refresh.png"
-                               style="push">
-                       </command>
-                       <command
-                        commandId="org.argeo.eclipse.ui.workbench.addFolderNode"
-                        icon="icons/addFolder.gif"
-                        label="Add Folder..."
-                        style="push">
-                               <visibleWhen>
-                                       <iterate>
-                                     <and>
-                                        <or>
-                                           <instanceof
-                                                 value="org.argeo.eclipse.ui.workbench.internal.jcr.model.SingleJcrNodeElem">
-                                           </instanceof>
-                                           <instanceof
-                                                 value="org.argeo.eclipse.ui.workbench.internal.jcr.model.WorkspaceElem">
-                                           </instanceof>
-                                        </or>
-                               <with variable="activeMenuSelection"><count value="1"/></with>
-                                     </and>
-                                       </iterate>
-                               </visibleWhen>
-                       </command>
-                       <command
-                        commandId="org.argeo.eclipse.ui.workbench.addPrivileges"
-                        icon="icons/addPrivileges.gif"
-                        label="Add Privileges..."
-                        style="push">
-                               <visibleWhen>
-                                       <iterate>
-                                     <and>
-                                        <or>
-                                           <instanceof
-                                                 value="org.argeo.eclipse.ui.workbench.internal.jcr.model.SingleJcrNodeElem">
-                                           </instanceof>
-                                           <instanceof
-                                                 value="org.argeo.eclipse.ui.workbench.internal.jcr.model.WorkspaceElem">
-                                           </instanceof>
-                                        </or>
-                               <with variable="activeMenuSelection"><count value="1"/></with>
-                                     </and>
-                                       </iterate>
-                               </visibleWhen>
-                       </command>
-                       <command
-                        commandId="org.argeo.eclipse.ui.workbench.removePrivileges"
-                        icon="icons/removePrivileges.gif"
-                        label="Remove Privileges..."
-                        style="push">
-                               <visibleWhen>
-                                       <iterate>
-                                     <and>
-                                        <or>
-                                           <instanceof
-                                                 value="org.argeo.eclipse.ui.workbench.internal.jcr.model.SingleJcrNodeElem">
-                                           </instanceof>
-                                           <instanceof
-                                                 value="org.argeo.eclipse.ui.workbench.internal.jcr.model.WorkspaceElem">
-                                           </instanceof>
-                                        </or>
-                               <with variable="activeMenuSelection"><count value="1"/></with>
-                                     </and>
-                                       </iterate>
-                               </visibleWhen>
-                       </command>
-                       <command
-                        commandId="org.argeo.eclipse.ui.workbench.createWorkspace"
-                        icon="icons/addWorkspace.png"
-                        label="Create Workspace..."
-                        style="push">
-                               <visibleWhen>
-                                       <iterate>
-                                       <and>
-                                               <or>
-                                               <instanceof
-                                                       value="org.argeo.eclipse.ui.workbench.internal.jcr.model.RepositoryElem">
-                                               </instanceof>
-                                               </or>
-                                       <with variable="activeMenuSelection"><count value="1"/></with>
-                                               </and>
-                                       </iterate>
-                               </visibleWhen>
-                       </command>
-                       <command
-                               commandId="org.argeo.eclipse.ui.workbench.deleteNodes"
-                               icon="icons/remove.gif"
-                               label="Delete Nodes"
-                               style="push">
-                               <visibleWhen>
-                                       <iterate>
-                                               <or>
-                                                       <instanceof
-                                                               value="org.argeo.eclipse.ui.workbench.internal.jcr.model.SingleJcrNodeElem" />
-                                                       <instanceof
-                                                               value="org.argeo.eclipse.ui.workbench.internal.jcr.model.WorkspaceElem" />
-                                               </or>
-                                       </iterate>
-                               </visibleWhen>
-                       </command>
-                       <command
-                               commandId="org.argeo.eclipse.ui.workbench.importFileSystem"
-                               icon="icons/import_fs.png"
-                               style="push"
-                               tooltip="Import files from the files sytem">
-                               <visibleWhen>
-                                       <iterate>
-                                               <and>
-                                                       <or>
-                                                               <instanceof
-                                                                       value="org.argeo.eclipse.ui.workbench.internal.jcr.model.SingleJcrNodeElem" />
-                                                               <instanceof
-                                               value="org.argeo.eclipse.ui.workbench.internal.jcr.model.WorkspaceElem" />
-                                       </or>
-                                       <with variable="activeMenuSelection"><count value="1"/></with>
-                                               </and>
-                                       </iterate>
-                               </visibleWhen>
-                       </command>
-                       <command
-                               commandId="org.argeo.eclipse.ui.workbench.addRemoteRepository"
-                               icon="icons/addRepo.gif"
-                               style="push">
-                                       <visibleWhen>
-                                               <iterate> 
-                                                       <or>
-                                                               <instanceof
-                                               value="org.argeo.eclipse.ui.workbench.internal.jcr.model.RepositoriesElem" />
-                                                               <instanceof
-                                                                       value="org.argeo.eclipse.ui.workbench.internal.jcr.model.RepositoryElem" />
-                                                       </or> 
-                                               </iterate>
-                                       </visibleWhen>
-                       </command>
-                       <command
-                               commandId="org.argeo.eclipse.ui.workbench.removeRemoteRepository"
-                               icon="icons/remove.gif"
-                               style="push">
-                               <visibleWhen>
-                                       <iterate> 
-                                               <or>
-                                                       <instanceof
-                                                               value="org.argeo.eclipse.ui.workbench.internal.jcr.model.RemoteRepositoryElem" />
-                                               </or> 
-                               </iterate>
-                               </visibleWhen>
-                       </command>
-                       <command
-                               commandId="org.argeo.eclipse.ui.workbench.getNodeSize"
-                               icon="icons/getSize.gif"
-                               style="push">
-                                       <visibleWhen>
-                                               <iterate>
-                                                       <or>
-                                                               <instanceof
-                                                                       value="org.argeo.eclipse.ui.workbench.internal.jcr.model.SingleJcrNodeElem" />
-                                                               <instanceof
-                                                                       value="org.argeo.eclipse.ui.workbench.internal.jcr.model.WorkspaceElem" />
-                                       </or>
-                                       </iterate>
-                                       </visibleWhen>
-                       </command>
-                       <command
-                       commandId="org.argeo.eclipse.ui.workbench.dumpNode"
-                       icon="icons/dumpNode.gif"
-                               label="Dump Node"
-                               style="push">
-                               <visibleWhen>
-                                       <iterate> <and>
-                                               <instanceof value="org.argeo.eclipse.ui.workbench.internal.jcr.model.SingleJcrNodeElem"></instanceof>
-                               <with variable="activeMenuSelection"><count value="1"/></with>
-                                       </and> </iterate>
-                               </visibleWhen>
-                       </command>
-                       <command
-                       commandId="org.argeo.eclipse.ui.workbench.renameNode"
-                       icon="icons/rename.gif"
-                               label="Rename..."
-                               style="push">
-                               <visibleWhen>
-                                       <iterate> <and>
-                                               <instanceof value="org.argeo.eclipse.ui.workbench.internal.jcr.model.SingleJcrNodeElem"></instanceof>
-                               <with variable="activeMenuSelection"><count value="1"/></with>
-                                       </and> </iterate>
-                               </visibleWhen>
-                       </command>
-                       <command
-                       commandId="org.argeo.eclipse.ui.workbench.nodeConfigurableDump"
-                       icon="icons/dumpNode.gif"
-                               label="Configurable dump..."
-                               style="push">
-                               <visibleWhen>
-                                       <iterate> 
-                                               <and>
-                                                       <instanceof value="org.argeo.eclipse.ui.workbench.internal.jcr.model.SingleJcrNodeElem"></instanceof>
-                                       <with variable="activeMenuSelection"><count value="1"/></with>
-                                               </and> 
-                                       </iterate>
-                               </visibleWhen>
-                       </command>
-               </menuContribution>
-       </extension>
-
-       <!-- Reduce visibility of JCR Browser perspective to users that are in ROLE_ADMIN -->   
-       <extension
-       point="org.eclipse.ui.activities">
-       <!--
-               <activity
-                       description="Only for admins"
-                       id="org.argeo.eclipse.ui.workbench.adminActivity"
-            name="Jcr Technical Admin">
-                       <enabledWhen>
-                               <with variable="roles">
-                                       <iterate ifEmpty="false" operator="or">
-                                               <equals value="ROLE_ADMIN" />
-                                       </iterate>
-                               </with>
-                       </enabledWhen>
-               </activity>
-               -->
-        <activityPatternBinding
-                       pattern="org.argeo.eclipse.ui.workbench/org.argeo.eclipse.ui.workbench.osgiPerspective"
-                       isEqualityPattern="true"
-                       activityId="org.argeo.security.ui.adminActivity">
-                       <!-- activityId="org.argeo.security.ui.adminActivity" -->
-        </activityPatternBinding>
-        <activityPatternBinding
-                       pattern="org.argeo.eclipse.ui.workbench/org.argeo.eclipse.ui.workbench.jcrBrowserPerspective"
-                       isEqualityPattern="true"
-                       activityId="org.argeo.security.ui.adminActivity">
-               </activityPatternBinding>
-       </extension>
-</plugin>
\ No newline at end of file
diff --git a/org.argeo.eclipse.ui.workbench/pom.xml b/org.argeo.eclipse.ui.workbench/pom.xml
deleted file mode 100644 (file)
index 612897f..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.commons</groupId>
-               <version>2.1.46-SNAPSHOT</version>
-               <artifactId>argeo-commons</artifactId>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.eclipse.ui.workbench</artifactId>
-       <name>Commons Eclipse Workbench</name>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.util</artifactId>
-                       <version>2.1.46-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>2.1.46-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.46-SNAPSHOT</version>
-                       <scope>provided</scope>
-               </dependency>
-               <!-- Do we really need to have a dependency -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.46-SNAPSHOT</version>
-               </dependency>
-       </dependencies>
-</project>
\ No newline at end of file