Author: tchemit Date: 2011-02-14 15:46:54 +0100 (Mon, 14 Feb 2011) New Revision: 191 Url: http://chorem.org/repositories/revision/bow/191 Log: use i18nj 3.0-SNAPSHOT to improve parsing of jsp files Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-02-14 13:56:42 UTC (rev 190) +++ trunk/pom.xml 2011-02-14 14:46:54 UTC (rev 191) @@ -22,8 +22,17 @@ <name>bow</name> <description>bookmarks on web</description> <inceptionYear>2010</inceptionYear> + <packaging>war</packaging> + <licenses> + <license> + <name>GNU Affero General Public License version 3</name> + <url>http://www.gnu.org/licenses/agpl.html</url> + <distribution>repo</distribution> + </license> + </licenses> + <scm> <connection>scm:svn:http://svn.chorem.org/svn/bow/trunk</connection> <developerConnection> @@ -38,7 +47,7 @@ <eugenePluginVersion>2.3.2</eugenePluginVersion> <nuitonUtilsVersion>2.0</nuitonUtilsVersion> - <nuitonI18nVersion>2.3</nuitonI18nVersion> + <nuitonI18nVersion>3.0-SNAPSHOT</nuitonI18nVersion> <wikittyVersion>3.0.4-SNAPSHOT</wikittyVersion> <slf4jVersion>1.6.1</slf4jVersion> <struts2Version>2.1.8.1</struts2Version> @@ -292,9 +301,13 @@ </userRulesFiles> <namespaces> <s>http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd</s> - <sx>http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd + <sx> + http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd </sx> <jsp>http://java.sun.com/JSP/Page</jsp> + <decorator> + http://www.opensymphony.com/sitemesh/decorator + </decorator> </namespaces> </configuration> </execution>