Author: echatellier Date: 2012-01-17 11:57:02 +0100 (Tue, 17 Jan 2012) New Revision: 157 Url: http://chorem.org/repositories/revision/vradi/157 Log: Fix build Modified: trunk/vradi-services-web/src/main/webapp/index.jsp Modified: trunk/vradi-services-web/src/main/webapp/index.jsp =================================================================== --- trunk/vradi-services-web/src/main/webapp/index.jsp 2012-01-17 10:40:41 UTC (rev 156) +++ trunk/vradi-services-web/src/main/webapp/index.jsp 2012-01-17 10:57:02 UTC (rev 157) @@ -28,6 +28,6 @@ <title>Vradi services</title> </head> <body> -Vradi is up and running (<%=org.chorem.vradi.VradiServiceConfiguration("application.version")%>)... +Vradi is up and running (<%=org.chorem.vradi.VradiServiceConfiguration.getConfig("application.version")%>)... </body> </html>
participants (1)
-
echatellier@users.chorem.org