r116 - in trunk: . nuiton-web/src/site/apt
Author: tchemit Date: 2011-09-22 14:57:16 +0200 (Thu, 22 Sep 2011) New Revision: 116 Url: http://nuiton.org/repositories/revision/nuiton-web/116 Log: use properties to fill documentation by magic :) Modified: trunk/nuiton-web/src/site/apt/Warlauncher.apt.vm trunk/pom.xml Modified: trunk/nuiton-web/src/site/apt/Warlauncher.apt.vm =================================================================== --- trunk/nuiton-web/src/site/apt/Warlauncher.apt.vm 2011-09-22 12:33:04 UTC (rev 115) +++ trunk/nuiton-web/src/site/apt/Warlauncher.apt.vm 2011-09-22 12:57:16 UTC (rev 116) @@ -64,13 +64,13 @@ <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-runner</artifactId> - <version>8.0.1.v20110908</version> + <version>${jettyVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> - <version>2.5</version> + <version>${servletApiVersion}</version> <scope>provided</scope> </dependency> ------------------------------------------------ @@ -124,7 +124,7 @@ <dependency> <groupId>org.jvnet.hudson.winstone</groupId> <artifactId>winstone</artifactId> - <version>0.9.10-hudson-24</version> + <version>${windstoneVersion}</version> <scope>provided</scope> </dependency> ------------------------------------------------ Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-09-22 12:33:04 UTC (rev 115) +++ trunk/pom.xml 2011-09-22 12:57:16 UTC (rev 116) @@ -34,13 +34,13 @@ <dependency> <groupId>org.jvnet.hudson.winstone</groupId> <artifactId>winstone</artifactId> - <version>0.9.10-hudson-24</version> + <version>${windstoneVersion}</version> </dependency> <dependency> <groupId>org.eclipse.jetty.aggregate</groupId> <artifactId>jetty-webapp</artifactId> - <version>7.1.0.v20100505</version> + <version>${jettyVersion}</version> </dependency> <!-- Tapestry --> @@ -104,7 +104,7 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> - <version>2.5</version> + <version>${servletApiVersion}</version> <scope>provided</scope> </dependency> @@ -148,7 +148,7 @@ <dependency> <groupId>com.jgeppert.struts2.jquery</groupId> <artifactId>struts2-jquery-plugin</artifactId> - <version>2.5.0</version> + <version>3.1.0</version> </dependency> <dependency> @@ -237,6 +237,10 @@ <!-- Strust 2 --> <struts2Version>2.2.3.1</struts2Version> + <servletApiVersion>2.5</servletApiVersion> + <jettyVersion>8.0.1.v20110908</jettyVersion> + <windstoneVersion>0.9.10-hudson-24</windstoneVersion> + <!--Multilanguage maven-site --> <siteLocales>en,fr</siteLocales>
participants (1)
-
tchemit@users.nuiton.org