Searched defs:shortVersion (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/bundle/appbundler/src/com/oracle/appbundler/
H A DAppBundlerTask.java64 private String shortVersion = "1.0"; field in class:AppBundlerTask
111 public void setShortVersion(String shortVersion) { argument
112 this.shortVersion = shortVersion;
211 if (shortVersion == null) {
353 writeProperty(xout, "CFBundleShortVersionString", shortVersion);

Completed in 306 milliseconds