[openrtm-commit:00851] r318 - trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python
openrtm @ openrtm.org
openrtm @ openrtm.org
2012年 6月 16日 (土) 19:48:35 JST
Author: sakamoto
Date: 2012-06-16 19:48:35 +0900 (Sat, 16 Jun 2012)
New Revision: 318
Modified:
trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/build.xml
Log:
Modify Build.xml
Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/build.xml
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/build.xml 2012-06-16 10:48:21 UTC (rev 317)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/build.xml 2012-06-16 10:48:35 UTC (rev 318)
@@ -40,8 +40,9 @@
<target name="jar" description="jarファイルを作成します">
<copy todir="${build.dir}/jp/go/aist/rtm/rtcbuilder/python/template">
<fileset dir="${source}/jp/go/aist/rtm/rtcbuilder/python/template">
- <include name="_100/**/**.template" />
- <include name="**.template" />
+ <include name="cmake/**/**.vsl" />
+ <include name="python/**/**.vsl" />
+ <include name="python_04/**/**.vsl" />
</fileset>
</copy>
<mkdir dir="${dist.dir}" />
More information about the openrtm-commit
mailing list