library.put(TAG_VERSION, String.valueOf(CURRENT_VERSION));
library.put(TAG_SYSTEMLIBRARY, String.valueOf(isSystemLibrary));
xmlWriter.printTag(TAG_USERLIBRARY, library, true, true, false);
for (int i = 0, length = entries.length; i < length; ++i) {
BuildpathEntry cpEntry = (BuildpathEntry) entries[i];
HashMap<String, String> archive = new HashMap<String, String>();
archive.put(TAG_PATH, cpEntry.getPath().toString());
// boolean hasExtraAttributes = cpEntry.extraAttributes != null
// && cpEntry.extraAttributes.length != 0;
boolean hasExtraAttributes = false;
boolean hasRestrictions = cpEntry.getAccessRuleSet() != null; // access
// rule
// set
// is
// null
// if