You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
313 B
11 lines
313 B
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
|