author | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2012-02-11 23:34:25 (UTC) |
---|---|---|
committer | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2012-02-11 23:34:25 (UTC) |
commit | 185949cb778dd13a566781bbfa8ef7ed344cc705 (patch) (unidiff) | |
tree | 8fc4ff8cf1efead7610e4141041dd440eb9febbd /backend | |
parent | 17efce23d9f205f56f5ebbe8e4f4ca581ea47bcb (diff) | |
download | clipperz-185949cb778dd13a566781bbfa8ef7ed344cc705.zip clipperz-185949cb778dd13a566781bbfa8ef7ed344cc705.tar.gz clipperz-185949cb778dd13a566781bbfa8ef7ed344cc705.tar.bz2 |
Improved build scripts
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
-rw-r--r-- | backend/php/properties/php.properties.json | 7 | ||||
-rw-r--r-- | backend/python/properties/python.properties.json | 8 |
2 files changed, 14 insertions, 1 deletions
diff --git a/backend/php/properties/php.properties.json b/backend/php/properties/php.properties.json index 32d5084..8ce703a 100644 --- a/backend/php/properties/php.properties.json +++ b/backend/php/properties/php.properties.json | |||
@@ -1,4 +1,9 @@ | |||
1 | { | 1 | { |
2 | "request.path": "../index.php", | 2 | "request.path": "index.php", |
3 | "should.pay.toll": "false" | 3 | "should.pay.toll": "false" |
4 | |||
5 | "development.settings": { | ||
6 | "url": "http://localhost/php/clipperz" | ||
7 | } | ||
8 | |||
4 | } \ No newline at end of file | 9 | } \ No newline at end of file |
diff --git a/backend/python/properties/python.properties.json b/backend/python/properties/python.properties.json index e69de29..128c98e 100644 --- a/backend/python/properties/python.properties.json +++ b/backend/python/properties/python.properties.json | |||
@@ -0,0 +1,8 @@ | |||
1 | { | ||
2 | "request.path": "clipperz.py", | ||
3 | "should.pay.toll": "false" | ||
4 | |||
5 | "development.settings": { | ||
6 | "url": "http://localhost/python/clipperz" | ||
7 | } | ||
8 | } \ No newline at end of file | ||