[openrtm-commit:03244] r961 - branches/RELENG_1_2/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2018年 3月 19日 (月) 11:48:39 JST
Author: miyamoto
Date: 2018-03-19 11:48:39 +0900 (Mon, 19 Mar 2018)
New Revision: 961
Modified:
branches/RELENG_1_2/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py
Log:
[merge] r960 has been merged from trunk.
Modified: branches/RELENG_1_2/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py
===================================================================
--- branches/RELENG_1_2/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py 2018-03-19 02:46:31 UTC (rev 960)
+++ branches/RELENG_1_2/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py 2018-03-19 02:48:39 UTC (rev 961)
@@ -102,7 +102,7 @@
"manager.modules.C++.suffixes", cpp_suffixes,
"manager.modules.Python.suffixes", "py",
"manager.modules.Java.suffixes", "class",
- "manager.modules.C++.load_paths", "./",
- "manager.modules.Python.load_paths", "./",
- "manager.modules.Java.load_paths", "./",
+ "manager.modules.C++.load_paths", "",
+ "manager.modules.Python.load_paths", "",
+ "manager.modules.Java.load_paths", "",
""]
openrtm-commit メーリングリストの案内