Created
October 14, 2012 13:48
-
-
Save setola/3888643 to your computer and use it in GitHub Desktop.
WordPress Eclipse Code Completion
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"?> | |
<buildpath> | |
<buildpathentry kind="src" path=""/> | |
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/> | |
<buildpathentry external="true" kind="lib" path="C:/Program Files/eclipse/workspaces/webdev/WordPress/wordpress-3.4.2"/> | |
</buildpath> |
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"?> | |
<projectDescription> | |
<name>RemoteSystemsTempFiles</name> | |
<comment></comment> | |
<projects> | |
</projects> | |
<buildSpec> | |
<buildCommand> | |
<name>org.eclipse.dltk.core.scriptbuilder</name> | |
<arguments> | |
</arguments> | |
</buildCommand> | |
<buildCommand> | |
<name>org.eclipse.php.core.PhpIncrementalProjectBuilder</name> | |
<arguments> | |
</arguments> | |
</buildCommand> | |
<buildCommand> | |
<name>org.eclipse.wst.validation.validationbuilder</name> | |
<arguments> | |
</arguments> | |
</buildCommand> | |
</buildSpec> | |
<natures> | |
<nature>org.eclipse.rse.ui.remoteSystemsTempNature</nature> | |
<nature>org.eclipse.php.core.PHPNature</nature> | |
</natures> | |
</projectDescription> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment