[libgda] Added NamespaceInfo.vala and used as first file to valac.



commit 72995dfca1599cfd5a07b52d8ae7ad4886b33a99
Author: Daniel Espinosa <despinosa src gnome org>
Date:   Mon Jan 2 16:13:08 2012 -0600

    Added NamespaceInfo.vala and used as first file to valac.
    
    * NamespaceInfor.vala will hold any namespace annotation as global settings
    and used as first file passed to valac

 libgda/data/Makefile.am        |    1 +
 libgda/data/NamespaceInfo.vala |   24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/libgda/data/Makefile.am b/libgda/data/Makefile.am
index 7111ab6..b129436 100644
--- a/libgda/data/Makefile.am
+++ b/libgda/data/Makefile.am
@@ -55,6 +55,7 @@ data_model_collection_sources = \
 	$(NULL)
 
 libgdadata_5_0_la_VALASOURCES = \
+	NamespaceInfo.vala \
 	$(object_persistance_sources) \
 	$(db_collection_sources) \
 	$(data_model_collection_sources) \
diff --git a/libgda/data/NamespaceInfo.vala b/libgda/data/NamespaceInfo.vala
new file mode 100644
index 0000000..8a72798
--- /dev/null
+++ b/libgda/data/NamespaceInfo.vala
@@ -0,0 +1,24 @@
+/* -*- Mode: Vala; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
+/*
+ * libgdavala
+ * Copyright (C) Daniel Espinosa Ortiz 2011 <esodan gmail com>
+ * 
+ * libgda is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ * 
+ * libgda is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the GNU Lesser General Public License for more details.
+ * 
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
+using Gda;
+
+[CCode (gir_namespace = "GdaData", gir_version = "5.0", cheader_filename="libgda/libgdadata.h")]
+namespace GdaData {
+}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]