Skip to content

Commit 5ad3be7

Browse files
committed
Make project manageable in Eclipse
1 parent b1090ac commit 5ad3be7

6 files changed

+270
-32
lines changed

.buildpath

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

.project

+26-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,30 @@
44
<comment></comment>
55
<projects>
66
</projects>
7-
<buildSpec>
8-
</buildSpec>
9-
<natures>
10-
</natures>
7+
<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>
28+
</buildSpec>
29+
<natures>
30+
<nature>org.eclipse.php.core.PHPNature</nature>
31+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
32+
</natures>
1133
</projectDescription>

.settings/org.eclipse.php.core.prefs

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
include_path=0;/php-database/src
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>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
disabled=06vendor
2+
eclipse.preferences.version=1

composer.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"name": "technicalguru/database",
3-
"description": "A PHP library to access databases",
4-
"type": "library",
5-
"keywords" : [
6-
"database",
7-
"datamodel",
8-
"mysql",
9-
"mariadb"
10-
],
11-
"license" : "LGPL-3.0-or-later",
12-
"authors": [
13-
{
14-
"name": "technicalguru",
15-
"email": "[email protected]"
16-
}
17-
],
18-
"require" : {
19-
"php" : ">=7.0.0"
20-
},
21-
"autoload" : {
22-
"psr-4" : {
23-
"TgDatabase\\" : "src/TgDatabase/"
24-
}
25-
},
26-
"require-dev" : {
27-
"phpunit/phpunit" : "^9"
28-
}
29-
}
2+
"name" : "technicalguru/database",
3+
"description" : "A PHP library to access databases",
4+
"type" : "library",
5+
"keywords" : [
6+
"database",
7+
"datamodel",
8+
"mysql",
9+
"mariadb"
10+
],
11+
"license" : "LGPL-3.0-or-later",
12+
"authors" : [{
13+
"name" : "technicalguru",
14+
"email" : "[email protected]"
15+
}
16+
],
17+
"require" : {
18+
"php" : ">=7.0.0",
19+
"technicalguru/utils" : "~1"
20+
},
21+
"autoload" : {
22+
"psr-4" : {
23+
"TgDatabase\\" : "src/TgDatabase/"
24+
}
25+
},
26+
"require-dev" : {
27+
"phpunit/phpunit" : "^9"
28+
}
29+
}

0 commit comments

Comments
 (0)