Skip to content

Commit

Permalink
[2049] Remove Richtext update site
Browse files Browse the repository at this point in the history
Bug 2049

Conflicts:
	releng/plugins/org.polarsys.capella.richtext.site/category.xml
	releng/plugins/org.polarsys.capella.richtext.site/pom.xml

Change-Id: I4d3f079b43c676892851b237cc6c31c257d0cf52
Signed-off-by: Ali Akar <ali.akar82@gmail.com>
  • Loading branch information
aliakar82 committed May 15, 2018
1 parent bf729f6 commit 057a8a4
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 449 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Expand Up @@ -295,7 +295,6 @@
<module>releng/plugins/org.polarsys.capella.rcp</module>
<module>releng/plugins/org.polarsys.capella.rcp.product</module>
<module>releng/plugins/org.polarsys.capella.rcp.site</module>
<module>releng/plugins/org.polarsys.capella.richtext.site</module>

<!-- EGF patterns -->
<module>releng/features/org.polarsys.capella.core.egf.feature</module>
Expand Down Expand Up @@ -341,7 +340,6 @@
<module>releng/plugins/org.polarsys.capella.rcp</module>
<module>releng/plugins/org.polarsys.capella.rcp.product</module>
<module>releng/plugins/org.polarsys.capella.rcp.site</module>
<module>releng/plugins/org.polarsys.capella.richtext.site</module>

<!-- Tests -->
<module>tests/features/org.polarsys.capella.test.feature</module>
Expand Down
@@ -1,6 +1,6 @@
#!/bin/sh
# ====================================================================
# Copyright (c) 2017 THALES GLOBAL SERVICES.
# Copyright (c) 2017, 2018 THALES GLOBAL SERVICES.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
Expand Down Expand Up @@ -72,13 +72,11 @@ MANIFEST_FILE="$WORKSPACE/$UPDATE_PATH/target/$MANIFEST_NAME"
# Ensure the target folder exists
mkdir -p "$TARGET_DIR"/org.polarsys.capella.rcp.site
mkdir -p "$TARGET_DIR"/org.polarsys.capella.test.site
mkdir -p "$TARGET_DIR"/org.polarsys.capella.richtext.site
mkdir -p "$TARGET_DIR"/org.polarsys.capella.egf.site

# The actual publication of the p2 repo produced by the build
cp -dR "$WORKSPACE"/releng/plugins/org.polarsys.capella.rcp.site/target/repository/* "$TARGET_DIR"/org.polarsys.capella.rcp.site
cp -dR "$WORKSPACE"/releng/plugins/org.polarsys.capella.test.site/target/repository/* "$TARGET_DIR"/org.polarsys.capella.test.site
cp -dR "$WORKSPACE"/releng/plugins/org.polarsys.capella.richtext.site/target/repository/* "$TARGET_DIR"/org.polarsys.capella.richtext.site
cp -dR "$WORKSPACE"/releng/plugins/org.polarsys.capella.egf.site/target/repository/* "$TARGET_DIR"/org.polarsys.capella.egf.site

echo "Update site runtime core : $URL_PUBLISH_PREFIX/$BUILD_TYPE/$FULL_VERSION"
Expand Down Expand Up @@ -134,7 +132,6 @@ EOF
# and publish the zipped versions there, at stable URLs
create_redirect "$TARGET_ROOT/$VERSION"/org.polarsys.capella.rcp.site "$BUILD_TYPE/$FULL_VERSION"/org.polarsys.capella.rcp.site
create_redirect "$TARGET_ROOT/$VERSION"/org.polarsys.capella.test.site "$BUILD_TYPE/$FULL_VERSION"/org.polarsys.capella.test.site
create_redirect "$TARGET_ROOT/$VERSION"/org.polarsys.capella.richtext.site "$BUILD_TYPE/$FULL_VERSION"/org.polarsys.capella.richtext.site
create_redirect "$TARGET_ROOT/$VERSION"/org.polarsys.capella.egf.site "$BUILD_TYPE/$FULL_VERSION"/org.polarsys.capella.egf.site
echo "Link runtime core Version : $URL_PUBLISH_PREFIX/$BUILD_TYPE/$VERSION to $URL_PUBLISH_PREFIX/$BUILD_TYPE/$FULL_VERSION "
cp -dR "$WORKSPACE/$UPDATE_PATH"/target/$UPDATE_PRJ_NAME-$VERSION-*.zip "$TARGET_ROOT/$VERSION/$UPDATE_PRJ_NAME-$VERSION.zip"
Expand All @@ -144,7 +141,6 @@ echo "Zipped update site runtime core : $URL_PUBLISH_PREFIX/$BUILD_TYPE/$VERSION
# and publish the zipped versions there, at stable URLs
create_redirect "$TARGET_ROOT/$STREAM"/org.polarsys.capella.rcp.site "$BUILD_TYPE/$FULL_VERSION"/org.polarsys.capella.rcp.site
create_redirect "$TARGET_ROOT/$STREAM"/org.polarsys.capella.test.site "$BUILD_TYPE/$FULL_VERSION"/org.polarsys.capella.test.site
create_redirect "$TARGET_ROOT/$STREAM"/org.polarsys.capella.richtext.site "$BUILD_TYPE/$FULL_VERSION"/org.polarsys.capella.richtext.site
create_redirect "$TARGET_ROOT/$STREAM"/org.polarsys.capella.egf.site "$BUILD_TYPE/$FULL_VERSION"/org.polarsys.capella.egf.site
echo "Link runtime core Short Version : $URL_PUBLISH_PREFIX/$BUILD_TYPE/$STREAM to $URL_PUBLISH_PREFIX/$BUILD_TYPE/$FULL_VERSION "
cp -dR "$WORKSPACE/$UPDATE_PATH"/target/$UPDATE_PRJ_NAME-$VERSION-*.zip "$TARGET_ROOT/$STREAM/$UPDATE_PRJ_NAME-$STREAM.zip"
Expand Down
11 changes: 0 additions & 11 deletions releng/plugins/org.polarsys.capella.richtext.site/.project

This file was deleted.

23 changes: 0 additions & 23 deletions releng/plugins/org.polarsys.capella.richtext.site/category.xml

This file was deleted.

259 changes: 0 additions & 259 deletions releng/plugins/org.polarsys.capella.richtext.site/epl-v10.html

This file was deleted.

0 comments on commit 057a8a4

Please sign in to comment.