[openrtm-commit:00946] r387 - trunk/rtmtools
openrtm @ openrtm.org
openrtm @ openrtm.org
2013年 1月 25日 (金) 15:54:26 JST
Author: n-ando
Date: 2013-01-25 15:54:26 +0900 (Fri, 25 Jan 2013)
New Revision: 387
Removed:
trunk/rtmtools/buildrtcbuilder.bat
trunk/rtmtools/buildrtcbuilder.sh
trunk/rtmtools/buildsystemeditor.bat
trunk/rtmtools/buildsystemeditor.sh
trunk/rtmtools/clean_rtcb.bat
trunk/rtmtools/clean_rtcb.sh
trunk/rtmtools/clean_rtse.bat
trunk/rtmtools/clean_rtse.sh
Log:
Unused scripts have been deleted.
Deleted: trunk/rtmtools/buildrtcbuilder.bat
===================================================================
--- trunk/rtmtools/buildrtcbuilder.bat 2013-01-25 05:39:45 UTC (rev 386)
+++ trunk/rtmtools/buildrtcbuilder.bat 2013-01-25 06:54:26 UTC (rev 387)
@@ -1,168 +0,0 @@
- at echo off
-rem ---------------------------------------------------------------------------
-rem ---------------------------------------------------------------------------
- at set JARDIR=rtcbuilder_1.1.0
- at set LIBS=-lib ..\lib -lib %ECLIPSE_HOME%\plugins
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist %JARDIR% (
- rd /S /Q %JARDIR%
-)
-mkdir %JARDIR%
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.toolscommon.profiles (
- echo -jp.go.aist.rtm.toolscommon.profiles
- cd jp.go.aist.rtm.toolscommon.profiles
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.toolscommon.profiles doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.toolscommon.profiles.nl1 (
- echo -jp.go.aist.rtm.toolscommon.profiles.nl1
- cd jp.go.aist.rtm.toolscommon.profiles.nl1
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.toolscommon.profilesi.nl1 doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.toolscommon (
- echo -jp.go.aist.rtm.toolscommon
- cd jp.go.aist.rtm.toolscommon
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.toolscommon doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.toolscommon.nl1 (
- echo -jp.go.aist.rtm.toolscommon.nl1
- cd jp.go.aist.rtm.toolscommon.nl1
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.toolscommon.nl1 doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.rtcbuilder (
- echo -jp.go.aist.rtm.rtcbuilder
- cd jp.go.aist.rtm.rtcbuilder
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.rtcbuilder doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.rtcbuilder.nl1 (
- echo -jp.go.aist.rtm.rtcbuilder.nl1
- cd jp.go.aist.rtm.rtcbuilder.nl1
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.rtcbuilder.nl1 doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.rtcbuilder.java (
- echo -jp.go.aist.rtm.rtcbuilder.java
- cd jp.go.aist.rtm.rtcbuilder.java
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.rtcbuilder.java doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.rtcbuilder.python (
- echo -jp.go.aist.rtm.rtcbuilder.python
- cd jp.go.aist.rtm.rtcbuilder.python
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.rtcbuilder.python doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.rtcbuilder.vbdotnet (
- echo -jp.go.aist.rtm.rtcbuilder.vbdotnet
- cd jp.go.aist.rtm.rtcbuilder.vbdotnet
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.rtcbuilder.vbdotnet doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.rtcbuilder.csharp (
- echo -jp.go.aist.rtm.rtcbuilder.csharp
- cd jp.go.aist.rtm.rtcbuilder.csharp
- call ant buildAll %LIBS%
- echo --
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.rtcbuilder.csharp doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist zip.vbs (
- del %JARDIR%.zip
- CScript.exe .\zip.vbs\MakeZIP.VBS %JARDIR%.zip %JARDIR%
- rd /S /Q %JARDIR%
-)
- at goto END
-
-:FAIL
-cd..
-
-:END
Deleted: trunk/rtmtools/buildrtcbuilder.sh
===================================================================
--- trunk/rtmtools/buildrtcbuilder.sh 2013-01-25 05:39:45 UTC (rev 386)
+++ trunk/rtmtools/buildrtcbuilder.sh 2013-01-25 06:54:26 UTC (rev 387)
@@ -1,86 +0,0 @@
-#!/bin/sh
-#===========================================================================
-# update:
-# cerate:Sep/11/2008
-#
-# このシェルスクリプトは RTCBuilder をビルドします。
-# (以降、"Update"毎に上記に日付、名前、変更内容を記述する)
-# このシェルスクリプトは RTCBuilder をビルドします。
-# 環境
-# 以下にビルドに必要な環境とインストール方法を簡単に示します。
-# Eclipse SDK
-# ant
-# jdk
-#
-# 環境変数
-# ビルドに必要な環境変数を以下に示します。
-# ECLIPSE_HOME Eclipse SDK 3.2.x の実行ファイルがあるディレクトリを指定
-# JAVA_HOME jdkのディレクトリを指定します。
-#
-#===========================================================================
-
-#---------------------------------------------------------------------------
-#---------------------------------------------------------------------------
-JARDIR=rtcbuilder_1.1.0
-LIBS="-lib ../lib -lib $ECLIPSE_HOME/plugins"
-
-#---------------------------------------------------------------------------
-#
-#---------------------------------------------------------------------------
-declare -a build_tbl=( \
- "jp.go.aist.rtm.toolscommon" \
- "jp.go.aist.rtm.toolscommon.nl1" \
- "jp.go.aist.rtm.toolscommon.profiles" \
- "jp.go.aist.rtm.toolscommon.profiles.nl1" \
- "jp.go.aist.rtm.rtcbuilder" \
- "jp.go.aist.rtm.rtcbuilder.nl1" \
- "jp.go.aist.rtm.rtcbuilder.csharp" \
- "jp.go.aist.rtm.rtcbuilder.java" \
- "jp.go.aist.rtm.rtcbuilder.python" \
- "jp.go.aist.rtm.rtcbuilder.vbdotnet" \
-)
-
-
-declare -i num
-declare -i ic
-num=${#build_tbl[@]}
-
-ic=0
-while [ $ic -lt $num ]
-do
- if [ -d ${build_tbl[ic]} ]
- then
- echo "-" ${build_tbl[ic]}
- cd ${build_tbl[ic]}
- ant buildAll ${LIBS}
- if [ $? -ne 0 ];
- then
- exit 1
- fi
- cd ..
- else
- echo ${build_tbl[ic]} "doesn't exist."
- fi
- ic=ic+1
-done
-
-#---------------------------------------------------------------------------
-# 必要なファイルをzip
-#
-#
-#---------------------------------------------------------------------------
-mkdir ./${JARDIR}
-ic=0
-declare name
-while [ $ic -lt $num ]
-do
- name=${build_tbl[ic]}"_*.jar"
- cp -p ${build_tbl[ic]}/jar/$name ./${JARDIR}
- ic=ic+1
-done
-rm ${JARDIR}.zip
-zip ${JARDIR}.zip -r ./${JARDIR}/
-
-rm -rf ./${JARDIR}
-
-
Deleted: trunk/rtmtools/buildsystemeditor.bat
===================================================================
--- trunk/rtmtools/buildsystemeditor.bat 2013-01-25 05:39:45 UTC (rev 386)
+++ trunk/rtmtools/buildsystemeditor.bat 2013-01-25 06:54:26 UTC (rev 387)
@@ -1,170 +0,0 @@
- at echo off
-rem ---------------------------------------------------------------------------
-rem ---------------------------------------------------------------------------
- at set JARDIR=rtsystemeditor_1.1.0
- at set LIBS=-lib ..\lib -lib %ECLIPSE_HOME%\plugins
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist %JARDIR% (
- rd /S /Q %JARDIR%
-)
-mkdir %JARDIR%
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.toolscommon (
- echo -jp.go.aist.rtm.toolscommon
- cd jp.go.aist.rtm.toolscommon
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.toolscommon doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.toolscommon.nl1 (
- echo -jp.go.aist.rtm.toolscommon.nl1
- cd jp.go.aist.rtm.toolscommon.nl1
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.toolscommon.nl1 doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.toolscommon.profiles (
- echo -jp.go.aist.rtm.toolscommon.profiles
- cd jp.go.aist.rtm.toolscommon.profiles
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.toolscommon.profiles doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.toolscommon.profiles.nl1 (
- echo -jp.go.aist.rtm.toolscommon.profiles.nl1
- cd jp.go.aist.rtm.toolscommon.profiles.nl1
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.toolscommon.profiles.nl1 doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.repositoryView (
- echo -jp.go.aist.rtm.repositoryView
- cd jp.go.aist.rtm.repositoryView
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.repositoryView doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.repositoryView.nl1 (
- echo -jp.go.aist.rtm.repositoryView.nl1
- cd jp.go.aist.rtm.repositoryView.nl1
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.repositoryView.nl1 doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.nameserviceview (
- echo -jp.go.aist.rtm.nameserviceview
- cd jp.go.aist.rtm.nameserviceview
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.nameserviceview doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.nameserviceview.nl1 (
- echo -jp.go.aist.rtm.nameserviceview.nl1
- cd jp.go.aist.rtm.nameserviceview.nl1
- call ant buildAll %LIBS%
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.nameserviceview.nl1 doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.systemeditor (
- echo -jp.go.aist.rtm.systemeditor
- cd jp.go.aist.rtm.systemeditor
- call ant buildAll %LIBS%
- echo --
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.systemeditor doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist jp.go.aist.rtm.systemeditor.nl1 (
- echo -jp.go.aist.rtm.systemeditor.nl1
- cd jp.go.aist.rtm.systemeditor.nl1
- call ant buildAll %LIBS%
- echo --
- if ERRORLEVEL 1 goto FAIL
- copy jar\*aist*.jar ..\%JARDIR%
- cd ..
-) else (
- echo -jp.go.aist.rtm.systemeditor.nl1 doesn't exist.
-)
-
-rem ---------------------------------------------------------------------------
-rem
-rem ---------------------------------------------------------------------------
- at if exist zip.vbs (
- del %JARDIR%.zip
- CScript.exe .\zip.vbs\MakeZIP.VBS %JARDIR%.zip %JARDIR%
- rd /S /Q %JARDIR%
-)
- at goto END
-
-:FAIL
-cd ..
-
-:END
-
Deleted: trunk/rtmtools/buildsystemeditor.sh
===================================================================
--- trunk/rtmtools/buildsystemeditor.sh 2013-01-25 05:39:45 UTC (rev 386)
+++ trunk/rtmtools/buildsystemeditor.sh 2013-01-25 06:54:26 UTC (rev 387)
@@ -1,89 +0,0 @@
-#!/bin/sh
-#===========================================================================
-# update:
-# cerate:Sep/11/2008
-#
-# このシェルスクリプトは RTSystemEditor をビルドします。
-# (以降、"Update"毎に上記に日付、名前、変更内容を記述する)
-# このシェルスクリプトは RTSystemEditor をビルドします。
-# 環境
-# 以下にビルドに必要な環境とインストール方法を簡単に示します。
-# Eclipse SDK
-# ant
-# jdk
-#
-# 環境変数
-# ビルドに必要な環境変数を以下に示します。
-# ECLIPSE_HOME Eclipse SDK 3.2.x の実行ファイルがあるディレクトリを指定
-# JAVA_HOME jdkのディレクトリを指定します。
-#
-#===========================================================================
-#
-#
-
-#---------------------------------------------------------------------------
-#---------------------------------------------------------------------------
-JARDIR=rtcbuilder_1.1.0
-LIBS="-lib ../lib -lib $ECLIPSE_HOME/plugins"
-
-#---------------------------------------------------------------------------
-#
-#---------------------------------------------------------------------------
-declare -a build_tbl=( \
- "jp.go.aist.rtm.toolscommon" \
- "jp.go.aist.rtm.toolscommon.nl1" \
- "jp.go.aist.rtm.toolscommon.profiles" \
- "jp.go.aist.rtm.toolscommon.profiles.nl1" \
- "jp.go.aist.rtm.repositoryView" \
- "jp.go.aist.rtm.repositoryView.nl1" \
- "jp.go.aist.rtm.nameserviceview" \
- "jp.go.aist.rtm.nameserviceview.nl1" \
- "jp.go.aist.rtm.systemeditor" \
- "jp.go.aist.rtm.systemeditor.nl1" \
-)
-
-
-declare -i num
-declare -i ic
-num=${#build_tbl[@]}
-
-ic=0
-while [ $ic -lt $num ]
-do
- if [ -d ${build_tbl[ic]} ]
- then
- echo "-" ${build_tbl[ic]}
- cd ${build_tbl[ic]}
- ant buildAll ${LIBS}
- if [ $? -ne 0 ];
- then
- exit 1
- fi
- cd ..
- else
- echo ${build_tbl[ic]} "doesn't exist."
- fi
- ic=ic+1
-done
-
-#---------------------------------------------------------------------------
-# 必要なファイルをzip
-#
-#
-#---------------------------------------------------------------------------
-mkdir ./${JARDIR}
-#find ./ -name '*aist*.jar' -exec cp -p {} . \;
-ic=0
-declare name
-while [ $ic -lt $num ]
-do
- name=${build_tbl[ic]}"_*.jar"
- cp -p ${build_tbl[ic]}/jar/$name ./${JARDIR}
- ic=ic+1
-done
-rm ${JARDIR}.zip
-zip ${JARDIR}.zip -r ./${JARDIR}
-
-rm -rf ./${JARDIR}
-
-
Deleted: trunk/rtmtools/clean_rtcb.bat
===================================================================
--- trunk/rtmtools/clean_rtcb.bat 2013-01-25 05:39:45 UTC (rev 386)
+++ trunk/rtmtools/clean_rtcb.bat 2013-01-25 06:54:26 UTC (rev 387)
@@ -1,34 +0,0 @@
- at echo off
- at set TEMP_FILE1=temp1.txt
-
-rem
-rem classt@CÌíijavacÌoÍt@Cj
-rem
-for /r ./ %%L in (*.class) do del %%L
-
-rem
-rem javat@CÌíiidljÌoÍt@Cj
-rem
- at set KEY_WORD=IDL-to-Java
- at findstr /s /m "%KEY_WORD%" *.java > %TEMP_FILE1%
-for /f "tokens=* delims=" %%L in ( %TEMP_FILE1% ) do del %%L
- at del %TEMP_FILE1%
-
-rem
-rem htmlt@CÌíijavadocÌoÍt@Cj
-rem
- at set KEY_WORD='Generated by javadoc'
- at findstr /s /m "%KEY_WORD%" *.html > %TEMP_FILE1%
-for /f "tokens=* delims=" %%L in ( %TEMP_FILE1% ) do del %%L
- at del %TEMP_FILE1%
-
-rem
-rem jart@CÌíijarÌoÍt@Cj
-rem
-for /r ./ %%L in (*aist*.jar) do del %%L
-
-rem
-rem msit@CÌí
-rem
-for /r ./ %%L in (*.msi) do del %%L
-
Deleted: trunk/rtmtools/clean_rtcb.sh
===================================================================
--- trunk/rtmtools/clean_rtcb.sh 2013-01-25 05:39:45 UTC (rev 386)
+++ trunk/rtmtools/clean_rtcb.sh 2013-01-25 06:54:26 UTC (rev 387)
@@ -1,7 +0,0 @@
-#!/bin/sh
-find ./ -name '*.class' -exec rm -f {} \;
-find ./ -name '*.java' -exec grep -nH 'IDL-to-Java' {} \; -exec rm -f {} \;
-find ./ -name '*.html' -exec grep -nH 'Generated by javadoc' {} \; -exec rm -f {} \;
-find ./ -name '*aist*.jar' -exec rm -f {} \;
-find ./ -name '*.msi' -exec rm -f {} \;
-
Deleted: trunk/rtmtools/clean_rtse.bat
===================================================================
--- trunk/rtmtools/clean_rtse.bat 2013-01-25 05:39:45 UTC (rev 386)
+++ trunk/rtmtools/clean_rtse.bat 2013-01-25 06:54:26 UTC (rev 387)
@@ -1,34 +0,0 @@
- at echo off
- at set TEMP_FILE1=temp1.txt
-
-rem
-rem classt@CÌíijavacÌoÍt@Cj
-rem
-for /r ./ %%L in (*.class) do del %%L
-
-rem
-rem javat@CÌíiidljÌoÍt@Cj
-rem
- at set KEY_WORD=IDL-to-Java
- at findstr /s /m "%KEY_WORD%" *.java > %TEMP_FILE1%
-for /f "tokens=* delims=" %%L in ( %TEMP_FILE1% ) do del %%L
- at del %TEMP_FILE1%
-
-rem
-rem htmlt@CÌíijavadocÌoÍt@Cj
-rem
- at set KEY_WORD='Generated by javadoc'
- at findstr /s /m "%KEY_WORD%" *.html > %TEMP_FILE1%
-for /f "tokens=* delims=" %%L in ( %TEMP_FILE1% ) do del %%L
- at del %TEMP_FILE1%
-
-rem
-rem jart@CÌíijarÌoÍt@Cj
-rem
-for /r ./ %%L in (*aist*.jar) do del %%L
-
-rem
-rem msit@CÌí
-rem
-for /r ./ %%L in (*.msi) do del %%L
-
Deleted: trunk/rtmtools/clean_rtse.sh
===================================================================
--- trunk/rtmtools/clean_rtse.sh 2013-01-25 05:39:45 UTC (rev 386)
+++ trunk/rtmtools/clean_rtse.sh 2013-01-25 06:54:26 UTC (rev 387)
@@ -1,7 +0,0 @@
-#!/bin/sh
-find ./ -name '*.class' -exec rm -f {} \;
-find ./ -name '*.java' -exec grep -nH 'IDL-to-Java' {} \; -exec rm -f {} \;
-find ./ -name '*.html' -exec grep -nH 'Generated by javadoc' {} \; -exec rm -f {} \;
-find ./ -name '*aist*.jar' -exec rm -f {} \;
-find ./ -name '*.msi' -exec rm -f {} \;
-
More information about the openrtm-commit
mailing list