Large diffs are not rendered by default.

@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.aptana.php.debug.feature"
label="%featureName"
version="0.7.0.qualifier"
provider-name="%providerName"
plugin="com.aptana.editor.php">

<description url="http://www.aptana.com">
Aptana PHP Debugger support.
</description>

<copyright>
Copyright (c) 2005-2012 by Appcelerator, Inc. All Rights Reserved.
</copyright>

<license url="http://www.example.com/license">
Aptana Studio
Copyright (c) 2005-2012 by Appcelerator, Inc. All Rights Reserved.
Licensed under the terms of the GNU Public License (GPL) v3 (with exceptions).
Please see the license.html included with this distribution for details.
Any modifications to this file must keep this entire header intact.
</license>

<requires>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.ui.workbench.texteditor"/>
<import plugin="com.jcraft.jsch"/>
<import plugin="org.eclipse.jsch.core"/>
<import plugin="org.eclipse.debug.core"/>
<import plugin="org.eclipse.jface.text"/>
<import plugin="org.eclipse.ui.ide"/>
<import plugin="org.eclipse.core.filesystem"/>
<import plugin="org.eclipse.debug.ui"/>
<import plugin="org.eclipse.ui.forms"/>
<import plugin="com.aptana.core" version="3.0.0" match="greaterOrEqual"/>
<import plugin="com.aptana.editor.php.epl" version="3.0.0" match="greaterOrEqual"/>
<import plugin="com.aptana.editor.php" version="3.0.0" match="greaterOrEqual"/>
<import plugin="com.aptana.webserver.core" version="3.0.0" match="greaterOrEqual"/>
<import plugin="com.aptana.core.epl" version="3.0.0" match="greaterOrEqual"/>
<import plugin="com.aptana.ui" version="3.0.0" match="greaterOrEqual"/>
<import plugin="com.aptana.debug.core" version="3.0.3" match="greaterOrEqual"/>
<import plugin="com.aptana.debug.ui" version="3.0.3" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.variables"/>
<import plugin="org.eclipse.ui.browser"/>
<import plugin="org.eclipse.equinox.security"/>
<import plugin="org.eclipse.ui.editors"/>
<import plugin="org.eclipse.ui.console"/>
<import plugin="org.eclipse.core.expressions"/>
<import plugin="com.aptana.editor.common" version="3.0.0" match="greaterOrEqual"/>
<import plugin="com.aptana.parsing" version="3.0.0" match="greaterOrEqual"/>
<import plugin="com.aptana.editor.html" version="3.0.0" match="greaterOrEqual"/>
<import plugin="com.aptana.webserver.ui" version="3.0.0" match="greaterOrEqual"/>
</requires>

<plugin
id="com.aptana.php.debug"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="com.aptana.php.debug.epl"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>

Large diffs are not rendered by default.