mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
add Eclipse project setup for PHP project
This commit is contained in:
parent
09355abb56
commit
86ee732b39
7
php/.buildpath
Normal file
7
php/.buildpath
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<buildpath>
|
||||
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
|
||||
<buildpathentry kind="src" path="src"/>
|
||||
<buildpathentry kind="src" path="test"/>
|
||||
<buildpathentry kind="con" path="org.eclipse.dltk.USER_LIBRARY/PEAR"/>
|
||||
</buildpath>
|
||||
28
php/.project
Normal file
28
php/.project
Normal file
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>GildedRose.php</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.wst.validation.validationbuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.dltk.core.scriptbuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.wst.common.project.facet.core.builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
|
||||
<nature>org.eclipse.php.core.PHPNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
10
php/.settings/com.piece_framework.makegood.core.prefs
Normal file
10
php/.settings/com.piece_framework.makegood.core.prefs
Normal file
@ -0,0 +1,10 @@
|
||||
cakephp_app_path=
|
||||
cakephp_core_path=
|
||||
ciunit_config_file=
|
||||
ciunit_path=
|
||||
eclipse.preferences.version=1
|
||||
phpunit_config_file=/GildedRose.php/phpunit.xml
|
||||
preload_script=
|
||||
test_file_pattern=.*test\\.php$
|
||||
test_folders=/GildedRose.php/test
|
||||
testing_framework=PHPUnit
|
||||
2
php/.settings/org.eclipse.php.core.prefs
Normal file
2
php/.settings/org.eclipse.php.core.prefs
Normal file
@ -0,0 +1,2 @@
|
||||
eclipse.preferences.version=1
|
||||
include_path=0;/GildedRose.php/test\u00050;/GildedRose.php/src\u00055;org.eclipse.dltk.USER_LIBRARY/PEAR
|
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<faceted-project>
|
||||
<fixed facet="php.component"/>
|
||||
<fixed facet="php.core.component"/>
|
||||
<installed facet="php.core.component" version="1"/>
|
||||
<installed facet="php.component" version="5.4"/>
|
||||
</faceted-project>
|
||||
Loading…
Reference in New Issue
Block a user