You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2011/01/24 18:19:07 UTC

svn commit: r1062887 - /directory/project/trunk/resources/Reveal in Finder.launch

Author: pamarcelot
Date: Mon Jan 24 17:19:07 2011
New Revision: 1062887

URL: http://svn.apache.org/viewvc?rev=1062887&view=rev
Log:
Added a "Reveal in Finder" External Tool configuration for Mac OS X.

Added:
    directory/project/trunk/resources/Reveal in Finder.launch

Added: directory/project/trunk/resources/Reveal in Finder.launch
URL: http://svn.apache.org/viewvc/directory/project/trunk/resources/Reveal%20in%20Finder.launch?rev=1062887&view=auto
==============================================================================
--- directory/project/trunk/resources/Reveal in Finder.launch (added)
+++ directory/project/trunk/resources/Reveal in Finder.launch Mon Jan 24 17:19:07 2011
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
+<booleanAttribute key="org.eclipse.debug.core.capture_output" value="false"/>
+<booleanAttribute key="org.eclipse.debug.ui.ATTR_CONSOLE_OUTPUT_ON" value="false"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="/usr/bin/open"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-R ${selected_resource_loc}"/>
+</launchConfiguration>