Searched refs:obr (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/build/glassfish-obr-builder/src/main/java/org/glassfish/obrbuilder/
H A DMain.java52 * 1) Reads obr.xml from a specified file.
55 * 4) Saves the new data in the same obr.xml.
62 System.out.println("Usage: java " + Main.class + " <directory containing OSGi bundles> <path to obr.xml>");
68 final Repository obr = obrXML.exists() ? obrParser.read(obrXML.toURI()) : new Repository();
75 processBundle(obr, pathname);
81 obrParser.write(obr, obrXML);
84 private static void processBundle(Repository obr, File bundle) { argument
86 // TODO(Sahoo): Add bundle details to obr

Completed in 22 milliseconds