Author: gboue
Date: Fri Sep 30 17:17:05 2016
New Revision: 1762936
URL: http://svn.apache.org/viewvc?rev=1762936&view=rev
Log:
Fix a typo: "to" was written twice.
Modified:
maven/plugins/trunk/maven-shade-plugin/src/site/apt/examples/resource-transformers.apt.vm
Modified:
maven/plugins/trunk/maven-shade-plugin/src/site/apt/examples/resource-transformers.apt.vm
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/site/apt/examples/resource-transformers.apt.vm?rev=1762936&r1=1762935&r2=1762936&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/site/apt/examples/resource-transformers.apt.vm
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/site/apt/examples/resource-transformers.apt.vm
Fri Sep 30 17:17:05 2016
@@ -131,8 +131,8 @@ Transformers in <<<org.apache.maven.plug
JAR files providing implementations of some interfaces often ship with a
<<<META-INF/services/>>> directory that
maps interfaces to their implementation classes for lookup by the service
locator.
To relocate the class names of these implementation classes, and to
- To merge multiple implementations
- of the same interface into one service entry, the
<<<ServicesResourceTransformer>>> can be used:
+ merge multiple implementations of the same interface into one service entry,
+ the <<<ServicesResourceTransformer>>> can be used:
+-----
<project>