[openrtm-commit:03243] r960 - trunk/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2018年 3月 19日 (月) 11:46:31 JST


Author: miyamoto
Date: 2018-03-19 11:46:31 +0900 (Mon, 19 Mar 2018)
New Revision: 960

Modified:
   trunk/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py
Log:
[compat,->RELENG_1_2] modified manager.modules.<lang>.load_paths

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py	2018-03-14 14:04:27 UTC (rev 959)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py	2018-03-19 02:46:31 UTC (rev 960)
@@ -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 メーリングリストの案内