diff options
author | Sven Gothel <[email protected]> | 2021-01-25 13:16:34 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-01-25 13:16:34 +0100 |
commit | feaff07f5942ee6ff2bd94e70bf140c678379490 (patch) | |
tree | 4d547dc6952a595b0f1121245b796d42fed44302 | |
parent | 4408859569896d4843a28fd805ca44323d65c243 (diff) |
eclipse: adjust path ..
-rw-r--r-- | .classpath | 4 | ||||
-rw-r--r-- | .cproject | 10 |
2 files changed, 9 insertions, 5 deletions
@@ -1,8 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="examples/java"/> + <classpathentry kind="src" path="test/java"/> <classpathentry kind="src" path="java"/> <classpathentry kind="src" path="jaulib/java"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_121"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="build-eclipse-amd64/"/> </classpath> @@ -45,11 +45,12 @@ <listOptionValue builtIn="false" value=""${workspace_loc:/direct_bt/include/cppunit}""/> <listOptionValue builtIn="false" value=""${workspace_loc:/direct_bt/include}""/> <listOptionValue builtIn="false" value=""${workspace_loc:/direct_bt/java/jni}""/> - <listOptionValue builtIn="false" value=""${workspace_loc:/direct_bt/build-amd64/java/CMakeFiles/tinybjar.dir/jni}""/> <listOptionValue builtIn="false" value=""${workspace_loc:/direct_bt/build-amd64/src/tinyb}""/> <listOptionValue builtIn="false" value="/usr/include/glib-2.0/"/> <listOptionValue builtIn="false" value="/usr/lib/x86_64-linux-gnu/glib-2.0/include"/> <listOptionValue builtIn="false" value=""${workspace_loc:/direct_bt/api/tinyb}""/> + <listOptionValue builtIn="false" value=""${workspace_loc:/direct_bt/jaulib/include/catch2}""/> + <listOptionValue builtIn="false" value=""${workspace_loc:/direct_bt/build-amd64/java/CMakeFiles/direct_bt_jar.dir/jni}""/> </option> <option id="gnu.cpp.compiler.option.warnings.toerrors.1901215746" name="Warnings as errors (-Werror)" superClass="gnu.cpp.compiler.option.warnings.toerrors" useByScannerDiscovery="false" value="true" valueType="boolean"/> <option id="gnu.cpp.compiler.option.warnings.pedantic.975393834" name="Pedantic (-pedantic)" superClass="gnu.cpp.compiler.option.warnings.pedantic" useByScannerDiscovery="false" value="false" valueType="boolean"/> @@ -145,10 +146,11 @@ <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="api/direct_bt"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="api/ieee11073"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="examples/direct_bt_scanner10"/> - <entry excluding="tinyb/" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="java/jni"/> + <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="jaulib/src"/> + <entry excluding="direct_bt" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="java/jni"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="src/direct_bt"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="src/ieee11073"/> - <entry excluding="direct_bt/|ieee11073/" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="test"/> + <entry excluding="ieee11073/" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="test"/> </sourceEntries> </configuration> </storageModule> @@ -366,7 +368,7 @@ <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="api/ieee11073"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="examples/direct_bt_scanner10"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="jaulib/test"/> - <entry excluding="tinyb/" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="java/jni"/> + <entry excluding="direct_bt" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="java/jni"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="src/direct_bt"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="src/ieee11073"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="test"/> |