Author: tchemit Date: 2010-11-18 11:00:28 +0100 (Thu, 18 Nov 2010) New Revision: 1809 Url: http://nuiton.org/repositories/revision/i18n/1809 Log: Evolution #1057: Do not include in build the ant task Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-16 08:59:10 UTC (rev 1808) +++ trunk/pom.xml 2010-11-18 10:00:28 UTC (rev 1809) @@ -44,7 +44,7 @@ <modules> <module>nuiton-i18n</module> <module>maven-i18n-plugin</module> - <module>ant-i18n-task</module> + <!--<module>ant-i18n-task</module>--> <!--module>nuiton-i18n-editor</module--> </modules> @@ -282,4 +282,17 @@ </pluginManagement> </build> + + <profiles> + <!-- to include in the build the ant task --> + <profile> + <id>ant-task-profile</id> + + <modules> + <module>ant-i18n-task</module> + </modules> + </profile> + + + </profiles> </project>