[openrtm-commit:00758] r2347 - trunk/OpenRTM-aist/win32/OpenRTM-aist/installer/omniORB
openrtm @ openrtm.org
openrtm @ openrtm.org
2012年 3月 8日 (木) 23:48:33 JST
Author: kurihara
Date: 2012-03-08 23:48:33 +0900 (Thu, 08 Mar 2012)
New Revision: 2347
Modified:
trunk/OpenRTM-aist/win32/OpenRTM-aist/installer/omniORB/omniwxs.py
Log:
The bug of msi about omniORB has been fixed. refs #2382
Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/installer/omniORB/omniwxs.py
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/installer/omniORB/omniwxs.py 2012-03-08 14:43:23 UTC (rev 2346)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/installer/omniORB/omniwxs.py 2012-03-08 14:48:33 UTC (rev 2347)
@@ -14,8 +14,14 @@
# $Id$
#
-omni_files = "COPYING CREDITS THIS_IS_OMNIORB_4_1_4 COPYING.LIB update.log COPYING.PYTHON sample.reg README.FIRST.txt README.win32.txt ReleaseNotes.txt"
+omni_files = "COPYING CREDITS COPYING.LIB update.log COPYING.PYTHON sample.reg README.FIRST.txt README.win32.txt ReleaseNotes.txt "
+import sys
+if len(sys.argv) > 1:
+ # add THIS_IS_OMNIORB_<version> file
+ # usage: omniwxs.py 'THIS_IS_OMNIORB_4_1_4'
+ omni_files += sys.argv[1]
+
data = [
("", omni_files),
("bin/scripts", "*.py"),
openrtm-commit メーリングリストの案内