Skip to content

Commit e2bf543

Browse files
authored
Merge pull request #58 from yumaoka/task-54-root-readme
Updated CLI / maven plugin user guide links
2 parents fc83310 + 9b5266d commit e2bf543

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ information. For example, exporting a resource bundle hosted by an instance
4545
of Globalization Pipeline service to a specific file format, adding a new target
4646
language in bundle configuration, creating a new user and so on.
4747

48-
To see available commands and options, please see [Globalization Pipeline CLI Tool User Guide](gp-cli.md)
48+
To see available commands and options, please see [Globalization Pipeline CLI Tool User Guide](gp-cli/README.md)
4949

5050
[![gp-cli](https://img.shields.io/maven-central/v/com.ibm.g11n.pipeline/gp-cli.svg)](#)
5151

@@ -56,11 +56,25 @@ This plugin integrates Globalization Pipeline service with an Apache Maven build
5656
With the plugin, you can upload source resource bundles to your own Globalization
5757
Pipeline service instance, and download translated resource bundles.
5858

59-
Please see [Globalization Pipeline Maven Plugin User Guide](gp-maven-plugin.md) for further
59+
Please see [Globalization Pipeline Maven Plugin User Guide](gp-maven-plugin/README.md) for further
6060
information.
6161

6262
[![gp-maven-plugin](https://img.shields.io/maven-central/v/com.ibm.g11n.pipeline/gp-maven-plugin.svg)](#)
6363

64+
65+
## Ant Task (gp-ant-task)
66+
67+
This custom task library integrates Globalization Pipeline service with an Apache
68+
Ant build. With the custom tasks provided in this library, you can upload source resource
69+
bundles to your own Globalization Pipeline service instance, and download translated
70+
resource bundles.
71+
72+
Please see [Globalization Pipeline Ant Task User Guide](gp-ant-task/README.md) for further
73+
information.
74+
75+
[![gp-ant-task](https://img.shields.io/maven-central/v/com.ibm.g11n.pipeline/gp-ant-task.svg)](#)
76+
77+
6478
# Community
6579

6680
* View or file GitHub [Issues](https://github.com/IBM-Bluemix/gp-java-tools/issues)

gp-maven-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ pom.xml
537537
<include>**/*.properties</include>
538538
</includes>
539539
<excludes>
540-
<exclude>**/*_*.properties<exclude>
540+
<exclude>**/*_*.properties</exclude>
541541
</excludes>
542542
</sourceFiles>
543543
<type>JAVA</type>

0 commit comments

Comments
 (0)