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