~ubuntu-branches/ubuntu/lucid/groovy/lucid

« back to all changes in this revision

Viewing changes to src/main/org/codehaus/groovy/tools/shell/Main.properties

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath, Torsten Werner, Varun Hiremath
  • Date: 2009-04-01 19:24:19 UTC
  • mfrom: (3.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090401192419-c5mpylqhcdkv3zuv
Tags: 1.6.0-1
[ Torsten Werner ]
* New upstream release (Closes: #521648)
* Remove Build-Depends: libclassworlds-java.
* Switch to source and target version 1.5.

[ Varun Hiremath ]
* Fix build.xml file
* Add ivy to Build-Depends
* Remove unnecessary Depends -- collections3, mx4j and xpp3 
* Add build.diff patch to fix a build error
* Use quilt to manage patches
* Update manpage (Closes: #507862)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Copyright 2003-2007 the original author or authors.
3
 
#
4
 
# Licensed under the Apache License, Version 2.0 (the "License");
5
 
# you may not use this file except in compliance with the License.
6
 
# You may obtain a copy of the License at
7
 
#
8
 
#    http://www.apache.org/licenses/LICENSE-2.0
9
 
#
10
 
# Unless required by applicable law or agreed to in writing, software
11
 
# distributed under the License is distributed on an "AS IS" BASIS,
12
 
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
 
# See the License for the specific language governing permissions and
14
 
# limitations under the License.
15
 
#
16
 
 
17
 
#
18
 
# $Id: Main.properties 8411 2007-10-07 05:21:40Z user57 $
19
 
#
20
 
 
21
 
#
22
 
# CLI messages
23
 
#
24
 
 
25
 
cli.option.help.description=Display this help message
26
 
 
27
 
cli.option.version.description=Display the version
28
 
 
29
 
cli.option.verbose.description=Enable verbose output
30
 
 
31
 
cli.option.quiet.description=Suppress superfluous output
32
 
 
33
 
cli.option.debug.description=Enable debug output
34
 
 
35
 
cli.option.color.description=Enable or disable use of ANSI colors
36
 
 
37
 
cli.option.define.description=Define a system property
38
 
 
39
 
cli.option.terminal.description=Specify the terminal TYPE to use
40
 
 
 
1
#
 
2
# Copyright 2003-2007 the original author or authors.
 
3
#
 
4
# Licensed under the Apache License, Version 2.0 (the "License");
 
5
# you may not use this file except in compliance with the License.
 
6
# You may obtain a copy of the License at
 
7
#
 
8
#    http://www.apache.org/licenses/LICENSE-2.0
 
9
#
 
10
# Unless required by applicable law or agreed to in writing, software
 
11
# distributed under the License is distributed on an "AS IS" BASIS,
 
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
13
# See the License for the specific language governing permissions and
 
14
# limitations under the License.
 
15
#
 
16
 
 
17
#
 
18
# $Id: Main.properties 8411 2007-10-07 05:21:40Z user57 $
 
19
#
 
20
 
 
21
#
 
22
# CLI messages
 
23
#
 
24
 
 
25
cli.option.help.description=Display this help message
 
26
 
 
27
cli.option.version.description=Display the version
 
28
 
 
29
cli.option.verbose.description=Enable verbose output
 
30
 
 
31
cli.option.quiet.description=Suppress superfluous output
 
32
 
 
33
cli.option.debug.description=Enable debug output
 
34
 
 
35
cli.option.color.description=Enable or disable use of ANSI colors
 
36
 
 
37
cli.option.define.description=Define a system property
 
38
 
 
39
cli.option.terminal.description=Specify the terminal TYPE to use
 
40
 
41
41
cli.info.version=@|green Groovy Shell| {0}
 
 
b'\\ No newline at end of file'