summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-01-25 13:16:34 +0100
committerSven Gothel <[email protected]>2021-01-25 13:16:34 +0100
commitfeaff07f5942ee6ff2bd94e70bf140c678379490 (patch)
tree4d547dc6952a595b0f1121245b796d42fed44302
parent4408859569896d4843a28fd805ca44323d65c243 (diff)
eclipse: adjust path ..
-rw-r--r--.classpath4
-rw-r--r--.cproject10
2 files changed, 9 insertions, 5 deletions
diff --git a/.classpath b/.classpath
index 9618e720..a1b4705e 100644
--- a/.classpath
+++ b/.classpath
@@ -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>
diff --git a/.cproject b/.cproject
index f64cafec..dff52ca8 100644
--- a/.cproject
+++ b/.cproject
@@ -45,11 +45,12 @@
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/direct_bt/include/cppunit}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/direct_bt/include}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/direct_bt/java/jni}&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${workspace_loc:/direct_bt/build-amd64/java/CMakeFiles/tinybjar.dir/jni}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/direct_bt/build-amd64/src/tinyb}&quot;"/>
<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="&quot;${workspace_loc:/direct_bt/api/tinyb}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/direct_bt/jaulib/include/catch2}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/direct_bt/build-amd64/java/CMakeFiles/direct_bt_jar.dir/jni}&quot;"/>
</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"/>