mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Replaced drag and drop app config with sample commented out desktop actions config.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3524 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -44,12 +44,39 @@
|
||||
<!-- Mark locked files as offline -->
|
||||
<offlineFiles/>
|
||||
|
||||
<!-- Client side drag and drop application for check in/out via CIFS -->
|
||||
<!-- Desktop actions -->
|
||||
<!-- Uses a client-side application to trigger a server-side action -->
|
||||
<!-- Echo - displays a message echoed from the server -->
|
||||
<!-- URL - launches a URL via the Windows shell -->
|
||||
<!-- CmdLine - launches the Notepad application -->
|
||||
<!-- CheckInOut - checks files in/out, drag and drop files onto the application -->
|
||||
<!--
|
||||
<dragAndDrop>
|
||||
<filename>__Alfresco.exe</filename>
|
||||
<desktopActions>
|
||||
<global>
|
||||
<path>alfresco/desktop/Alfresco.exe</path>
|
||||
</dragAndDrop>
|
||||
</global>
|
||||
|
||||
<action>
|
||||
<class>org.alfresco.filesys.smb.server.repo.desk.EchoDesktopAction</class>
|
||||
<name>Echo</name>
|
||||
<filename>__AlfrescoEcho.exe</filename>
|
||||
</action>
|
||||
<action>
|
||||
<class>org.alfresco.filesys.smb.server.repo.desk.URLDesktopAction</class>
|
||||
<name>URL</name>
|
||||
<filename>__AlfrescoURL.exe</filename>
|
||||
</action>
|
||||
<action>
|
||||
<class>org.alfresco.filesys.smb.server.repo.desk.CmdLineDesktopAction</class>
|
||||
<name>CmdLine</name>
|
||||
<filename>__AlfrescoCmd.exe</filename>
|
||||
</action>
|
||||
<action>
|
||||
<class>org.alfresco.filesys.smb.server.repo.desk.CheckInOutDesktopAction</class>
|
||||
<name>CheckInOut</name>
|
||||
<filename>__AlfrescoCheckInOut.exe</filename>
|
||||
</action>
|
||||
</desktopActions>
|
||||
-->
|
||||
|
||||
<!--
|
||||
|
Reference in New Issue
Block a user