[openrtm-commit:02142] r879 - trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 11月 25日 (金) 15:21:09 JST
Author: kawauchi
Date: 2016-11-25 15:21:09 +0900 (Fri, 25 Nov 2016)
New Revision: 879
Modified:
trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/.project
trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/build.xml
Log:
[compat,->RELENG_1_2] Setting of source package and build setting on Windows have been changed. refs #3715
Modified: trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/.project
===================================================================
--- trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/.project 2016-11-24 09:44:34 UTC (rev 878)
+++ trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/.project 2016-11-25 06:21:09 UTC (rev 879)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>OpenRTM-1.1.0-Java</name>
+ <name>OpenRTM-aist-Java</name>
<comment></comment>
<projects>
</projects>
Modified: trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/build.xml
===================================================================
--- trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/build.xml 2016-11-24 09:44:34 UTC (rev 878)
+++ trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/build.xml 2016-11-25 06:21:09 UTC (rev 879)
@@ -135,10 +135,6 @@
<antcall target="createExe" />
- <antcall target="javaDoc" />
-
- <antcall target="dist" />
-
</target>
@@ -836,15 +832,12 @@
<delete file="${dist.dir}/source/OpenRTM-aist-Java-${version}-RELEASE.tar.gz" />
<tar destfile="${dist.dir}/source/OpenRTM-aist-Java-${version}-RELEASE.tar.gz"
- basedir="../"
+ basedir="../../"
compression="gzip"
- excludes="jp.go.aist.rtm.RTC/installer/**,
- jp.go.aist.rtm.RTC/jar/source/**,
- jp.go.aist.rtm.RTC/Source/**,
- jp.go.aist.rtm.RTC/build_org.xml,
- jp.go.aist.rtm.RTC/jcoverage.ser,
- buildRTC.bat, buildRTC.sh, clean.bat,
- clean.sh, cmd.bat, **/*.swp" />
+ excludes="OpenRTM-aist-Java/jp.go.aist.rtm.RTC/jcoverage.ser,
+ OpenRTM-aist-Java/jp.go.aist.rtm.RTC/License.*,
+ OpenRTM-aist-Java/buildRTC.*, OpenRTM-aist-Java/clean.*,
+ **/*.swp" />
</target>
More information about the openrtm-commit
mailing list