Skip to content

Commit 9d537b0

Browse files
committed
remove adminder
1 parent 2791b84 commit 9d537b0

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Create a new pull request with your work.
4848
For example :
4949
```text
5050
cd C:\work\
51-
git clone --recursive https://github.com/bearsampp/module-adminer.git
51+
git clone --recursive https://github.com/bearsampp/module-php.git
5252
git clone --recursive https://github.com/bearsampp/dev.git
53-
cd module-adminer\
53+
cd module-php\
5454
```
5555

5656

build/build-release.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ bin.postgresql.url = https://raw.githubusercontent.com/bearsampp/module-postgres
2222
bin.xlight.url = https://raw.githubusercontent.com/bearsampp/module-xlight/main/releases.properties
2323

2424
# Applications
25-
app.adminer.url = https://raw.githubusercontent.com/bearsampp/module-adminer/main/releases.properties
2625
app.phpmyadmin.url = https://raw.githubusercontent.com/bearsampp/module-phpmyadmin/main/releases.properties
2726
app.phppgadmin.url = https://raw.githubusercontent.com/bearsampp/module-phppgadmin/main/releases.properties
2827

build/build-release.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<assertproperty property="bin.xlight.version"/>
2727

2828
<!-- Check apps version -->
29-
<assertproperty property="app.adminer.version"/>
3029
<assertproperty property="app.phpmyadmin.version"/>
3130
<assertproperty property="app.phppgadmin.version"/>
3231

0 commit comments

Comments
 (0)