comparison src/share/tools/ProjectCreator/ProjectCreator.java @ 7482:989155e2d07a

Merge with hs25-b15.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 16 Jan 2013 01:34:24 +0100
parents e522a00b91aa 7d42f3b08300
children 3cce976666d9
comparison
equal deleted inserted replaced
7381:6761a8f854a4 7482:989155e2d07a
34 + "already exist>"); 34 + "already exist>");
35 System.err.println(" -envVar <environment variable to be inserted " 35 System.err.println(" -envVar <environment variable to be inserted "
36 + "into .dsp file, substituting for path given in " 36 + "into .dsp file, substituting for path given in "
37 + "-sourceBase. Example: HotSpotWorkSpace>"); 37 + "-sourceBase. Example: HotSpotWorkSpace>");
38 System.err.println(" -dllLoc <path to directory in which to put " 38 System.err.println(" -dllLoc <path to directory in which to put "
39 + "jvm.dll and jvm_g.dll; no trailing slash>"); 39 + "jvm.dll; no trailing slash>");
40 System.err.println(" If any of the above are specified, " 40 System.err.println(" If any of the above are specified, "
41 + "they must all be."); 41 + "they must all be.");
42 System.err.println(" Additional, optional arguments, which can be " 42 System.err.println(" Additional, optional arguments, which can be "
43 + "specified multiple times:"); 43 + "specified multiple times:");
44 System.err.println(" -absoluteInclude <string containing absolute " 44 System.err.println(" -absoluteInclude <string containing absolute "