You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2010/04/28 01:03:17 UTC

svn commit: r938716 - in /incubator/lcf/trunk/modules/framework: authority-service/WEB-INF/web.xml authority-service/WEB-INF/web.xml.external crawler-ui/WEB-INF/web.xml crawler-ui/WEB-INF/web.xml.external

Author: kwright
Date: Tue Apr 27 23:03:17 2010
New Revision: 938716

URL: http://svn.apache.org/viewvc?rev=938716&view=rev
Log:
Change title and description to dump the MetaCarta names.  Thanks to Jack Krupansky for noticing this.

Modified:
    incubator/lcf/trunk/modules/framework/authority-service/WEB-INF/web.xml
    incubator/lcf/trunk/modules/framework/authority-service/WEB-INF/web.xml.external
    incubator/lcf/trunk/modules/framework/crawler-ui/WEB-INF/web.xml
    incubator/lcf/trunk/modules/framework/crawler-ui/WEB-INF/web.xml.external

Modified: incubator/lcf/trunk/modules/framework/authority-service/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/authority-service/WEB-INF/web.xml?rev=938716&r1=938715&r2=938716&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/authority-service/WEB-INF/web.xml (original)
+++ incubator/lcf/trunk/modules/framework/authority-service/WEB-INF/web.xml Tue Apr 27 23:03:17 2010
@@ -21,9 +21,9 @@
 -->
 
 <web-app>
-  <display-name>MetaCarta Authorities API</display-name>
+  <display-name>Lucene Connectors Framework Authorities API</display-name>
 
-  <description>MetaCarta Authorities API</description>
+  <description>Lucene Connectors Framework Authorities API</description>
 
   <servlet>
 	<servlet-name>UserACLServlet</servlet-name>

Modified: incubator/lcf/trunk/modules/framework/authority-service/WEB-INF/web.xml.external
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/authority-service/WEB-INF/web.xml.external?rev=938716&r1=938715&r2=938716&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/authority-service/WEB-INF/web.xml.external (original)
+++ incubator/lcf/trunk/modules/framework/authority-service/WEB-INF/web.xml.external Tue Apr 27 23:03:17 2010
@@ -21,9 +21,9 @@
 -->
 
 <web-app>
-  <display-name>MetaCarta Authorities API</display-name>
+  <display-name>Lucene Connectors Framework Authorities API</display-name>
 
-  <description>MetaCarta Authorities API</description>
+  <description>Lucene Connectors Framework Authorities API</description>
 
   <servlet>
 	<servlet-name>UserACLServlet</servlet-name>

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/WEB-INF/web.xml?rev=938716&r1=938715&r2=938716&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/WEB-INF/web.xml (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/WEB-INF/web.xml Tue Apr 27 23:03:17 2010
@@ -5,9 +5,9 @@
 	"http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
 
 <web-app>
-  <display-name>MetaCarta Crawler Interface</display-name>
+  <display-name>Lucene Connectors Framework Crawler Interface</display-name>
 
-  <description>MetaCarta Crawler Interface</description>
+  <description>Lucene Connectors Framework Crawler Interface</description>
 
   <session-config>
 	<session-timeout>5</session-timeout>

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/WEB-INF/web.xml.external
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/WEB-INF/web.xml.external?rev=938716&r1=938715&r2=938716&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/WEB-INF/web.xml.external (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/WEB-INF/web.xml.external Tue Apr 27 23:03:17 2010
@@ -6,9 +6,9 @@
 
 <web-app>
 
-  <display-name>MetaCarta Crawler Interface</display-name>
+  <display-name>Lucene Connectors Framework Crawler Interface</display-name>
 
-  <description>MetaCarta Crawler Interface</description>
+  <description>Lucene Connectors Framework Crawler Interface</description>
 
   <session-config>
 	<session-timeout>5</session-timeout>