blob: d348abbeab146f1b366a7e362adc49764aae624b [file] [log] [blame]
Stephan Herrmanna53f6d32011-03-30 01:14:24 +00001#!/bin/sh
2
3PDEBUILD=eclipse/plugins/org.eclipse.pde.build_.*/about.html
4LAUNCHER=eclipse/plugins/org.eclipse.equinox.launcher_
5JDTFEATURE=eclipse/features/org.eclipse.jdt_.*/feature.xml
6JDTCORE=eclipse/plugins/org.eclipse.jdt.core_
7
8tar tzvf $1 | egrep "${PDEBUILD}|${LAUNCHER}|${JDTCORE}|${JDTFEATURE}"
9