[openrtm-commit:01890] r599 - in trunk/rtmtools: . jp.go.aist.rtm.toolscommon

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 4月 13日 (水) 15:23:37 JST


Author: kawauchi
Date: 2016-04-13 15:23:37 +0900 (Wed, 13 Apr 2016)
New Revision: 599

Modified:
   trunk/rtmtools/jp.go.aist.rtm.toolscommon/build.xml
   trunk/rtmtools/version
Log:
Version number format has been changed. n2a.bat process has been commented out.

Modified: trunk/rtmtools/jp.go.aist.rtm.toolscommon/build.xml
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.toolscommon/build.xml	2016-04-13 05:59:12 UTC (rev 598)
+++ trunk/rtmtools/jp.go.aist.rtm.toolscommon/build.xml	2016-04-13 06:23:37 UTC (rev 599)
@@ -64,7 +64,7 @@
 		<exec executable="${java.home}\..\bin\idlj">
 			<arg line="-fall -td ${source} -i ${idl.path} -emitAll ${idl.Logger}"/>
 		</exec>
-
+<!--
 		<exec executable="n2a.bat">
 			<arg line="${source}\_SDOPackage\*.java"/>
 		</exec>
@@ -77,7 +77,7 @@
 		<exec executable="n2a.bat">
 			<arg line="${source}\RTM\*.java"/>
 		</exec>
-		
+-->	
 	</target>
 
 	<target name="clean" description="ビルドで生成されたファイルを削除します">

Modified: trunk/rtmtools/version
===================================================================
--- trunk/rtmtools/version	2016-04-13 05:59:12 UTC (rev 598)
+++ trunk/rtmtools/version	2016-04-13 06:23:37 UTC (rev 599)
@@ -1,2 +1,2 @@
 VERSION=1.1.2
-PROJECT_VERSION=${VERSION}v$(date +%Y%m%d)
+PROJECT_VERSION=${VERSION}.v$(date +%Y%m%d)



More information about the openrtm-commit mailing list