Changeset: 12b1479a45dc for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=12b1479a45dc
Modified Files:
        clients/php/INSTALL
        clients/php/Makefile.ag
        clients/php/README
        clients/php/TODO
        clients/php/doc/generate_doc.sh
        clients/php/examples/query.php
        clients/php/examples/simple_query.php
        clients/php/lib/Makefile.ag
        clients/php/lib/php_mapi.inc
        clients/php/lib/php_monetdb.php
        clients/php/native/INSTALL
        clients/php/native/Makefile.ag
        clients/php/native/README
        clients/php/native/TODO
        clients/php/native/doc/generate_doc.sh
        clients/php/native/examples/query.php
        clients/php/native/examples/simple_query.php
        clients/php/native/lib/Makefile.ag
        clients/php/native/lib/php_mapi.inc
        clients/php/native/lib/php_monetdb.php
Branch: default
Log Message:

src: drop needless native directory


diffs (65 lines):

diff --git a/clients/php/native/INSTALL b/clients/php/INSTALL
rename from clients/php/native/INSTALL
rename to clients/php/INSTALL
diff --git a/clients/php/Makefile.ag b/clients/php/Makefile.ag
--- a/clients/php/Makefile.ag
+++ b/clients/php/Makefile.ag
@@ -17,4 +17,6 @@
 
 MTSAFE
 
-SUBDIRS = native
+SUBDIRS = lib
+
+EXTRA_DIST_DIR = doc examples
diff --git a/clients/php/native/README b/clients/php/README
rename from clients/php/native/README
rename to clients/php/README
diff --git a/clients/php/native/TODO b/clients/php/TODO
rename from clients/php/native/TODO
rename to clients/php/TODO
diff --git a/clients/php/native/doc/generate_doc.sh 
b/clients/php/doc/generate_doc.sh
rename from clients/php/native/doc/generate_doc.sh
rename to clients/php/doc/generate_doc.sh
diff --git a/clients/php/native/examples/query.php 
b/clients/php/examples/query.php
rename from clients/php/native/examples/query.php
rename to clients/php/examples/query.php
diff --git a/clients/php/native/examples/simple_query.php 
b/clients/php/examples/simple_query.php
rename from clients/php/native/examples/simple_query.php
rename to clients/php/examples/simple_query.php
diff --git a/clients/php/native/lib/Makefile.ag b/clients/php/lib/Makefile.ag
rename from clients/php/native/lib/Makefile.ag
rename to clients/php/lib/Makefile.ag
diff --git a/clients/php/native/lib/php_mapi.inc b/clients/php/lib/php_mapi.inc
rename from clients/php/native/lib/php_mapi.inc
rename to clients/php/lib/php_mapi.inc
diff --git a/clients/php/native/lib/php_monetdb.php 
b/clients/php/lib/php_monetdb.php
rename from clients/php/native/lib/php_monetdb.php
rename to clients/php/lib/php_monetdb.php
diff --git a/clients/php/native/Makefile.ag b/clients/php/native/Makefile.ag
deleted file mode 100644
--- a/clients/php/native/Makefile.ag
+++ /dev/null
@@ -1,22 +0,0 @@
-# The contents of this file are subject to the MonetDB Public License
-# Version 1.1 (the "License"); you may not use this file except in
-# compliance with the License. You may obtain a copy of the License at
-# http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
-#
-# Software distributed under the License is distributed on an "AS IS"
-# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
-# License for the specific language governing rights and limitations
-# under the License.
-#
-# The Original Code is the MonetDB Database System.
-#
-# The Initial Developer of the Original Code is CWI.
-# Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
-# Copyright August 2008-2011 MonetDB B.V.
-# All Rights Reserved.
-
-MTSAFE
-
-SUBDIRS = lib
-
-EXTRA_DIST_DIR = doc examples
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to