[openrtm-commit:00980] r406 - trunk/rtmtools

openrtm @ openrtm.org openrtm @ openrtm.org
2013年 2月 5日 (火) 00:35:14 JST


Author: n-ando
Date: 2013-02-05 00:35:14 +0900 (Tue, 05 Feb 2013)
New Revision: 406

Modified:
   trunk/rtmtools/make_packages
Log:
Now language pack was switched to pleiades.

Modified: trunk/rtmtools/make_packages
===================================================================
--- trunk/rtmtools/make_packages	2013-02-04 15:18:50 UTC (rev 405)
+++ trunk/rtmtools/make_packages	2013-02-04 15:35:14 UTC (rev 406)
@@ -108,7 +108,8 @@
          org.eclipse.xsd.sdk.feature.group"
 
 # Language package information
-true ${LANGPACK_URL:="http://sourceforge.jp/frs/redir.php?m=iij&f=%2Fblancofw%2F56316%2FNLpackja-eclipse-SDK-3.8.0-blancofw20120628.zip"}
+true ${LANGPACK_URL:="http://sourceforge.jp/projects/mergedoc/svn/view/trunk/Pleiades/build/pleiades.zip"}
+true ${LANGPACK_FILE_NAME:="pleiades.zip"}
 
 # openrtp tool information
 HERE=`pwd`
@@ -402,12 +403,11 @@
 download_langpack()
 {
     echo "Downloading Eclipse language pack: $LANGPACK_URL"
-    NL_FILE_NAME=`echo $LANGPACK_URL | sed -e 's/.*\(NLpackja.*\.zip\)/\1/'`
-    if test "x$NL_FILE_NAME" = "x" ; then
+    if test "x$LANGPACK_FILE_NAME" = "x" ; then
         echo "Invalid URL specified"
     fi
-    if test ! -f $NL_FILE_NAME ; then
-        curl -o $WORK_DIR/$NL_FILE_NAME $LANGPACK_URL
+    if test ! -f $WORK_DIR/$LANGPACK_FILE_NAME ; then
+        curl -o $WORK_DIR/$LANGPACK_FILE_NAME $LANGPACK_URL
     fi
     if test $? -ne 0 ; then
         echo "Downloading language pack failed. Aborting."



More information about the openrtm-commit mailing list