diff --git a/eclipse.platform.releng/publish-to-maven-central/CBIaggregator.sh b/eclipse.platform.releng/publish-to-maven-central/CBIaggregator.sh index 7a654840dc7..66aee486086 100755 --- a/eclipse.platform.releng/publish-to-maven-central/CBIaggregator.sh +++ b/eclipse.platform.releng/publish-to-maven-central/CBIaggregator.sh @@ -1,6 +1,6 @@ #!/bin/bash #******************************************************************************* -# Copyright (c) 2016, 2018 GK Software SE and others. +# Copyright (c) 2016, 2023 GK Software SE and others. # # This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 @@ -117,13 +117,6 @@ fi /bin/rm -rf p2.index p2.packed content.jar artifacts.jar -#==== remove features: ==== - -echo "== Features: ==" | tee >> .logs/removed.txt - -/usr/bin/find * -type d -name \*feature.group -print -exec /bin/rm -rf {} \; -prune >> .logs/removed.txt -/usr/bin/find * -type d -name \*feature.jar -print -exec /bin/rm -rf {} \; -prune >> .logs/removed.txt - #==== remove eclipse test plug-ins: ==== echo "== Test plugins: ==" | tee >> .logs/removed.txt