Created
May 29, 2012 14:00
-
-
Save gharlan/2828535 to your computer and use it in GitHub Desktop.
REDAXO Coding Standards - Eclipse Launch Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType"> | |
<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${resource}"/> | |
<mapAttribute key="org.eclipse.debug.core.environmentVariables"> | |
<!-- Needs this plugin: http://www.mihai-nita.net/eclipse/ --> | |
<mapEntry key="ANSICON" value="1"/> | |
</mapAttribute> | |
<listAttribute key="org.eclipse.debug.ui.favoriteGroups"> | |
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/> | |
</listAttribute> | |
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="/usr/bin/php"/> | |
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="coding_standards.php fix ${selected_resource_loc} --hide-process"/> | |
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/> | |
</launchConfiguration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment