blob: 7b619274ff0d9f91cbf3da0afa8c7f7020144243 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
OpenIDE-Module-Name=Ant Code Completion
OpenIDE-Module-Display-Category=Tools
OpenIDE-Module-Short-Description=Code completion for textual editing of Ant scripts.
OpenIDE-Module-Long-Description=\
This module permits you to use code completion when editing Ant scripts in the \
NetBeans source editor. It will suggest attributes and subelements that can be \
added to the current element you are editing. Completion knows about all standard \
Ant tasks and types, as well as custom-defined tasks and types, and works with \
nested data structures just as Explorer-based editing of Ant scripts does. \
The module requires either the XML Text or XML Tree modules (or both) to be enabled.