[kepler-code] r28765 - trunk/modules/science-pipes-frontend/WebContent/WEB-INF

barseghian at ecoinformatics.org barseghian at ecoinformatics.org
Wed Oct 5 14:32:55 PDT 2011


Author: barseghian
Date: 2011-10-05 14:32:55 -0700 (Wed, 05 Oct 2011)
New Revision: 28765

Modified:
   trunk/modules/science-pipes-frontend/WebContent/WEB-INF/web.xml
Log:
new name

Modified: trunk/modules/science-pipes-frontend/WebContent/WEB-INF/web.xml
===================================================================
--- trunk/modules/science-pipes-frontend/WebContent/WEB-INF/web.xml	2011-10-05 21:32:21 UTC (rev 28764)
+++ trunk/modules/science-pipes-frontend/WebContent/WEB-INF/web.xml	2011-10-05 21:32:55 UTC (rev 28765)
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
-	<display-name>BAP-FrontEnd</display-name>
+	<display-name>science-pipes-frontend</display-name>
 	
 	<context-param>
 		<param-name>webAppRootKey</param-name>
-		<param-value>bap-frontend.root</param-value>
+		<param-value>science-pipes-frontend.root</param-value>
 	</context-param>
 	
 	<context-param>



More information about the Kepler-cvs mailing list