Author: tchemit Date: 2011-05-10 22:11:19 +0200 (Tue, 10 May 2011) New Revision: 1916 Url: http://nuiton.org/repositories/revision/i18n/1916 Log: Evolution #1512: Depreciates the tapestry-bundle mojo Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java 2011-05-10 13:52:04 UTC (rev 1915) +++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java 2011-05-10 20:11:19 UTC (rev 1916) @@ -53,7 +53,10 @@ * @requiresProject true * @requiresDependencyResolution runtime * @since 1.2 + * @deprecated since 2.4, will not be replaced, use the simple {@code bundle} + * goal instead */ +@Deprecated public class TapestryBundleMojo extends AbstractMakeI18nBundleMojo { @Override
participants (1)
-
tchemit@users.nuiton.org