View | Details | Raw Unified | Return to bug 126419 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java (+2 lines)
Lines 869-874 Link Here
869
		"                       user.dir folder in case no destination directory is specified.\n" + 
869
		"                       user.dir folder in case no destination directory is specified.\n" + 
870
		"    -extdirs <directories separated by " + File.pathSeparator + ">\n" + 
870
		"    -extdirs <directories separated by " + File.pathSeparator + ">\n" + 
871
		"                       specify location for extension zip/jar files\n" + 
871
		"                       specify location for extension zip/jar files\n" + 
872
		"    -endorseddirs <directories separated by " + File.pathSeparator + ">\n" + 
873
		"                       specify location for extension zip/jar files\n" + 
872
		"    -d <dir>           destination directory (if omitted, no directory is created)\n" + 
874
		"    -d <dir>           destination directory (if omitted, no directory is created)\n" + 
873
		"    -d none            generate no .class files\n" + 
875
		"    -d none            generate no .class files\n" + 
874
		"    -encoding <enc>    specify custom encoding for all sources. Each file/directory can override it\n" + 
876
		"    -encoding <enc>    specify custom encoding for all sources. Each file/directory can override it\n" + 

Return to bug 126419