diff options
author | Sven Gothel <[email protected]> | 2020-10-16 19:24:07 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-10-16 19:24:07 +0200 |
commit | 551bcbcb08bc92655184002f231f52331fb3b03a (patch) | |
tree | 68662988537ae1dc7f6a5b01156e8fd90f391f12 | |
parent | c76a8374293940bd2f6036b2f25c5aa67dd91630 (diff) |
Eclipse .cproject: Need to add include/jau as source to allow refactoring
-rw-r--r-- | .cproject | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ </toolChain> </folderInfo> <sourceEntries> + <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="include/jau"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="java/jni"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="src"/> </sourceEntries> |