PREFIX="core"
fi
- TIZEN____="tizen_native_9.0"
+ TIZEN____="tizen_native_10.0"
echo "Removing $BUILD_TYPE:->$MODULE_NAME module from project..."
TO_PKG_DIR="/opt/tct/$TIZEN____/packages"
if [ $? -ne 0 ]; then echo "Aborting..."; exit 1; fi
cd $TO_PKG_DIR
- echo "-- Removing $TO_PKG_DIR/mobile/tct-$MODULE_NAME-native-$BUILD_TYPE-9.0.zip file"
- if [ -f $TO_PKG_DIR/mobile/tct-$MODULE_NAME-native-$BUILD_TYPE-9.0.zip ]; then
- rm mobile/tct-$MODULE_NAME-native-$BUILD_TYPE-9.0.zip
+ echo "-- Removing $TO_PKG_DIR/mobile/tct-$MODULE_NAME-native-$BUILD_TYPE-10.0.zip file"
+ if [ -f $TO_PKG_DIR/mobile/tct-$MODULE_NAME-native-$BUILD_TYPE-10.0.zip ]; then
+ rm mobile/tct-$MODULE_NAME-native-$BUILD_TYPE-10.0.zip
fi
- echo "-- Removing $TO_PKG_DIR/wearable/tct-$MODULE_NAME-native-$BUILD_TYPE-9.0.zip file"
- if [ -f $TO_PKG_DIR/wearable/tct-$MODULE_NAME-native-$BUILD_TYPE-9.0.zip ]; then
- rm wearable/tct-$MODULE_NAME-native-$BUILD_TYPE-9.0.zip
+ echo "-- Removing $TO_PKG_DIR/wearable/tct-$MODULE_NAME-native-$BUILD_TYPE-10.0.zip file"
+ if [ -f $TO_PKG_DIR/wearable/tct-$MODULE_NAME-native-$BUILD_TYPE-10.0.zip ]; then
+ rm wearable/tct-$MODULE_NAME-native-$BUILD_TYPE-10.0.zip
fi
- echo "-- Removing $TO_PKG_DIR/tv/tct-$MODULE_NAME-native-$BUILD_TYPE-9.0.zip file"
- if [ -f $TO_PKG_DIR/tv/tct-$MODULE_NAME-native-$BUILD_TYPE-9.0.zip ]; then
- rm tv/tct-$MODULE_NAME-native-$BUILD_TYPE-9.0.zip
+ echo "-- Removing $TO_PKG_DIR/tv/tct-$MODULE_NAME-native-$BUILD_TYPE-10.0.zip file"
+ if [ -f $TO_PKG_DIR/tv/tct-$MODULE_NAME-native-$BUILD_TYPE-10.0.zip ]; then
+ rm tv/tct-$MODULE_NAME-native-$BUILD_TYPE-10.0.zip
fi
- echo "-- Removing $TO_PKG_DIR/headed/tct-$MODULE_NAME-native-$BUILD_TYPE-9.0.zip file"
- if [ -f $TO_PKG_DIR/headed/tct-$MODULE_NAME-native-$BUILD_TYPE-9.0.zip ]; then
- rm headed/tct-$MODULE_NAME-native-$BUILD_TYPE-9.0.zip
+ echo "-- Removing $TO_PKG_DIR/headed/tct-$MODULE_NAME-native-$BUILD_TYPE-10.0.zip file"
+ if [ -f $TO_PKG_DIR/headed/tct-$MODULE_NAME-native-$BUILD_TYPE-10.0.zip ]; then
+ rm headed/tct-$MODULE_NAME-native-$BUILD_TYPE-10.0.zip
fi
cd $PROJECT_DIR