blob: d348abbeab146f1b366a7e362adc49764aae624b [file] [log] [blame]
#!/bin/sh
PDEBUILD=eclipse/plugins/org.eclipse.pde.build_.*/about.html
LAUNCHER=eclipse/plugins/org.eclipse.equinox.launcher_
JDTFEATURE=eclipse/features/org.eclipse.jdt_.*/feature.xml
JDTCORE=eclipse/plugins/org.eclipse.jdt.core_
tar tzvf $1 | egrep "${PDEBUILD}|${LAUNCHER}|${JDTCORE}|${JDTFEATURE}"