blob: 139ce1064aa6bc98bd112afc46783b67d4965648 [file] [log] [blame]
Stephan Herrmann2c38ab42012-01-28 20:42:28 +01001###############################################################################
2# Copyright (c) 2000, 2006 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
11CommandLineUsage=Usage: eclipse -application org.eclipse.jdt.core.JavaIndexer [ OPTIONS ] -output <indexFile> <jarfile>\n\
12\n\
13\ -output <indexFile> Path to the index file to be generated.\n\
14\
15\ <jarfile> Path to the jar for which index needs to be generated.\n\
16\
17\n\
18\ OPTIONS:\n\
19\n\
20\ -help Display this message.\n\
21\ -verbose Be verbose about the job.
22CommandLineProcessing=Generating index {0} for the jar {1}.
23CommandLineOnlyOneOutputError=Only one output needs to be specified.
24CommandLineOutputTakesArgs=-output should be followed by the path to the index file.
25CommandLineOnlyOneJarError=Only one jar file needs to be specified.
26CommandLineJarNotSpecified=No jar file is specified.
27CommandLineIndexFileNotSpecified=No index file is specified.
28CaughtException=Exception {0} - {1}.
29CommandLineJarFileNotExist={0} does not exist.