1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 20:15:23 +02:00

ant: update more information links (#16507)

This commit is contained in:
Nelson Figueroa 2025-05-16 08:13:44 -07:00 committed by GitHub
parent b3d297f17a
commit 2f1f7e4153
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
> Apache Ant.
> Tool zum Bauen und Verwalten von Projekten, die auf Java basieren.
> Weitere Informationen: <https://ant.apache.org>.
> Weitere Informationen: <https://ant.apache.org/manual/index.html>.
- Baue ein Projekt mit der Standard build-Datei `build.xml`:

View file

@ -2,7 +2,7 @@
> Apache Ant.
> Outil pour construire et gérer les projets basés sur du Java.
> Plus d'informations : <https://ant.apache.org>.
> Plus d'informations : <https://ant.apache.org/manual/index.html>.
- Construit un projet avec le fichier de construction `build.xml` :

View file

@ -1,7 +1,7 @@
# ant
> Apache Ant: जावा-आधारित प्रोजेक्ट बनाएं और प्रबंधित करें।
> अधिक जानकारी: <https://ant.apache.org>
> अधिक जानकारी: <https://ant.apache.org/manual/index.html>
- डिफ़ॉल्ट बिल्ड फ़ाइल के साथ एक प्रोजेक्ट बनाएं `build.xml`:

View file

@ -1,7 +1,7 @@
# ant
> Apache Ant: bangun dan atur proyek pengembangan piranti lunak berbasis Java.
> Informasi lebih lanjut: <https://ant.apache.org>.
> Informasi lebih lanjut: <https://ant.apache.org/manual/index.html>.
- Bangun suatu proyek Java dengan pengaturan yang didefinisikan dalam `build.xml` (lokasi default):

View file

@ -2,7 +2,7 @@
> Apache Ant.
> 자바 기반 프로젝트를 빌드하고 관리하는 도구.
> 더 많은 정보: <https://ant.apache.org>.
> 더 많은 정보: <https://ant.apache.org/manual/index.html>.
- 기본 빌드 파일인 `build.xml`로 프로젝트 빌드:

View file

@ -1,7 +1,7 @@
# ant
> Apache Ant: compila e administra projetos baseados em Java.
> Mais informações: <https://ant.apache.org>.
> Mais informações: <https://ant.apache.org/manual/index.html>.
- Compila um projeto com o arquivo padrão de build `build.xml`:

View file

@ -2,7 +2,7 @@
> Apache Ant。
> 用于构建和管理基于 Java 的项目的工具。
> 更多信息:<https://ant.apache.org>.
> 更多信息:<https://ant.apache.org/manual/index.html>.
- 用默认的构建文件 `build.xml` 构建一个项目: