[openrtm-commit:01395] r715 - trunk/jp.go.aist.rtm.RTC/installer/win32

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 3月 23日 (日) 01:42:10 JST


Author: win-ei
Date: 2014-03-23 01:42:10 +0900 (Sun, 23 Mar 2014)
New Revision: 715

Modified:
   trunk/jp.go.aist.rtm.RTC/installer/win32/OpenRTM-aist-Java.wxs.in
Log:
Fixed redundant ComponentRefIds. 


Modified: trunk/jp.go.aist.rtm.RTC/installer/win32/OpenRTM-aist-Java.wxs.in
===================================================================
--- trunk/jp.go.aist.rtm.RTC/installer/win32/OpenRTM-aist-Java.wxs.in	2014-03-22 14:33:35 UTC (rev 714)
+++ trunk/jp.go.aist.rtm.RTC/installer/win32/OpenRTM-aist-Java.wxs.in	2014-03-22 16:42:10 UTC (rev 715)
@@ -1366,6 +1366,16 @@
 	<ComponentRef Id="Openrtp" />
 	<ComponentRef Id="OpenrtpConfiguration" />
 	<ComponentRef Id="OpenrtpPlugins" />
+	<!--
+	<ComponentRef Id="OpenrtpPluginsOrg_eclipse_core_runtime_compatibility_registry_3_2_200_v20080610" />
+	<ComponentRef Id="Meta_inf" />
+	<ComponentRef Id="OpenrtpPluginsOrg_eclipse_equinox_launcher_win32_win32_x86_1_0_101_r34x_v20080731" />
+	<ComponentRef Id="Meta_inf_2" />
+	-->
+	<ComponentRef Id="org.eclipse.core.runtime.compatibility.registry_3.2.200.v20080610" />
+	<ComponentRef Id="META_INF" />
+	<ComponentRef Id="org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731" />
+	<ComponentRef Id="META_INF_2" />
       </Feature>
     </Feature>
     <?endif ?>



More information about the openrtm-commit mailing list