diff --git a/git-workflow/createFB.sh b/git-workflow/createFB.sh
index b8d56c83..989d1ca4 100755
--- a/git-workflow/createFB.sh
+++ b/git-workflow/createFB.sh
@@ -82,6 +82,12 @@ ADDON_APP_CENTER_TARGET_VERSION=2.0.x-$BRANCH-SNAPSHOT
ADDONS_MANAGER_ORIGIN_VERSION=2.0.x-SNAPSHOT
ADDONS_MANAGER_TARGET_VERSION=2.0.x-$BRANCH-SNAPSHOT
+# meeds
+MEEDS_ORIGIN_VERSION=1.0.x-SNAPSHOT
+MEEDS_TARGET_VERSION=1.0.x-$BRANCH-SNAPSHOT
+
+
+
SCRIPTDIR=$(
cd $(dirname "$0")
pwd
@@ -165,6 +171,7 @@ function replaceProjectVersion() {
wcm-template-pack) $SCRIPTDIR/../replaceInFile.sh "$ADDON_WEB_PACK_ORIGIN_VERSION" "$ADDON_WEB_PACK_TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\"" ;;
wallet) $SCRIPTDIR/../replaceInFile.sh "$ADDON_WALLET_ORIGIN_VERSION" "$ADDON_WALLET_TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\"" ;;
web-conferencing) $SCRIPTDIR/../replaceInFile.sh "$ADDON_WEB_CONFERENCING_ORIGIN_VERSION" "$ADDON_WEB_CONFERENCING_TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\"" ;;
+ meeds) $SCRIPTDIR/../replaceInFile.sh "$MEEDS_ORIGIN_VERSION" "$MEEDS_TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\"" ;;
*) $SCRIPTDIR/../replaceInFile.sh "$ORIGIN_VERSION" "$TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\"" ;;
esac
}
@@ -206,6 +213,9 @@ function replaceProjectDeps() {
# $SCRIPTDIR/../replaceInFile.sh "$ORIGIN_VERSION" "$TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\""
$SCRIPTDIR/../replaceInFile.sh "$ORIGIN_VERSION" "$TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\""
$SCRIPTDIR/../replaceInFile.sh "$ADDONS_MANAGER_ORIGIN_VERSION" "$ADDONS_MANAGER_TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\""
+ # meeds
+ $SCRIPTDIR/../replaceInFile.sh "$MEEDS_ORIGIN_VERSION" "$MEEDS_TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\""
+
}
function replaceProjectAddons() {
@@ -328,6 +338,7 @@ createFB wcm-template-pack
createFB web-conferencing
createFB platform-public-distributions
+createFB meeds
createFB platform-private-distributions
popd
diff --git a/translation/create-translation-branches.sh b/translation/create-translation-branches.sh
index 6a64723f..32ef1608 100755
--- a/translation/create-translation-branches.sh
+++ b/translation/create-translation-branches.sh
@@ -2,7 +2,7 @@
# Script to create Translation branches on exodev:
# * X-x.x-translation
-VERSION=5.3.x-translation
+VERSION=6.0.x-translation
ORIGIN_BRANCH=develop
TARGET_BRANCH=integration/$VERSION
@@ -47,24 +47,33 @@ function createTranslationBranche() {
}
pushd ${SWF_TB_REPOS}
+#exoplatform
+
+
-createTranslationBranche gatein-portal
-createTranslationBranche platform-ui
-createTranslationBranche commons
-createTranslationBranche social
createTranslationBranche ecms
createTranslationBranche wiki
createTranslationBranche forum
createTranslationBranche calendar
-createTranslationBranche integration
-createTranslationBranche platform
-createTranslationBranche platform-public-distributions
createTranslationBranche platform-private-distributions
createTranslationBranche task
createTranslationBranche chat-application
createTranslationBranche wcm-template-pack
createTranslationBranche web-conferencing
createTranslationBranche lecko
+createTranslationBranche onlyoffice
+createTranslationBranche news
+#meeds
+createTranslationBranche meeds
+createTranslationBranche commons
+createTranslationBranche social
+createTranslationBranche platform-ui
+createTranslationBranche gatein-portal
+createTranslationBranche wallet
+createTranslationBranche perk-store
+createTranslationBranche gamification
createTranslationBranche push-notifications
+
+
popd