SRADA-1011: added bundle repackaging script
authorVladislav Eliseev <v.eliseev@samsung.com>
Thu, 11 Aug 2016 16:06:19 +0000 (19:06 +0300)
committerVladislav Eliseev <v.eliseev@samsung.com>
Thu, 18 Aug 2016 16:18:46 +0000 (19:18 +0300)
commit39173b2136f311ab3c444b4cab2b810962d806e6
tree7de1ceb9ac3d98b4c936c687127fb633c8a3ea08
parent8c3b90d0157816faeec56aad4980ef12b5479eb5
SRADA-1011: added bundle repackaging script

* added script that repackages specified bundle
  to make them similar to simple jar library:
  - extract embedded libraries and wrap them into bundles
  - remove unused libraries and other embedded libraries
  - clear Bundle-Classpath header
  - update Require-Bundle header
  - remove Bundle-Activator from embedded bundles
  - remove signature files
* added bnd tool v. 3.3.0
  - build from sources https://github.com/bndtools/bnd

Change-Id: I96f344addd7edfcc922f047ceabfb400b55ce3bd
package/bundle-repack.py [new file with mode: 0755]
package/tools/bnd-3.3.0.jar [new file with mode: 0755]