[openrtm-commit:01490] r523 - branches/work_kawauchi/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/manager

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 10月 24日 (金) 16:42:04 JST


Author: kawauchi
Date: 2014-10-24 16:42:04 +0900 (Fri, 24 Oct 2014)
New Revision: 523

Modified:
   branches/work_kawauchi/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/manager/PythonCMakeGenerateManager.java
Log:
Unnecessary code has been deleted.

Modified: branches/work_kawauchi/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/manager/PythonCMakeGenerateManager.java
===================================================================
--- branches/work_kawauchi/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/manager/PythonCMakeGenerateManager.java	2014-10-24 07:36:59 UTC (rev 522)
+++ branches/work_kawauchi/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/manager/PythonCMakeGenerateManager.java	2014-10-24 07:42:04 UTC (rev 523)
@@ -81,14 +81,12 @@
 		return generatePython(infile, outfile, contextMap);
 	}
 
-	@Override
 	public GeneratedResult generateResourceDescriptionTXT(Map<String, Object> contextMap) {
 		String outfile = "cpack_resources/Description.txt";
 		String infile = "cmake/Description.txt.vsl";
 		return generatePython(infile, outfile, contextMap);
 	}
 
-	@Override
 	public GeneratedResult generateResourceLicenseTXT(Map<String, Object> contextMap) {
 		String outfile = "cpack_resources/License.txt";
 		String infile = "cmake/License.txt.vsl";



More information about the openrtm-commit mailing list