summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Gehring <juergen.gehring@bmw.de>2014-03-07 17:26:18 +0100
committerJohannes Langlotz <Johannes.Langlotz@partner.bmw.de>2014-03-21 14:31:58 +0100
commitda6d99bda0b1b160a9bd17c68a60a40b05c3fe77 (patch)
tree4046e00bb9a588f3652ee30714b5b9c26bc76def
parent31efccbd3aae7959bbb4d2614c383d6d9f28019d (diff)
downloadgenivi-common-api-runtime-da6d99bda0b1b160a9bd17c68a60a40b05c3fe77.tar.gz
Move specification to CommonAPI-Tools, better CMake support in pc file for examples
-rw-r--r--.gitattributes3
-rw-r--r--.gitignore1
-rw-r--r--CommonAPI-uninstalled.pc.in6
-rw-r--r--docx/01_mainpage.dox5
-rwxr-xr-xdocx/genivi-SysInfraEGCppCommonAPISpecification.pdfbin268443 -> 0 bytes
5 files changed, 9 insertions, 6 deletions
diff --git a/.gitattributes b/.gitattributes
index 21d46c5..3e11ece 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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
diff --git a/.gitignore b/.gitignore
index 795a15d..3ea38c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
*.lo
*.o
*.gz
+*~
/.autotools
/.cproject
/.project
diff --git a/CommonAPI-uninstalled.pc.in b/CommonAPI-uninstalled.pc.in
index a5253d9..0995e47 100644
--- a/CommonAPI-uninstalled.pc.in
+++ b/CommonAPI-uninstalled.pc.in
@@ -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)
diff --git a/docx/01_mainpage.dox b/docx/01_mainpage.dox
index e3420bd..65515b1 100644
--- a/docx/01_mainpage.dox
+++ b/docx/01_mainpage.dox
@@ -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
index 9afbf87..0000000
--- a/docx/genivi-SysInfraEGCppCommonAPISpecification.pdf
+++ /dev/null
Binary files differ