summaryrefslogtreecommitdiff
path: root/www/cakephp12/pkg-plist
blob: 431c52325339ee647699104e3bf2726d537ea8ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
%%HTACCESS%%%%WWWDIR%%/.htaccess
%%HTACCESS%%%%WWWDIR%%/app/.htaccess
@unexec if cmp -s %D/%%WWWDIR%%/app/config/acl.ini.php.default %D/%%WWWDIR%%/app/config/acl.ini.php; then rm -f %D/%%WWWDIR%%/app/config/acl.ini.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/config/acl.ini.php has not been removed"; fi
%%WWWDIR%%/app/config/acl.ini.php.default
@exec if [ ! -f %D/%%WWWDIR%%/app/config/acl.ini.php.default ]; then cp -p %B/acl.ini.php %B/acl.ini.php.default; fi
@unexec if cmp -s %D/%%WWWDIR%%/app/config/bootstrap.php.default %D/%%WWWDIR%%/app/config/bootstrap.php; then rm -f %D/%%WWWDIR%%/app/config/bootstrap.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/config/bootstrap.php has not been removed"; fi
%%WWWDIR%%/app/config/bootstrap.php.default
@exec if [ ! -f %D/%%WWWDIR%%/app/config/bootstrap.php.default ]; then cp -p %B/bootstrap.php %B/bootstrap.php.default; fi
@unexec if cmp -s %D/%%WWWDIR%%/app/config/core.php.default %D/%%WWWDIR%%/app/config/core.php; then rm -f %D/%%WWWDIR%%/app/config/core.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/config/core.php has not been removed"; fi
%%WWWDIR%%/app/config/core.php.default
@exec if [ ! -f %D/%%WWWDIR%%/app/config/core.php.default ]; then cp -p %B/core.php %B/core.php.default; fi
%%WWWDIR%%/app/config/core.php.orig
@unexec if cmp -s %D/%%WWWDIR%%/app/config/database.php.default %D/%%WWWDIR%%/app/config/database.php; then rm -f %D/%%WWWDIR%%/app/config/database.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/config/database.php has not been removed"; fi
%%WWWDIR%%/app/config/database.php.default
@exec if [ ! -f %D/%%WWWDIR%%/app/config/database.php ]; then cp -p %D/%F %B/database.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/config/database.php has not been overwritten"; fi
@unexec if cmp -s %D/%%WWWDIR%%/app/config/inflections.php.default %D/%%WWWDIR%%/app/config/inflections.php; then rm -f %D/%%WWWDIR%%/app/config/inflections.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/config/inflections.php has not been removed"; fi
%%WWWDIR%%/app/config/inflections.php.default
@exec if [ ! -f %D/%%WWWDIR%%/app/config/inflections.php.default ]; then cp -p %B/inflections.php %B/inflections.php.default; fi
@unexec if cmp -s %D/%%WWWDIR%%/app/config/routes.php.default %D/%%WWWDIR%%/app/config/routes.php; then rm -f %D/%%WWWDIR%%/app/config/routes.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/config/routes.php has not been removed"; fi
%%WWWDIR%%/app/config/routes.php.default
@exec if [ ! -f %D/%%WWWDIR%%/app/config/routes.php.default ]; then cp -p %B/routes.php %B/routes.php.default; fi
%%WWWDIR%%/app/config/sql/db_acl.php
%%WWWDIR%%/app/config/sql/db_acl.sql
%%WWWDIR%%/app/config/sql/i18n.php
%%WWWDIR%%/app/config/sql/i18n.sql
%%WWWDIR%%/app/config/sql/sessions.php
%%WWWDIR%%/app/config/sql/sessions.sql
%%WWWDIR%%/app/index.php
%%HTACCESS%%%%WWWDIR%%/app/webroot/.htaccess
%%WWWDIR%%/app/webroot/css.php
%%WWWDIR%%/app/webroot/css/cake.generic.css
%%WWWDIR%%/app/webroot/favicon.ico
%%WWWDIR%%/app/webroot/img/cake.icon.gif
%%WWWDIR%%/app/webroot/img/cake.power.gif
%%WWWDIR%%/app/webroot/index.php
%%WWWDIR%%/app/webroot/js/vendors.php
%%WWWDIR%%/app/webroot/test.php
%%WWWDIR%%/cake/LICENSE.txt
%%WWWDIR%%/cake/VERSION.txt
%%WWWDIR%%/cake/basics.php
%%WWWDIR%%/cake/bootstrap.php
%%WWWDIR%%/cake/config/config.php
%%WWWDIR%%/cake/config/paths.php
%%WWWDIR%%/cake/config/unicode/casefolding/0080_00ff.php
%%WWWDIR%%/cake/config/unicode/casefolding/0100_017f.php
%%WWWDIR%%/cake/config/unicode/casefolding/0180_024F.php
%%WWWDIR%%/cake/config/unicode/casefolding/0250_02af.php
%%WWWDIR%%/cake/config/unicode/casefolding/0370_03ff.php
%%WWWDIR%%/cake/config/unicode/casefolding/0400_04ff.php
%%WWWDIR%%/cake/config/unicode/casefolding/0500_052f.php
%%WWWDIR%%/cake/config/unicode/casefolding/0530_058f.php
%%WWWDIR%%/cake/config/unicode/casefolding/1e00_1eff.php
%%WWWDIR%%/cake/config/unicode/casefolding/1f00_1fff.php
%%WWWDIR%%/cake/config/unicode/casefolding/2100_214f.php
%%WWWDIR%%/cake/config/unicode/casefolding/2150_218f.php
%%WWWDIR%%/cake/config/unicode/casefolding/2460_24ff.php
%%WWWDIR%%/cake/config/unicode/casefolding/2c00_2c5f.php
%%WWWDIR%%/cake/config/unicode/casefolding/2c60_2c7f.php
%%WWWDIR%%/cake/config/unicode/casefolding/2c80_2cff.php
%%WWWDIR%%/cake/config/unicode/casefolding/ff00_ffef.php
%%WWWDIR%%/cake/console/cake
%%WWWDIR%%/cake/console/cake.bak
%%WWWDIR%%/cake/console/cake.bat
%%WWWDIR%%/cake/console/cake.php
%%WWWDIR%%/cake/console/error.php
%%WWWDIR%%/cake/console/libs/acl.php
%%WWWDIR%%/cake/console/libs/api.php
%%WWWDIR%%/cake/console/libs/bake.php
%%WWWDIR%%/cake/console/libs/console.php
%%WWWDIR%%/cake/console/libs/i18n.php
%%WWWDIR%%/cake/console/libs/schema.php
%%WWWDIR%%/cake/console/libs/shell.php
%%WWWDIR%%/cake/console/libs/tasks/controller.php
%%WWWDIR%%/cake/console/libs/tasks/db_config.php
%%WWWDIR%%/cake/console/libs/tasks/extract.php
%%WWWDIR%%/cake/console/libs/tasks/model.php
%%WWWDIR%%/cake/console/libs/tasks/plugin.php
%%WWWDIR%%/cake/console/libs/tasks/project.php
%%WWWDIR%%/cake/console/libs/tasks/test.php
%%WWWDIR%%/cake/console/libs/tasks/view.php
%%HTACCESS%%%%WWWDIR%%/cake/console/libs/templates/skel/.htaccess
%%WWWDIR%%/cake/console/libs/templates/skel/app_controller.php
%%WWWDIR%%/cake/console/libs/templates/skel/app_helper.php
%%WWWDIR%%/cake/console/libs/templates/skel/app_model.php
%%WWWDIR%%/cake/console/libs/templates/skel/config/acl.ini.php
%%WWWDIR%%/cake/console/libs/templates/skel/config/bootstrap.php
%%WWWDIR%%/cake/console/libs/templates/skel/config/core.php
%%WWWDIR%%/cake/console/libs/templates/skel/config/database.php.default
%%WWWDIR%%/cake/console/libs/templates/skel/config/inflections.php
%%WWWDIR%%/cake/console/libs/templates/skel/config/routes.php
%%WWWDIR%%/cake/console/libs/templates/skel/config/sql/db_acl.php
%%WWWDIR%%/cake/console/libs/templates/skel/config/sql/db_acl.sql
%%WWWDIR%%/cake/console/libs/templates/skel/config/sql/i18n.php
%%WWWDIR%%/cake/console/libs/templates/skel/config/sql/i18n.sql
%%WWWDIR%%/cake/console/libs/templates/skel/config/sql/sessions.php
%%WWWDIR%%/cake/console/libs/templates/skel/config/sql/sessions.sql
%%WWWDIR%%/cake/console/libs/templates/skel/controllers/pages_controller.php
%%WWWDIR%%/cake/console/libs/templates/skel/index.php
%%WWWDIR%%/cake/console/libs/templates/skel/views/elements/email/html/default.ctp
%%WWWDIR%%/cake/console/libs/templates/skel/views/elements/email/text/default.ctp
%%WWWDIR%%/cake/console/libs/templates/skel/views/layouts/ajax.ctp
%%WWWDIR%%/cake/console/libs/templates/skel/views/layouts/default.ctp
%%WWWDIR%%/cake/console/libs/templates/skel/views/layouts/email/html/default.ctp
%%WWWDIR%%/cake/console/libs/templates/skel/views/layouts/email/text/default.ctp
%%WWWDIR%%/cake/console/libs/templates/skel/views/layouts/flash.ctp
%%WWWDIR%%/cake/console/libs/templates/skel/views/layouts/js/default.ctp
%%WWWDIR%%/cake/console/libs/templates/skel/views/layouts/rss/default.ctp
%%WWWDIR%%/cake/console/libs/templates/skel/views/layouts/xml/default.ctp
%%HTACCESS%%%%WWWDIR%%/cake/console/libs/templates/skel/webroot/.htaccess
%%WWWDIR%%/cake/console/libs/templates/skel/webroot/css.php
%%WWWDIR%%/cake/console/libs/templates/skel/webroot/css/cake.generic.css
%%WWWDIR%%/cake/console/libs/templates/skel/webroot/favicon.ico
%%WWWDIR%%/cake/console/libs/templates/skel/webroot/img/cake.icon.gif
%%WWWDIR%%/cake/console/libs/templates/skel/webroot/img/cake.power.gif
%%WWWDIR%%/cake/console/libs/templates/skel/webroot/index.php
%%WWWDIR%%/cake/console/libs/templates/skel/webroot/js/vendors.php
%%WWWDIR%%/cake/console/libs/templates/skel/webroot/test.php
%%WWWDIR%%/cake/console/libs/templates/views/form.ctp
%%WWWDIR%%/cake/console/libs/templates/views/home.ctp
%%WWWDIR%%/cake/console/libs/templates/views/index.ctp
%%WWWDIR%%/cake/console/libs/templates/views/view.ctp
%%WWWDIR%%/cake/console/libs/testsuite.php
%%WWWDIR%%/cake/dispatcher.php
%%WWWDIR%%/cake/libs/cache.php
%%WWWDIR%%/cake/libs/cache/apc.php
%%WWWDIR%%/cake/libs/cache/file.php
%%WWWDIR%%/cake/libs/cache/memcache.php
%%WWWDIR%%/cake/libs/cache/xcache.php
%%WWWDIR%%/cake/libs/cake_log.php
%%WWWDIR%%/cake/libs/class_registry.php
%%WWWDIR%%/cake/libs/configure.php
%%WWWDIR%%/cake/libs/controller/app_controller.php
%%WWWDIR%%/cake/libs/controller/component.php
%%WWWDIR%%/cake/libs/controller/components/acl.php
%%WWWDIR%%/cake/libs/controller/components/auth.php
%%WWWDIR%%/cake/libs/controller/components/cookie.php
%%WWWDIR%%/cake/libs/controller/components/email.php
%%WWWDIR%%/cake/libs/controller/components/request_handler.php
%%WWWDIR%%/cake/libs/controller/components/security.php
%%WWWDIR%%/cake/libs/controller/components/session.php
%%WWWDIR%%/cake/libs/controller/controller.php
%%WWWDIR%%/cake/libs/controller/pages_controller.php
%%WWWDIR%%/cake/libs/controller/scaffold.php
%%WWWDIR%%/cake/libs/debugger.php
%%WWWDIR%%/cake/libs/error.php
%%WWWDIR%%/cake/libs/file.php
%%WWWDIR%%/cake/libs/flay.php
%%WWWDIR%%/cake/libs/folder.php
%%WWWDIR%%/cake/libs/http_socket.php
%%WWWDIR%%/cake/libs/i18n.php
%%WWWDIR%%/cake/libs/inflector.php
%%WWWDIR%%/cake/libs/l10n.php
%%WWWDIR%%/cake/libs/magic_db.php
%%WWWDIR%%/cake/libs/model/app_model.php
%%WWWDIR%%/cake/libs/model/behavior.php
%%WWWDIR%%/cake/libs/model/behaviors/acl.php
%%WWWDIR%%/cake/libs/model/behaviors/containable.php
%%WWWDIR%%/cake/libs/model/behaviors/translate.php
%%WWWDIR%%/cake/libs/model/behaviors/tree.php
%%WWWDIR%%/cake/libs/model/connection_manager.php
%%WWWDIR%%/cake/libs/model/datasources/datasource.php
%%WWWDIR%%/cake/libs/model/datasources/dbo/dbo_adodb.php
%%WWWDIR%%/cake/libs/model/datasources/dbo/dbo_db2.php
%%WWWDIR%%/cake/libs/model/datasources/dbo/dbo_firebird.php
%%WWWDIR%%/cake/libs/model/datasources/dbo/dbo_mssql.php
%%WWWDIR%%/cake/libs/model/datasources/dbo/dbo_mysql.php
%%WWWDIR%%/cake/libs/model/datasources/dbo/dbo_mysqli.php
%%WWWDIR%%/cake/libs/model/datasources/dbo/dbo_odbc.php
%%WWWDIR%%/cake/libs/model/datasources/dbo/dbo_oracle.php
%%WWWDIR%%/cake/libs/model/datasources/dbo/dbo_postgres.php
%%WWWDIR%%/cake/libs/model/datasources/dbo/dbo_sqlite.php
%%WWWDIR%%/cake/libs/model/datasources/dbo/dbo_sybase.php
%%WWWDIR%%/cake/libs/model/datasources/dbo_source.php
%%WWWDIR%%/cake/libs/model/db_acl.php
%%WWWDIR%%/cake/libs/model/model.php
%%WWWDIR%%/cake/libs/model/schema.php
%%WWWDIR%%/cake/libs/multibyte.php
%%WWWDIR%%/cake/libs/object.php
%%WWWDIR%%/cake/libs/overloadable.php
%%WWWDIR%%/cake/libs/overloadable_php4.php
%%WWWDIR%%/cake/libs/overloadable_php5.php
%%WWWDIR%%/cake/libs/router.php
%%WWWDIR%%/cake/libs/sanitize.php
%%WWWDIR%%/cake/libs/security.php
%%WWWDIR%%/cake/libs/session.php
%%WWWDIR%%/cake/libs/set.php
%%WWWDIR%%/cake/libs/socket.php
%%WWWDIR%%/cake/libs/string.php
%%WWWDIR%%/cake/libs/validation.php
%%WWWDIR%%/cake/libs/view/elements/dump.ctp
%%WWWDIR%%/cake/libs/view/elements/email/html/default.ctp
%%WWWDIR%%/cake/libs/view/elements/email/text/default.ctp
%%WWWDIR%%/cake/libs/view/errors/error404.ctp
%%WWWDIR%%/cake/libs/view/errors/missing_action.ctp
%%WWWDIR%%/cake/libs/view/errors/missing_component_class.ctp
%%WWWDIR%%/cake/libs/view/errors/missing_component_file.ctp
%%WWWDIR%%/cake/libs/view/errors/missing_connection.ctp
%%WWWDIR%%/cake/libs/view/errors/missing_controller.ctp
%%WWWDIR%%/cake/libs/view/errors/missing_helper_class.ctp
%%WWWDIR%%/cake/libs/view/errors/missing_helper_file.ctp
%%WWWDIR%%/cake/libs/view/errors/missing_layout.ctp
%%WWWDIR%%/cake/libs/view/errors/missing_model.ctp
%%WWWDIR%%/cake/libs/view/errors/missing_scaffolddb.ctp
%%WWWDIR%%/cake/libs/view/errors/missing_table.ctp
%%WWWDIR%%/cake/libs/view/errors/missing_view.ctp
%%WWWDIR%%/cake/libs/view/errors/private_action.ctp
%%WWWDIR%%/cake/libs/view/errors/scaffold_error.ctp
%%WWWDIR%%/cake/libs/view/helper.php
%%WWWDIR%%/cake/libs/view/helpers/ajax.php
%%WWWDIR%%/cake/libs/view/helpers/app_helper.php
%%WWWDIR%%/cake/libs/view/helpers/cache.php
%%WWWDIR%%/cake/libs/view/helpers/form.php
%%WWWDIR%%/cake/libs/view/helpers/html.php
%%WWWDIR%%/cake/libs/view/helpers/javascript.php
%%WWWDIR%%/cake/libs/view/helpers/js.php
%%WWWDIR%%/cake/libs/view/helpers/number.php
%%WWWDIR%%/cake/libs/view/helpers/paginator.php
%%WWWDIR%%/cake/libs/view/helpers/rss.php
%%WWWDIR%%/cake/libs/view/helpers/session.php
%%WWWDIR%%/cake/libs/view/helpers/text.php
%%WWWDIR%%/cake/libs/view/helpers/time.php
%%WWWDIR%%/cake/libs/view/helpers/xml.php
%%WWWDIR%%/cake/libs/view/layouts/ajax.ctp
%%WWWDIR%%/cake/libs/view/layouts/default.ctp
%%WWWDIR%%/cake/libs/view/layouts/email/html/default.ctp
%%WWWDIR%%/cake/libs/view/layouts/email/text/default.ctp
%%WWWDIR%%/cake/libs/view/layouts/flash.ctp
%%WWWDIR%%/cake/libs/view/layouts/js/default.ctp
%%WWWDIR%%/cake/libs/view/layouts/rss/default.ctp
%%WWWDIR%%/cake/libs/view/layouts/xml/default.ctp
%%WWWDIR%%/cake/libs/view/media.php
%%WWWDIR%%/cake/libs/view/pages/home.ctp
%%WWWDIR%%/cake/libs/view/scaffolds/edit.ctp
%%WWWDIR%%/cake/libs/view/scaffolds/index.ctp
%%WWWDIR%%/cake/libs/view/scaffolds/view.ctp
%%WWWDIR%%/cake/libs/view/theme.php
%%WWWDIR%%/cake/libs/view/view.php
%%WWWDIR%%/cake/libs/xml.php
%%WWWDIR%%/cake/tests/lib/cake_reporter.php
%%WWWDIR%%/cake/tests/lib/cake_test_case.php
%%WWWDIR%%/cake/tests/lib/cake_test_fixture.php
%%WWWDIR%%/cake/tests/lib/cake_test_model.php
%%WWWDIR%%/cake/tests/lib/cake_web_test_case.php
%%WWWDIR%%/cake/tests/lib/cli_reporter.php
%%WWWDIR%%/cake/tests/lib/code_coverage_manager.php
%%WWWDIR%%/cake/tests/lib/content.php
%%WWWDIR%%/cake/tests/lib/footer.php
%%WWWDIR%%/cake/tests/lib/header.php
%%WWWDIR%%/cake/tests/lib/simpletest.php
%%WWWDIR%%/cake/tests/lib/test_manager.php
%%WWWDIR%%/cake/tests/lib/xdebug.php
%%WWWDIR%%/index.php
%%CONFDIR%%/cakephp.conf
@dirrm %%WWWDIR%%/vendors/shells/templates
@dirrm %%WWWDIR%%/vendors/shells/tasks
@dirrm %%WWWDIR%%/vendors/shells
@dirrm %%WWWDIR%%/vendors/js
@dirrm %%WWWDIR%%/vendors/css
@dirrm %%WWWDIR%%/vendors
@dirrm %%WWWDIR%%/cake/tests/lib
@dirrm %%WWWDIR%%/cake/tests
@dirrm %%WWWDIR%%/cake/libs/view/scaffolds
@dirrm %%WWWDIR%%/cake/libs/view/pages
@dirrm %%WWWDIR%%/cake/libs/view/layouts/xml
@dirrm %%WWWDIR%%/cake/libs/view/layouts/rss
@dirrm %%WWWDIR%%/cake/libs/view/layouts/js
@dirrm %%WWWDIR%%/cake/libs/view/layouts/email/text
@dirrm %%WWWDIR%%/cake/libs/view/layouts/email/html
@dirrm %%WWWDIR%%/cake/libs/view/layouts/email
@dirrm %%WWWDIR%%/cake/libs/view/layouts
@dirrm %%WWWDIR%%/cake/libs/view/helpers
@dirrm %%WWWDIR%%/cake/libs/view/errors
@dirrm %%WWWDIR%%/cake/libs/view/elements/email/text
@dirrm %%WWWDIR%%/cake/libs/view/elements/email/html
@dirrm %%WWWDIR%%/cake/libs/view/elements/email
@dirrm %%WWWDIR%%/cake/libs/view/elements
@dirrm %%WWWDIR%%/cake/libs/view
@dirrm %%WWWDIR%%/cake/libs/model/datasources/dbo
@dirrm %%WWWDIR%%/cake/libs/model/datasources
@dirrm %%WWWDIR%%/cake/libs/model/behaviors
@dirrm %%WWWDIR%%/cake/libs/model
@dirrm %%WWWDIR%%/cake/libs/controller/components
@dirrm %%WWWDIR%%/cake/libs/controller
@dirrm %%WWWDIR%%/cake/libs/cache
@dirrm %%WWWDIR%%/cake/libs
@dirrm %%WWWDIR%%/cake/console/libs/validators
@dirrm %%WWWDIR%%/cake/console/libs/templates/views
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/webroot/js
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/webroot/img
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/webroot/files
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/webroot/css
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/webroot
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/views/scaffolds
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/views/pages
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/views/layouts/xml
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/views/layouts/rss
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/views/layouts/js
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/views/layouts/email/text
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/views/layouts/email/html
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/views/layouts/email
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/views/layouts
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/views/helpers
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/views/errors
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/views/elements/email/text
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/views/elements/email/html
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/views/elements/email
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/views/elements
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/views
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/vendors/shells/templates
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/vendors/shells/tasks
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/vendors/shells
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/vendors
@dirrmtry %%WWWDIR%%/cake/console/libs/templates/skel/tmp/tests
@dirrmtry %%WWWDIR%%/cake/console/libs/templates/skel/tmp/sessions
@dirrmtry %%WWWDIR%%/cake/console/libs/templates/skel/tmp/logs
@dirrmtry %%WWWDIR%%/cake/console/libs/templates/skel/tmp/cache/views
@dirrmtry %%WWWDIR%%/cake/console/libs/templates/skel/tmp/cache/persistent
@dirrmtry %%WWWDIR%%/cake/console/libs/templates/skel/tmp/cache/models
@dirrmtry %%WWWDIR%%/cake/console/libs/templates/skel/tmp/cache
@dirrmtry %%WWWDIR%%/cake/console/libs/templates/skel/tmp
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/tests/groups
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/tests/fixtures
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/tests/cases/models
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/tests/cases/helpers
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/tests/cases/controllers
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/tests/cases/components
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/tests/cases/behaviors
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/tests/cases
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/tests
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/plugins
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/models/datasources
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/models/behaviors
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/models
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/locale/eng/LC_MESSAGES
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/locale/eng
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/locale
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/controllers/components
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/controllers
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/config/sql
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel/config
@dirrm %%WWWDIR%%/cake/console/libs/templates/skel
@dirrm %%WWWDIR%%/cake/console/libs/templates
@dirrm %%WWWDIR%%/cake/console/libs/tasks
@dirrm %%WWWDIR%%/cake/console/libs
@dirrm %%WWWDIR%%/cake/console
@dirrm %%WWWDIR%%/cake/config/unicode/casefolding
@dirrm %%WWWDIR%%/cake/config/unicode
@dirrm %%WWWDIR%%/cake/config
@dirrm %%WWWDIR%%/cake
@dirrm %%WWWDIR%%/app/webroot/js
@dirrm %%WWWDIR%%/app/webroot/img
@dirrm %%WWWDIR%%/app/webroot/files
@dirrm %%WWWDIR%%/app/webroot/css
@dirrm %%WWWDIR%%/app/webroot
@dirrm %%WWWDIR%%/app/views/scaffolds
@dirrm %%WWWDIR%%/app/views/pages
@dirrm %%WWWDIR%%/app/views/layouts/xml
@dirrm %%WWWDIR%%/app/views/layouts/rss
@dirrm %%WWWDIR%%/app/views/layouts/js
@dirrm %%WWWDIR%%/app/views/layouts
@dirrm %%WWWDIR%%/app/views/helpers
@dirrm %%WWWDIR%%/app/views/errors
@dirrm %%WWWDIR%%/app/views/elements
@dirrm %%WWWDIR%%/app/views
@dirrm %%WWWDIR%%/app/vendors/shells/templates
@dirrm %%WWWDIR%%/app/vendors/shells/tasks
@dirrm %%WWWDIR%%/app/vendors/shells
@dirrm %%WWWDIR%%/app/vendors
@dirrmtry %%WWWDIR%%/app/tmp/tests
@dirrmtry %%WWWDIR%%/app/tmp/sessions
@dirrmtry %%WWWDIR%%/app/tmp/logs
@dirrmtry %%WWWDIR%%/app/tmp/cache/views
@dirrmtry %%WWWDIR%%/app/tmp/cache/persistent
@dirrmtry %%WWWDIR%%/app/tmp/cache/models
@dirrmtry %%WWWDIR%%/app/tmp/cache
@dirrmtry %%WWWDIR%%/app/tmp
@dirrm %%WWWDIR%%/app/tests/groups
@dirrm %%WWWDIR%%/app/tests/fixtures
@dirrm %%WWWDIR%%/app/tests/cases/models
@dirrm %%WWWDIR%%/app/tests/cases/helpers
@dirrm %%WWWDIR%%/app/tests/cases/controllers
@dirrm %%WWWDIR%%/app/tests/cases/components
@dirrm %%WWWDIR%%/app/tests/cases/behaviors
@dirrm %%WWWDIR%%/app/tests/cases
@dirrm %%WWWDIR%%/app/tests
@dirrm %%WWWDIR%%/app/plugins
@dirrm %%WWWDIR%%/app/models/datasources
@dirrm %%WWWDIR%%/app/models/behaviors
@dirrm %%WWWDIR%%/app/models
@dirrm %%WWWDIR%%/app/locale/eng/LC_MESSAGES
@dirrm %%WWWDIR%%/app/locale/eng
@dirrm %%WWWDIR%%/app/locale
@dirrm %%WWWDIR%%/app/controllers/components
@dirrm %%WWWDIR%%/app/controllers
@dirrm %%WWWDIR%%/app/config/sql
@dirrmtry %%WWWDIR%%/app/config
@dirrmtry %%WWWDIR%%/app
@dirrmtry %%WWWDIR%%
@exec mkdir -p %D/%%WWWDIR%%/vendors/shells/templates
@exec mkdir -p %D/%%WWWDIR%%/vendors/shells/tasks
@exec mkdir -p %D/%%WWWDIR%%/vendors/js
@exec mkdir -p %D/%%WWWDIR%%/vendors/css
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/validators
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/webroot/files
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/views/scaffolds
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/views/pages
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/views/helpers
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/views/errors
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/vendors/shells/templates
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/vendors/shells/tasks
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/tmp/tests
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/tmp/sessions
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/tmp/logs
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/tmp/cache/views
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/tmp/cache/persistent
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/tmp/cache/models
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/tests/groups
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/tests/fixtures
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/tests/cases/models
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/tests/cases/helpers
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/tests/cases/controllers
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/tests/cases/components
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/tests/cases/behaviors
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/plugins
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/models/datasources
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/models/behaviors
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/locale/eng/LC_MESSAGES
@exec mkdir -p %D/%%WWWDIR%%/cake/console/libs/templates/skel/controllers/components
@exec mkdir -p %D/%%WWWDIR%%/app/webroot/files
@exec mkdir -p %D/%%WWWDIR%%/app/views/scaffolds
@exec mkdir -p %D/%%WWWDIR%%/app/views/pages
@exec mkdir -p %D/%%WWWDIR%%/app/views/layouts/xml
@exec mkdir -p %D/%%WWWDIR%%/app/views/layouts/rss
@exec mkdir -p %D/%%WWWDIR%%/app/views/layouts/js
@exec mkdir -p %D/%%WWWDIR%%/app/views/helpers
@exec mkdir -p %D/%%WWWDIR%%/app/views/errors
@exec mkdir -p %D/%%WWWDIR%%/app/views/elements
@exec mkdir -p %D/%%WWWDIR%%/app/vendors/shells/templates
@exec mkdir -p %D/%%WWWDIR%%/app/vendors/shells/tasks
@exec mkdir -p %D/%%WWWDIR%%/app/tmp/tests
@exec mkdir -p %D/%%WWWDIR%%/app/tmp/sessions
@exec mkdir -p %D/%%WWWDIR%%/app/tmp/logs
@exec mkdir -p %D/%%WWWDIR%%/app/tmp/cache/views
@exec mkdir -p %D/%%WWWDIR%%/app/tmp/cache/persistent
@exec mkdir -p %D/%%WWWDIR%%/app/tmp/cache/models
@exec mkdir -p %D/%%WWWDIR%%/app/tests/groups
@exec mkdir -p %D/%%WWWDIR%%/app/tests/fixtures
@exec mkdir -p %D/%%WWWDIR%%/app/tests/cases/models
@exec mkdir -p %D/%%WWWDIR%%/app/tests/cases/helpers
@exec mkdir -p %D/%%WWWDIR%%/app/tests/cases/controllers
@exec mkdir -p %D/%%WWWDIR%%/app/tests/cases/components
@exec mkdir -p %D/%%WWWDIR%%/app/tests/cases/behaviors
@exec mkdir -p %D/%%WWWDIR%%/app/plugins
@exec mkdir -p %D/%%WWWDIR%%/app/models/datasources
@exec mkdir -p %D/%%WWWDIR%%/app/models/behaviors
@exec mkdir -p %D/%%WWWDIR%%/app/locale/eng/LC_MESSAGES
@exec mkdir -p %D/%%WWWDIR%%/app/controllers/components