upload for Hudson build
authorsungmin82.ha <sungmin82.ha@samsung.com>
Thu, 23 Jun 2011 07:13:01 +0000 (16:13 +0900)
committersungmin82.ha <sungmin82.ha@samsung.com>
Thu, 23 Jun 2011 07:13:01 +0000 (16:13 +0900)
packaging_eventinjector.sh

index ec5c508..af719cb 100755 (executable)
@@ -55,7 +55,6 @@ package()
 
        package_version=`grep "Version" ${builder_path}/metadata/*`
        ide_version=`echo $package_version | cut -f 2 -d":"`
-       echo $ide_version
        sed -e "s;\(^Version:\).*;\1${ide_version};g" < $metadata_path/pkginfo.manifest > $metadata_path/pkginfo.manifest.new
        mv ${metadata_path}/pkginfo.manifest ${metadata_path}/pkginfo.manifest.bak
        mv ${metadata_path}/pkginfo.manifest.new ${metadata_path}/pkginfo.manifest
@@ -67,6 +66,7 @@ package()
        echo "Create package for install manager..."
        mkdir -p $build_path/packaging/data
        cp -rf $build_result_path/eventinjector $build_path/packaging/data/
+       mv $build_path/packaging/data/eventinjector $build_path/packaging/data/IDE
        cp -rf $metadata_path/* $build_path/packaging
        cd $build_path/packaging