Move the CDC Connector into its own package

The connector is now in its own package to make its installation easier.
This commit is contained in:
Markus Mäkelä
2018-02-11 15:21:44 +02:00
parent b94f3b8792
commit f252f25624
5 changed files with 8 additions and 8 deletions

View File

@ -48,7 +48,7 @@ cp _build/*.gz .
set -x
if [ "$build_experimental" == "yes" ]
then
for component in experimental devel
for component in experimental devel cdc-connector
do
cd _build
rm CMakeCache.txt