You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2014/05/15 14:25:18 UTC

svn commit: r1594895 - /sling/trunk/tooling/ide/eclipse-ui/plugin.xml

Author: rombert
Date: Thu May 15 12:25:17 2014
New Revision: 1594895

URL: http://svn.apache.org/r1594895
Log:
SLING-2651 - Manually trigger sync on files/directories

Update key binding for export action.

Modified:
    sling/trunk/tooling/ide/eclipse-ui/plugin.xml

Modified: sling/trunk/tooling/ide/eclipse-ui/plugin.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-ui/plugin.xml?rev=1594895&r1=1594894&r2=1594895&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-ui/plugin.xml (original)
+++ sling/trunk/tooling/ide/eclipse-ui/plugin.xml Thu May 15 12:25:17 2014
@@ -540,7 +540,7 @@
             commandId="org.apache.sling.ide.commands.exportContent"
             contextId="org.eclipse.ui.contexts.window"
             schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
-            sequence="M1+M2+P">
+            sequence="M1+M2+X">
       </key>      
    </extension>