Skip to content

Commit e6ab1eb

Browse files
committed
Make project manageable in Eclipse PDT
1 parent c018bd8 commit e6ab1eb

File tree

5 files changed

+234
-0
lines changed

5 files changed

+234
-0
lines changed

.buildpath

Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<buildpath>
3+
<buildpathentry kind="src" path="vendor/technicalguru/utils/src/TgUtils1"/>
4+
<buildpathentry kind="src" path="vendor/phpspec/prophecy/src/Prophecy">
5+
<attributes>
6+
<attribute name="composer" value="vendor"/>
7+
</attributes>
8+
</buildpathentry>
9+
<buildpathentry kind="src" path="vendor/sebastian/object-reflector/src">
10+
<attributes>
11+
<attribute name="composer" value="vendor"/>
12+
</attributes>
13+
</buildpathentry>
14+
<buildpathentry kind="src" path="vendor/sebastian/exporter/src">
15+
<attributes>
16+
<attribute name="composer" value="vendor"/>
17+
</attributes>
18+
</buildpathentry>
19+
<buildpathentry kind="src" path="vendor/phpunit/php-text-template/src">
20+
<attributes>
21+
<attribute name="composer" value="vendor"/>
22+
</attributes>
23+
</buildpathentry>
24+
<buildpathentry kind="src" path="vendor/sebastian/code-unit-reverse-lookup/src">
25+
<attributes>
26+
<attribute name="composer" value="vendor"/>
27+
</attributes>
28+
</buildpathentry>
29+
<buildpathentry kind="src" path="vendor/sebastian/resource-operations/src">
30+
<attributes>
31+
<attribute name="composer" value="vendor"/>
32+
</attributes>
33+
</buildpathentry>
34+
<buildpathentry kind="src" path="vendor/sebastian/recursion-context/src">
35+
<attributes>
36+
<attribute name="composer" value="vendor"/>
37+
</attributes>
38+
</buildpathentry>
39+
<buildpathentry kind="src" path="vendor/symfony/polyfill-ctype">
40+
<attributes>
41+
<attribute name="composer" value="vendor"/>
42+
</attributes>
43+
</buildpathentry>
44+
<buildpathentry kind="src" path="vendor/sebastian/complexity/src">
45+
<attributes>
46+
<attribute name="composer" value="vendor"/>
47+
</attributes>
48+
</buildpathentry>
49+
<buildpathentry kind="src" path="vendor/sebastian/environment/src">
50+
<attributes>
51+
<attribute name="composer" value="vendor"/>
52+
</attributes>
53+
</buildpathentry>
54+
<buildpathentry kind="src" path="vendor/sebastian/cli-parser/src">
55+
<attributes>
56+
<attribute name="composer" value="vendor"/>
57+
</attributes>
58+
</buildpathentry>
59+
<buildpathentry kind="src" path="vendor/technicalguru/utils/src/TgLog">
60+
<attributes>
61+
<attribute name="composer" value="vendor"/>
62+
</attributes>
63+
</buildpathentry>
64+
<buildpathentry kind="src" path="vendor/phpdocumentor/reflection-common/src">
65+
<attributes>
66+
<attribute name="composer" value="vendor"/>
67+
</attributes>
68+
</buildpathentry>
69+
<buildpathentry kind="src" path="vendor/nikic/php-parser/lib/PhpParser">
70+
<attributes>
71+
<attribute name="composer" value="vendor"/>
72+
</attributes>
73+
</buildpathentry>
74+
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
75+
<buildpathentry kind="src" path="src/TgVault">
76+
<attributes>
77+
<attribute name="composer" value="source"/>
78+
</attributes>
79+
</buildpathentry>
80+
<buildpathentry kind="src" path="vendor/sebastian/comparator/src">
81+
<attributes>
82+
<attribute name="composer" value="vendor"/>
83+
</attributes>
84+
</buildpathentry>
85+
<buildpathentry kind="src" path="vendor/doctrine/instantiator/src/Doctrine/Instantiator">
86+
<attributes>
87+
<attribute name="composer" value="vendor"/>
88+
</attributes>
89+
</buildpathentry>
90+
<buildpathentry kind="src" path="vendor/phar-io/version/src">
91+
<attributes>
92+
<attribute name="composer" value="vendor"/>
93+
</attributes>
94+
</buildpathentry>
95+
<buildpathentry kind="src" path="vendor/sebastian/global-state/src">
96+
<attributes>
97+
<attribute name="composer" value="vendor"/>
98+
</attributes>
99+
</buildpathentry>
100+
<buildpathentry kind="src" path="vendor/theseer/tokenizer/src">
101+
<attributes>
102+
<attribute name="composer" value="vendor"/>
103+
</attributes>
104+
</buildpathentry>
105+
<buildpathentry kind="src" path="vendor/myclabs/deep-copy/src/DeepCopy">
106+
<attributes>
107+
<attribute name="composer" value="vendor"/>
108+
</attributes>
109+
</buildpathentry>
110+
<buildpathentry kind="src" path="vendor/phpdocumentor/reflection-docblock/src">
111+
<attributes>
112+
<attribute name="composer" value="vendor"/>
113+
</attributes>
114+
</buildpathentry>
115+
<buildpathentry kind="src" path="vendor/composer">
116+
<attributes>
117+
<attribute name="composer" value="vendor"/>
118+
</attributes>
119+
</buildpathentry>
120+
<buildpathentry kind="src" path="vendor/sebastian/object-enumerator/src">
121+
<attributes>
122+
<attribute name="composer" value="vendor"/>
123+
</attributes>
124+
</buildpathentry>
125+
<buildpathentry kind="src" path="vendor/phpunit/php-timer/src">
126+
<attributes>
127+
<attribute name="composer" value="vendor"/>
128+
</attributes>
129+
</buildpathentry>
130+
<buildpathentry kind="src" path="vendor/sebastian/type/src">
131+
<attributes>
132+
<attribute name="composer" value="vendor"/>
133+
</attributes>
134+
</buildpathentry>
135+
<buildpathentry kind="src" path="vendor/webmozart/assert/src">
136+
<attributes>
137+
<attribute name="composer" value="vendor"/>
138+
</attributes>
139+
</buildpathentry>
140+
<buildpathentry kind="src" path="vendor/sebastian/version/src">
141+
<attributes>
142+
<attribute name="composer" value="vendor"/>
143+
</attributes>
144+
</buildpathentry>
145+
<buildpathentry kind="src" path="vendor/sebastian/lines-of-code/src">
146+
<attributes>
147+
<attribute name="composer" value="vendor"/>
148+
</attributes>
149+
</buildpathentry>
150+
<buildpathentry kind="src" path="vendor/phpunit/php-code-coverage/src">
151+
<attributes>
152+
<attribute name="composer" value="vendor"/>
153+
</attributes>
154+
</buildpathentry>
155+
<buildpathentry kind="src" path="vendor/phpunit/phpunit/src/Framework/Assert">
156+
<attributes>
157+
<attribute name="composer" value="vendor"/>
158+
</attributes>
159+
</buildpathentry>
160+
<buildpathentry kind="src" path="vendor/phpunit/php-file-iterator/src">
161+
<attributes>
162+
<attribute name="composer" value="vendor"/>
163+
</attributes>
164+
</buildpathentry>
165+
<buildpathentry excluding="Framework/Assert/" kind="src" path="vendor/phpunit/phpunit/src">
166+
<attributes>
167+
<attribute name="composer" value="vendor"/>
168+
</attributes>
169+
</buildpathentry>
170+
<buildpathentry kind="src" path="vendor/phpunit/php-invoker/src">
171+
<attributes>
172+
<attribute name="composer" value="vendor"/>
173+
</attributes>
174+
</buildpathentry>
175+
<buildpathentry kind="src" path="vendor/phar-io/manifest/src">
176+
<attributes>
177+
<attribute name="composer" value="vendor"/>
178+
</attributes>
179+
</buildpathentry>
180+
<buildpathentry kind="src" path="vendor/sebastian/diff/src">
181+
<attributes>
182+
<attribute name="composer" value="vendor"/>
183+
</attributes>
184+
</buildpathentry>
185+
<buildpathentry kind="src" path="vendor/technicalguru/i18n/src/TgI18n">
186+
<attributes>
187+
<attribute name="composer" value="vendor"/>
188+
</attributes>
189+
</buildpathentry>
190+
<buildpathentry kind="src" path="vendor/sebastian/code-unit/src">
191+
<attributes>
192+
<attribute name="composer" value="vendor"/>
193+
</attributes>
194+
</buildpathentry>
195+
<buildpathentry kind="src" path="vendor/phpdocumentor/type-resolver/src">
196+
<attributes>
197+
<attribute name="composer" value="vendor"/>
198+
</attributes>
199+
</buildpathentry>
200+
</buildpath>

.project

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,29 @@
55
<projects>
66
</projects>
77
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.php.composer.core.builder.buildPathManagementBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.wst.validation.validationbuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.dltk.core.scriptbuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
828
</buildSpec>
929
<natures>
30+
<nature>org.eclipse.php.core.PHPNature</nature>
31+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
1032
</natures>
1133
</projectDescription>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
include_path=0;/php-vault/src
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<faceted-project>
3+
<fixed facet="php.component"/>
4+
<fixed facet="php.core.component"/>
5+
<installed facet="php.core.component" version="1"/>
6+
<installed facet="php.composer.component" version="1"/>
7+
<installed facet="php.component" version="7.4"/>
8+
</faceted-project>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
disabled=06vendor
2+
eclipse.preferences.version=1

0 commit comments

Comments
 (0)