1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-23 16:57:36 +02:00

Improved build scripts

Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
This commit is contained in:
Giulio Cesare Solaroli
2012-02-11 23:34:25 +00:00
parent 17efce23d9
commit 185949cb77
16 changed files with 4545 additions and 5580 deletions

View File

@@ -1,4 +1,9 @@
{
"request.path": "../index.php",
"request.path": "index.php",
"should.pay.toll": "false"
"development.settings": {
"url": "http://localhost/php/clipperz"
}
}

View File

@@ -0,0 +1,8 @@
{
"request.path": "clipperz.py",
"should.pay.toll": "false"
"development.settings": {
"url": "http://localhost/python/clipperz"
}
}