~ubuntu-branches/ubuntu/maverick/ant/maverick

« back to all changes in this revision

Viewing changes to src/main/org/apache/tools/ant/taskdefs/defaults.properties

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-09-30 14:47:45 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080930144745-0x8uzivd9t15dua3
Tags: 1.7.1-0ubuntu1
* New upstream version (bug fix release).
  - mainly a bugfix release.
  - has extended support for Java6 features.
  - <script> now has support for JavaFX.
  - release notes: http://apache.linux-mirror.org/ant/README.html
* Remove debian/patches/05_ant-bug433444.patch. Obsoleted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Licensed to the Apache Software Foundation (ASF) under one or more
 
2
# contributor license agreements.  See the NOTICE file distributed with
 
3
# this work for additional information regarding copyright ownership.
 
4
# The ASF licenses this file to You under the Apache License, Version 2.0
 
5
# (the "License"); you may not use this file except in compliance with
 
6
# the License.  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
#
1
16
# standard ant tasks
2
17
ant=org.apache.tools.ant.taskdefs.Ant
3
18
antcall=org.apache.tools.ant.taskdefs.CallTarget
4
19
antstructure=org.apache.tools.ant.taskdefs.AntStructure
 
20
antversion=org.apache.tools.ant.taskdefs.condition.AntVersion
5
21
apply=org.apache.tools.ant.taskdefs.Transform
6
22
available=org.apache.tools.ant.taskdefs.Available
7
23
basename=org.apache.tools.ant.taskdefs.Basename
58
74
property=org.apache.tools.ant.taskdefs.Property
59
75
record=org.apache.tools.ant.taskdefs.Recorder
60
76
replace=org.apache.tools.ant.taskdefs.Replace
 
77
retry=org.apache.tools.ant.taskdefs.Retry
61
78
rmic=org.apache.tools.ant.taskdefs.Rmic
62
79
sequential=org.apache.tools.ant.taskdefs.Sequential
63
80
signjar=org.apache.tools.ant.taskdefs.SignJar
70
87
tempfile=org.apache.tools.ant.taskdefs.TempFile
71
88
touch=org.apache.tools.ant.taskdefs.Touch
72
89
tstamp=org.apache.tools.ant.taskdefs.Tstamp
 
90
truncate=org.apache.tools.ant.taskdefs.Truncate
73
91
typedef=org.apache.tools.ant.taskdefs.Typedef
74
92
unjar=org.apache.tools.ant.taskdefs.Expand
75
93
untar=org.apache.tools.ant.taskdefs.Untar
132
150
jjdoc=org.apache.tools.ant.taskdefs.optional.javacc.JJDoc
133
151
jjtree=org.apache.tools.ant.taskdefs.optional.javacc.JJTree
134
152
jsharpc=org.apache.tools.ant.taskdefs.optional.dotnet.JSharp
135
 
jspc=org.apache.tools.ant.taskdefs.optional.jsp.JspC
136
153
junit=org.apache.tools.ant.taskdefs.optional.junit.JUnitTask
137
154
junitreport=org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator
138
155
makeurl=org.apache.tools.ant.taskdefs.MakeUrl
205
222
execon=org.apache.tools.ant.taskdefs.ExecuteOn
206
223
javadoc2=org.apache.tools.ant.taskdefs.Javadoc
207
224
jlink=org.apache.tools.ant.taskdefs.optional.jlink.JlinkTask
 
225
jspc=org.apache.tools.ant.taskdefs.optional.jsp.JspC
208
226
mimemail=org.apache.tools.ant.taskdefs.optional.net.MimeMail
209
227
rename=org.apache.tools.ant.taskdefs.Rename
210
228
renameext=org.apache.tools.ant.taskdefs.optional.RenameExtensions