From b90cff815a9d5b778fa150e9ea0f5566016d28a9 Mon Sep 17 00:00:00 2001 From: Arno Renevier Date: Mon, 20 Feb 2012 12:20:08 +0100 Subject: [PATCH] include all altiphp needed files in archive --- library/datasource.php | 1 + library/srtmpostgis | 1 + library/srtmtiles | 1 + scripts/syj.install | 4 ++++ 4 files changed, 7 insertions(+) create mode 120000 library/datasource.php create mode 120000 library/srtmpostgis create mode 120000 library/srtmtiles diff --git a/library/datasource.php b/library/datasource.php new file mode 120000 index 0000000..ee7bb0c --- /dev/null +++ b/library/datasource.php @@ -0,0 +1 @@ +altiphp/datasource.php \ No newline at end of file diff --git a/library/srtmpostgis b/library/srtmpostgis new file mode 120000 index 0000000..1a3e96c --- /dev/null +++ b/library/srtmpostgis @@ -0,0 +1 @@ +altiphp/srtmpostgis/ \ No newline at end of file diff --git a/library/srtmtiles b/library/srtmtiles new file mode 120000 index 0000000..1ec9183 --- /dev/null +++ b/library/srtmtiles @@ -0,0 +1 @@ +altiphp/srtmtiles/ \ No newline at end of file diff --git a/scripts/syj.install b/scripts/syj.install index ff91aec..e4279b6 100644 --- a/scripts/syj.install +++ b/scripts/syj.install @@ -2,6 +2,10 @@ public/js/img public/img public/icons library/*.php library/Zend/* # will not take .git +library/alti.php +library/datasource.php +library/srtmpostgis +library/srtmtiles application public/*.php scripts/cron.php -- 2.39.2