Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 381 Bytes

tool.md

File metadata and controls

14 lines (12 loc) · 381 Bytes
layout class title summary
default
Header
Tool STRING
Bnd version used to build this bundle
		if (!noExtraHeaders) {
			main.putValue(CREATED_BY, System.getProperty("java.version") + " (" + System.getProperty("java.vendor")
					+ ")");
			main.putValue(TOOL, "Bnd-" + getBndVersion());
			main.putValue(BND_LASTMODIFIED, "" + System.currentTimeMillis());
		}