Skip to content

Commit 9756686

Browse files
authored
Remove obsolete build stuff (joomla#46127)
1 parent 1530f3b commit 9756686

File tree

5 files changed

+0
-194
lines changed

5 files changed

+0
-194
lines changed

build.xml

Lines changed: 0 additions & 167 deletions
This file was deleted.

build/build.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ function clean_checkout(string $dir)
112112
run_and_check('find libraries/vendor -name .php_cs.dist | xargs rm -rf -');
113113
run_and_check('find libraries/vendor -name phpcs.xsd | xargs rm -rf -');
114114
run_and_check('find libraries/vendor -name phpcs.xml | xargs rm -rf -');
115-
run_and_check('find libraries/vendor -name build.xml | xargs rm -rf -');
116115
run_and_check('find libraries/vendor -name infection.json.dist | xargs rm -rf -');
117116
run_and_check('find libraries/vendor -name phpbench.json | xargs rm -rf -');
118117
run_and_check('find libraries/vendor -name phpstan.neon.dist | xargs rm -rf -');
@@ -442,7 +441,6 @@ function capture_or_fail(string $command): string
442441
// Media Manager Node Assets
443442
'administrator/components/com_media/resources',
444443
'build',
445-
'build.xml',
446444
'CODE_OF_CONDUCT.md',
447445
'composer.json',
448446
'composer.lock',

build/bump.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ function usage($command)
5757

5858
$languagePackXmlFile = '/administrator/manifests/packages/pkg_en-GB.xml';
5959

60-
$antJobFile = '/build.xml';
61-
6260
$packageJsonFiles = [
6361
'/package.json',
6462
'/package-lock.json',
@@ -243,13 +241,6 @@ function usage($command)
243241
file_put_contents($rootPath . $languagePackXmlFile, $fileContents);
244242
}
245243

246-
// Updates the version for the `phpdoc` task in the Ant job file.
247-
if (file_exists($rootPath . $antJobFile)) {
248-
$fileContents = file_get_contents($rootPath . $antJobFile);
249-
$fileContents = preg_replace('#<arg value="Joomla! CMS [^ ]* API" />#', '<arg value="Joomla! CMS ' . $version['main'] . ' API" />', $fileContents);
250-
file_put_contents($rootPath . $antJobFile, $fileContents);
251-
}
252-
253244
// Updates the version in the package.json file.
254245
foreach ($packageJsonFiles as $packageJsonFile) {
255246
if (file_exists($rootPath . $packageJsonFile)) {

build/phpmd.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

tests/System/exclude.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ node_modules
77
.editorconfig
88
.gitignore
99
.php-cs-fixer.dist.php
10-
build.xml
1110
composer.json
1211
composer.lock
1312
crowdin.yml

0 commit comments

Comments
 (0)