Move specification to CommonAPI-Tools, better CMake support in pc file for examples
authorJuergen Gehring <juergen.gehring@bmw.de>
Fri, 7 Mar 2014 16:26:18 +0000 (17:26 +0100)
committerJohannes Langlotz <Johannes.Langlotz@partner.bmw.de>
Fri, 21 Mar 2014 13:31:58 +0000 (14:31 +0100)
.gitattributes
.gitignore
CommonAPI-uninstalled.pc.in
docx/01_mainpage.dox
docx/genivi-SysInfraEGCppCommonAPISpecification.pdf [deleted file]

index 21d46c5..3e11ece 100644 (file)
@@ -34,7 +34,8 @@ org.eclipse.core.resources.prefs text
 *.MF text
 
 # Declare files that will always have CRLF line endings on checkout.
-*.sln text eol=crlf
+*.sln binary
+*.vcxproj binary
 
 # Denote all files that are truly binary and should not be modified.
 *.png binary
index 795a15d..3ea38c9 100644 (file)
@@ -5,6 +5,7 @@
 *.lo
 *.o
 *.gz
+*~
 /.autotools
 /.cproject
 /.project
index a5253d9..0995e47 100644 (file)
@@ -1,7 +1,9 @@
 abs_top_builddir=@abs_top_builddir@
 abs_top_srcdir=@abs_top_srcdir@
-prefix=
-exec_prefix=
+prefix=${abs_top_srcdir}
+exec_prefix=${prefix}
+includedir=${prefix}/src
+libdir=${exec_prefix}/.libs
 
 Name: Common API C++
 Description: GENIVI Common API C++ Library (uninstalled copy)
index e3420bd..65515b1 100644 (file)
@@ -32,7 +32,6 @@ can be found at the <a href="http://projects.genivi.org/commonapi/">project home
 Please see the <a href="http://projects.genivi.org/commonapi/download">project download section</a> for available language bindings.
 
 \par IPC CommonAPI C++ Specification
-The specification IPC CommonAPI C++ is maintained within the GENIVI System Infrastructure Exper Group (EG-SI). 
-A copy of the specification can be found <a href="genivi-SysInfraEGCppCommonAPISpecification.pdf">here</a>.
-
+The specification IPC CommonAPI C++ is maintained within the GENIVI System Infrastructure Expert Group (EG-SI).
+The specification document can be found inside the CommonAPI-Tools project.
 */
diff --git a/docx/genivi-SysInfraEGCppCommonAPISpecification.pdf b/docx/genivi-SysInfraEGCppCommonAPISpecification.pdf
deleted file mode 100755 (executable)
index 9afbf87..0000000
Binary files a/docx/genivi-SysInfraEGCppCommonAPISpecification.pdf and /dev/null differ