Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xreleng/org.eclipse.epp.config/tools/check-incubating.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/tools/check-incubating.sh b/releng/org.eclipse.epp.config/tools/check-incubating.sh
index d63701e2..123c5fca 100755
--- a/releng/org.eclipse.epp.config/tools/check-incubating.sh
+++ b/releng/org.eclipse.epp.config/tools/check-incubating.sh
@@ -25,7 +25,7 @@ for i in *eclipse*linux.gtk.x86_64.tar.gz; do
grep -v "org\\.eclipse\\.tracecompass\\..*" | \
grep -v "org\\.eclipse\\.m2e\\.workspace\\.cli.*" | \
grep -v "org\\.eclipse\\.jface\\.notifications" | \
- grep -v "org\\.eclipse\\.cdt\\.debug\\.core\\.memory" \
+ grep -v "org\\.eclipse\\.cdt\\.debug\\.core\\.memory" | \
grep -v "org\\.eclipse\\.pde\\.spy" \
|| echo " No incubating plug-ins identified"
done

Back to the top