Skip to content

Commit

Permalink
Changed the libraries for the PHP Include Path from PEAR to PHPUnit a…
Browse files Browse the repository at this point in the history
…nd Phake.
  • Loading branch information
iteman committed Sep 18, 2012
1 parent 80ff49e commit c5a02bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .buildpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="src" path=""/>
<buildpathentry kind="con" path="org.eclipse.dltk.USER_LIBRARY/Phake"/>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
<buildpathentry kind="con" path="org.eclipse.dltk.USER_LIBRARY/PEAR"/>
<buildpathentry kind="con" path="org.eclipse.dltk.USER_LIBRARY/PHPUnit"/>
</buildpath>
2 changes: 1 addition & 1 deletion .settings/org.eclipse.php.core.prefs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
eclipse.preferences.version=1
include_path=0;/piece-flow/.project\u00055;org.eclipse.dltk.USER_LIBRARY/PEAR
include_path=5;org.eclipse.dltk.USER_LIBRARY/PHPUnit\u00055;org.eclipse.dltk.USER_LIBRARY/Phake

0 comments on commit c5a02bb

Please sign in to comment.