Author: chatellier Date: 2010-12-24 10:14:05 +0000 (Fri, 24 Dec 2010) New Revision: 446 Log: Add sitemesh plugin Modified: trunk/coser-web/pom.xml trunk/pom.xml Modified: trunk/coser-web/pom.xml =================================================================== --- trunk/coser-web/pom.xml 2010-12-23 17:03:38 UTC (rev 445) +++ trunk/coser-web/pom.xml 2010-12-24 10:14:05 UTC (rev 446) @@ -50,6 +50,10 @@ <artifactId>struts2-convention-plugin</artifactId> </dependency> <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-sitemesh-plugin</artifactId> + </dependency> + <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-12-23 17:03:38 UTC (rev 445) +++ trunk/pom.xml 2010-12-24 10:14:05 UTC (rev 446) @@ -217,6 +217,13 @@ <version>${struts.version}</version> <scope>compile</scope> </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-sitemesh-plugin</artifactId> + <version>${struts.version}</version> + <scope>compile</scope> + </dependency> <dependency> <groupId>org.apache.struts.xwork</groupId>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org