Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e4be06157c371e4718c13a47ecf0b5576f2ca2e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
###############################################################################
# Copyright (c) 2000, 2003 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials 
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
# 
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
# ======================================================================
# Copyright (c) 2002 IBM Corp. and others. All rights reserved.
# This file is made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
# ======================================================================

AntInputHandler.Ant_Input_Request_1=Ant Input Request
AntInputHandler.Invalid_input_2=Invalid input
AntInputHandler.Unable_to_respond_to_<input>_request_4=Unable to respond to <input> request

AntProcessBuildLogger.BUILD_FAILED__{0}_1=BUILD FAILED: {0}
AntProcessBuildLogger.Total_time=Total time: 
AntProcessBuildLogger._minutes_2=\ minutes
AntProcessBuildLogger._minute_3=\ minute
AntProcessBuildLogger._seconds_4=\ seconds
AntProcessBuildLogger._second_5=\ second
AntProcessBuildLogger._milliseconds_6=\ milliseconds

Back to the top