diff --git a/CHANGES b/CHANGES index 919f3cc..49ed516 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ Changes ======= +v3.1.12.2 +- Fixed dependency to Eclipse Modeling Framework causing compilation error. + v3.1.12.1 - support 'lock functors' in AttributeDispatcher(s) diff --git a/org.genivi.commonapi.dbus.verification/doit.sh b/org.genivi.commonapi.dbus.verification/doit.sh deleted file mode 100755 index f88a65a..0000000 --- a/org.genivi.commonapi.dbus.verification/doit.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -rm -rf src-gen -rm -rf build -mkdir build -cd build/ - -export PKG_CONFIG_PATH=$(readlink -f ../../../ascgit017.CommonAPI-D-Bus/patched-dbus/lib/pkgconfig/) -export LD_LIBRARY_PATH=$(readlink -f ../../../ascgit017.CommonAPI-D-Bus/patched-dbus/lib) -export LIBRARY_PATH=$(readlink -f ../../../ascgit017.CommonAPI-D-Bus/patched-dbus/lib) - -cmake \ --DCOMMONAPI_TOOL_GENERATOR=$(readlink -f ../../../ascgit017.CommonAPI-Tools/org.genivi.commonapi.core.cli.product/target/products/org.genivi.commonapi.core.cli.product/linux/gtk/x86_64/commonapi-generator-linux-x86_64) \ --DCOMMONAPI_DBUS_TOOL_GENERATOR=$(readlink -f ../../../ascgit017.CommonAPI-D-Bus-Tools/org.genivi.commonapi.dbus.cli.product/target/products/org.genivi.commonapi.dbus.cli.product/linux/gtk/x86_64/commonapi-dbus-generator-linux-x86_64) \ --DCommonAPI_DIR=$(readlink -f ../../../ascgit017.CommonAPI/build) \ --DCommonAPI-DBus_DIR=$(readlink -f ../../../ascgit017.CommonAPI-D-Bus/build) \ --DCOMMONAPI_TEST_FIDL_PATH=$(readlink -f ../../../ascgit017.CommonAPI-Tools/org.genivi.commonapi.core.verification/fidl) \ -.. - -make \ No newline at end of file diff --git a/org.genivi.commonapi.releng/pom.xml b/org.genivi.commonapi.releng/pom.xml index c837e8a..53e762b 100644 --- a/org.genivi.commonapi.releng/pom.xml +++ b/org.genivi.commonapi.releng/pom.xml @@ -89,6 +89,13 @@ org.eclipse.xtend xtend-maven-plugin ${xtend-version} + + + org.eclipse.platform + org.eclipse.equinox.common + 3.10.0 + +