aqute-bnd/plans/smoke.fmf

11 lines
313 B
Plaintext

summary: Basic smoke test
prepare:
how: install
package: unzip
execute:
script: |
bnd wrap -b foo -v 1.2.3 /usr/share/java/ant/ant-bootstrap.jar
unzip ant-bootstrap.jar META-INF/MANIFEST.MF
grep ^Bundle-SymbolicName:.foo META-INF/MANIFEST.MF
grep ^Bundle-Version:.1.2.3 META-INF/MANIFEST.MF