X-Git-Url: http://secure.phpeclipse.com

diff --git a/net.sourceforge.phpeclipse/plugin.xml b/net.sourceforge.phpeclipse/plugin.xml
index af3af2f..c982430 100644
--- a/net.sourceforge.phpeclipse/plugin.xml
+++ b/net.sourceforge.phpeclipse/plugin.xml
@@ -3,7 +3,7 @@
 <plugin
    id="net.sourceforge.phpeclipse"
    name="%pluginName"
-   version="1.1.6"
+   version="1.1.7"
    provider-name="%providerName"
    class="net.sourceforge.phpeclipse.PHPeclipsePlugin">
     
@@ -1219,12 +1219,12 @@
             command="net.sourceforge.phpeclipse.ui.edit.text.php.goto.previous.member"
             configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
       </keyBinding>
-      <keyBinding
+   <!--   <keyBinding
             string=""
             scope="net.sourceforge.phpdt.ui.phpEditorScope"
             command="net.sourceforge.phpdt.ui.edit.text.java.show.next.problem"
             configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
-      </keyBinding>
+      </keyBinding> -->
       <command
             name="%ActionDefinition.gotoMatchingBracket.name"
             description="%ActionDefinition.gotoMatchingBracket.description"
@@ -1534,181 +1534,8 @@
 			</action> 
 		</actionSet>
 	</extension> -->
-
-    <!-- Launch Configuration Extensions -->
-    <extension point="org.eclipse.debug.core.launchConfigurationTypes">
-    	<launchConfigurationType
-	    	id = "net.sourceforge.phpdt.externaltools.ProgramLaunchConfigurationType"
-    		name = "%Program.externalTools"
-    		delegate = "net.sourceforge.phpdt.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate"
-    		modes = "run"
-    		category = "org.eclipse.ui.externaltools">
-    	</launchConfigurationType>
-    	<launchConfigurationType
-	    	id = "net.sourceforge.phpdt.externaltools.ProgramBuilderLaunchConfigurationType"
-    		name = "%Program.externalTools"
-    		delegate = "net.sourceforge.phpdt.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate"
-    		modes = "run"
-    		category = "org.eclipse.ui.externaltools.builder">
-    	</launchConfigurationType>
-    </extension>
-    
-    <extension point = "net.sourceforge.phpeclipse.configurationDuplicationMaps">
-    	<configurationMap
-    		sourceType="net.sourceforge.phpdt.externaltools.ProgramLaunchConfigurationType"
-    		builderType="net.sourceforge.phpdt.externaltools.ProgramBuilderLaunchConfigurationType">
-    	</configurationMap>
-    </extension>
-    
-    <extension point = "org.eclipse.debug.ui.launchConfigurationTabGroups">
-		<launchConfigurationTabGroup
-			id="net.sourceforge.phpdt.externaltools.launchConfigurationTabGroup.program"
-			type ="net.sourceforge.phpdt.externaltools.ProgramLaunchConfigurationType"
-			class="net.sourceforge.phpdt.externaltools.internal.program.launchConfigurations.ProgramTabGroup">
-		</launchConfigurationTabGroup>
-		<launchConfigurationTabGroup
-			id="net.sourceforge.phpdt.externaltools.launchConfigurationTabGroup.program.builder"
-			type ="net.sourceforge.phpdt.externaltools.ProgramBuilderLaunchConfigurationType"
-			class="net.sourceforge.phpdt.externaltools.internal.program.launchConfigurations.ProgramBuilderTabGroup">
-		</launchConfigurationTabGroup>
-	</extension>
-	
-	<extension point="org.eclipse.debug.ui.launchConfigurationTypeImages">
-		<launchConfigurationTypeImage
-			id="net.sourceforge.phpdt.externaltools.launchConfigurationTypeImage.program"
-			configTypeID="net.sourceforge.phpdt.externaltools.ProgramLaunchConfigurationType"
-			icon="icons/externaltools/full/obj16/external_tools.gif">
-		</launchConfigurationTypeImage>	
-		<launchConfigurationTypeImage
-			id="net.sourceforge.phpdt.externaltools.launchConfigurationTypeImage.program.builder"
-			configTypeID="net.sourceforge.phpdt.externaltools.ProgramBuilderLaunchConfigurationType"
-			icon="icons/externaltools/full/obj16/external_tools.gif">
-		</launchConfigurationTypeImage>	
-	</extension>
-
-	<!-- Variable Extensions -->
-	<extension point="net.sourceforge.phpeclipse.fileVariables">
-		<variable
-			tag="workspace_loc"
-			description="Expands to the workspace root's absolute file system path."
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.WorkspaceExpander">
-		</variable>
-		<variable
-			tag="resource_loc"
-			description="Expands to the resource's absolute file system path."
-			componentClass="net.sourceforge.phpdt.externaltools.variable.SpecificFileResourceComponent"
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.ResourceExpander">
-		</variable>
-	</extension>
-	
-	<extension point="net.sourceforge.phpeclipse.argumentVariables">
-		<variable
-			tag="workspace_loc"
-			description="Expands to the workspace root's absolute file system path."
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.WorkspaceExpander">
-		</variable>
-		<variable
-			tag="file_loc"
-			description="Expands to the full file name"
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.FileExpander">
-		</variable>
-		<variable
-			tag="file_url"
-			description="Expands to an URL with the localhost preference settings"
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.UrlExpander">
-		</variable>
-		<variable
-			tag="localhost_url"
-			description="Expands to the localhost preference settings."
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.LocalhostExpander">
-		</variable>
-		<variable
-			tag="project_loc"
-			description="Expands to the selected resource's project absolute file system path."
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.ResourceProjectExpander">
-		</variable>
-		<variable
-			tag="project_path"
-			description="Expands to the full path, relative to the workspace root, of the selected project"
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.ProjectExpander">
-		</variable>
-		<variable
-			tag="project_name"
-			description="Expands to the name of the selected project"
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.ProjectNameExpander">
-		</variable>
-		<variable
-			tag="resource_loc"
-			description="Expands to the resource's absolute file system path."
-			componentClass="net.sourceforge.phpdt.externaltools.variable.SpecificFileResourceComponent"
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.ResourceExpander">
-		</variable>
-		<variable
-			tag="container_loc"
-			description="Expands to the selected resource's containing folder absolute file system path."
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.ResourceContainerExpander">
-		</variable>
-		<variable
-			tag="build_type"
-			description="Expands to the type of build"
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.BuildTypeExpander">
-		</variable>
-	</extension>
-
-	<extension point="net.sourceforge.phpeclipse.directoryVariables">
-		<variable
-			tag="workspace_loc"
-			description="Expands to the workspace root's absolute file system path."
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.WorkspaceExpander">
-		</variable>
-		<variable
-			tag="project_loc"
-			description="Expands to the selected resource's project absolute file system path."
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.ResourceProjectExpander">
-		</variable>
-		<variable
-			tag="container_loc"
-			description="Expands to the selected resource's containing folder absolute file system path."
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.ResourceContainerExpander">
-		</variable>
-		<variable
-			tag="resource_loc"
-			description="Expands to a resource's absolute file system path."
-			componentClass="net.sourceforge.phpdt.externaltools.variable.SpecificFolderResourceComponent"
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.ResourceExpander">
-		</variable>
-	</extension>
-
-	<extension point="net.sourceforge.phpeclipse.refreshVariables">
-		<variable
-			tag="workspace"
-			description="Expands to the workspace root."
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.WorkspaceExpander">
-		</variable>
-		<variable
-			tag="project"
-			description="Expands to the project of the selected resource."
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.ResourceProjectExpander">
-		</variable>
-		<variable
-			tag="container"
-			description="Expands to the folder containing the selected resource."
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.ResourceContainerExpander">
-		</variable>
-		<variable
-			tag="resource"
-			description="Expands to a resource."
-			componentClass="net.sourceforge.phpdt.externaltools.variable.ResourceComponent"
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.ResourceExpander">
-		</variable>
-		<variable
-			tag="working_set"
-			description="Expands to the group of resources in a working set."
-			expanderClass="net.sourceforge.phpdt.externaltools.variable.WorkingSetExpander">
-		</variable>
-	</extension>
 	
-		<extension
+    <extension
 		point= "net.sourceforge.phpeclipse.foldingStructureProviders">
 		<provider
 			id="net.sourceforge.phpdt.ui.text.defaultFoldingProvider"