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/10/04 20:19:17 UTC

svn commit: r1004347 - in /incubator/lcf/trunk/modules: ./ framework/ framework/crawler-ui/src/main/webapp/ lib/

Author: kwright
Date: Mon Oct  4 18:19:16 2010
New Revision: 1004347

URL: http://svn.apache.org/viewvc?rev=1004347&view=rev
Log:
Change UI title to the correct thing, and also change the names of our special upstream jars to be qualified with mcf, not acf.

Added:
    incubator/lcf/trunk/modules/lib/commons-httpclient-mcf.jar
      - copied unchanged from r1004289, incubator/lcf/trunk/modules/lib/commons-httpclient-acf.jar
    incubator/lcf/trunk/modules/lib/xercesImpl-mcf.jar
      - copied unchanged from r1004289, incubator/lcf/trunk/modules/lib/xercesImpl-lcf.jar
Removed:
    incubator/lcf/trunk/modules/lib/commons-httpclient-acf.jar
    incubator/lcf/trunk/modules/lib/xercesImpl-lcf.jar
Modified:
    incubator/lcf/trunk/modules/build.xml
    incubator/lcf/trunk/modules/framework/build.xml
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/documentstatus.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editauthority.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editconnection.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editjob.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editoutput.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/error.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/index.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listauthorities.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listconnections.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listjobs.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listoutputs.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/maxactivityreport.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/maxbandwidthreport.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/queuestatus.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/resultreport.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/showjobstatus.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/simplereport.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewauthority.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewconnection.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewjob.jsp
    incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewoutput.jsp

Modified: incubator/lcf/trunk/modules/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/build.xml?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/build.xml (original)
+++ incubator/lcf/trunk/modules/build.xml Mon Oct  4 18:19:16 2010
@@ -63,7 +63,7 @@
                 <include name="commons-collections*.jar"/>
                 <include name="commons-el*.jar"/>
                 <include name="commons-fileupload*.jar"/>
-                <include name="commons-httpclient-acf.jar"/>
+                <include name="commons-httpclient-mcf.jar"/>
                 <include name="commons-io*.jar"/>
                 <include name="commons-logging*.jar"/>
                 <include name="eclipse*.jar"/>
@@ -79,7 +79,7 @@
                 <include name="servlet-api*.jar"/>
                 <include name="tomcat-juli*.jar"/>
                 <include name="xalan*.jar"/>
-                <include name="xercesImpl-lcf.jar"/>
+                <include name="xercesImpl-mcf.jar"/>
                 <include name="xml-apis*.jar"/>
             </fileset>
             <fileset dir="lib">
@@ -671,7 +671,7 @@
         <mkdir dir="build/example"/>
         <manifest file="build/example/manifest">
             <attribute name="Main-Class" value="org.apache.manifoldcf.jettyrunner.ManifoldCFJettyRunner"/>
-            <attribute name="Class-Path" value="lib/commons-codec.jar lib/commons-collections.jar lib/commons-el.jar lib/commons-fileupload.jar lib/commons-httpclient-acf.jar lib/commons-io.jar lib/commons-logging.jar lib/derbyclient.jar lib/derby.jar lib/derbyLocale_cs.jar lib/derbyLocale_de_DE.jar lib/derbyLocale_es.jar lib/derbyLocale_fr.jar lib/derbyLocale_hu.jar lib/derbyLocale_it.jar lib/derbyLocale_ja_JP.jar lib/derbyLocale_ko_KR.jar lib/derbyLocale_pl.jar lib/derbyLocale_pt_BR.jar lib/derbyLocale_ru.jar lib/derbyLocale_zh_CN.jar lib/derbyLocale_zh_TW.jar lib/derbynet.jar lib/derbyrun.jar lib/derbytools.jar lib/eclipse-ecj.jar lib/jasper-6.0.24.jar lib/jasper-el-6.0.24.jar lib/jdbcpool-0.99.jar lib/jetty-6.1.22.jar lib/jetty-util-6.1.22.jar lib/jsp-api-2.1-glassfish-9.1.1.B60.25.p2.jar lib/json.jar lib/mcf-agents.jar lib/mcf-core.jar lib/mcf-jetty-runner.jar lib/mcf-pull-agent.jar lib/mcf-ui-core.jar lib/log4j-1.2.jar lib/postgresql.jar lib/serializer.jar lib/servlet-
 api-2.5-20081211.jar lib/tomcat-juli-6.0.24.jar lib/xalan2.jar lib/xercesImpl-lcf.jar lib/xml-apis.jar"/>
+            <attribute name="Class-Path" value="lib/commons-codec.jar lib/commons-collections.jar lib/commons-el.jar lib/commons-fileupload.jar lib/commons-httpclient-mcf.jar lib/commons-io.jar lib/commons-logging.jar lib/derbyclient.jar lib/derby.jar lib/derbyLocale_cs.jar lib/derbyLocale_de_DE.jar lib/derbyLocale_es.jar lib/derbyLocale_fr.jar lib/derbyLocale_hu.jar lib/derbyLocale_it.jar lib/derbyLocale_ja_JP.jar lib/derbyLocale_ko_KR.jar lib/derbyLocale_pl.jar lib/derbyLocale_pt_BR.jar lib/derbyLocale_ru.jar lib/derbyLocale_zh_CN.jar lib/derbyLocale_zh_TW.jar lib/derbynet.jar lib/derbyrun.jar lib/derbytools.jar lib/eclipse-ecj.jar lib/jasper-6.0.24.jar lib/jasper-el-6.0.24.jar lib/jdbcpool-0.99.jar lib/jetty-6.1.22.jar lib/jetty-util-6.1.22.jar lib/jsp-api-2.1-glassfish-9.1.1.B60.25.p2.jar lib/json.jar lib/mcf-agents.jar lib/mcf-core.jar lib/mcf-jetty-runner.jar lib/mcf-pull-agent.jar lib/mcf-ui-core.jar lib/log4j-1.2.jar lib/postgresql.jar lib/serializer.jar lib/servlet-
 api-2.5-20081211.jar lib/tomcat-juli-6.0.24.jar lib/xalan2.jar lib/xercesImpl-mcf.jar lib/xml-apis.jar"/>
         </manifest>
         <jar destfile="dist/example/start.jar" manifest="build/example/manifest"/>
     </target>

Modified: incubator/lcf/trunk/modules/framework/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/build.xml?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/build.xml (original)
+++ incubator/lcf/trunk/modules/framework/build.xml Mon Oct  4 18:19:16 2010
@@ -183,7 +183,7 @@
                 <include name="commons-collections*.jar"/>
                 <include name="commons-el*.jar"/>
                 <include name="commons-fileupload*.jar"/>
-                <include name="commons-httpclient-acf.jar"/>
+                <include name="commons-httpclient-mcf.jar"/>
                 <include name="commons-io*.jar"/>
                 <include name="commons-logging*.jar"/>
                 <include name="jdbcpool-0.99.jar"/>
@@ -191,7 +191,7 @@
                 <include name="log4j*.jar"/>
                 <include name="serializer*.jar"/>
                 <include name="xalan*.jar"/>
-                <include name="xercesImpl-lcf.jar"/>
+                <include name="xercesImpl-mcf.jar"/>
                 <include name="xml-apis*.jar"/>
             </fileset>
             <fileset dir="lib">
@@ -217,7 +217,7 @@
                 <include name="commons-collections*.jar"/>
                 <include name="commons-el*.jar"/>
                 <include name="commons-fileupload*.jar"/>
-                <include name="commons-httpclient-acf.jar"/>
+                <include name="commons-httpclient-mcf.jar"/>
                 <include name="commons-io*.jar"/>
                 <include name="commons-logging*.jar"/>
                 <include name="jdbcpool-0.99.jar"/>
@@ -225,7 +225,7 @@
                 <include name="log4j*.jar"/>
                 <include name="serializer*.jar"/>
                 <include name="xalan*.jar"/>
-                <include name="xercesImpl-lcf.jar"/>
+                <include name="xercesImpl-mcf.jar"/>
                 <include name="xml-apis*.jar"/>
             </fileset>
             <fileset dir="lib">
@@ -257,7 +257,7 @@
                 <include name="commons-collections*.jar"/>
                 <include name="commons-el*.jar"/>
                 <include name="commons-fileupload*.jar"/>
-                <include name="commons-httpclient-acf.jar"/>
+                <include name="commons-httpclient-mcf.jar"/>
                 <include name="commons-io*.jar"/>
                 <include name="commons-logging*.jar"/>
                 <include name="jdbcpool-0.99.jar"/>
@@ -265,7 +265,7 @@
                 <include name="log4j*.jar"/>
                 <include name="serializer*.jar"/>
                 <include name="xalan*.jar"/>
-                <include name="xercesImpl-lcf.jar"/>
+                <include name="xercesImpl-mcf.jar"/>
                 <include name="xml-apis*.jar"/>
             </fileset>
             <fileset dir="lib">
@@ -315,7 +315,7 @@
                 <include name="commons-collections*.jar"/>
                 <include name="commons-el*.jar"/>
                 <include name="commons-fileupload*.jar"/>
-                <include name="commons-httpclient-acf.jar"/>
+                <include name="commons-httpclient-mcf.jar"/>
                 <include name="commons-io*.jar"/>
                 <include name="commons-logging*.jar"/>
                 <include name="jdbcpool-0.99.jar"/>
@@ -324,7 +324,7 @@
                 <include name="serializer*.jar"/>
                 <include name="servlet-api*.jar"/>
                 <include name="xalan*.jar"/>
-                <include name="xercesImpl-lcf.jar"/>
+                <include name="xercesImpl-mcf.jar"/>
                 <include name="xml-apis*.jar"/>
             </fileset>
             <fileset dir="lib">
@@ -353,7 +353,7 @@
                 <include name="commons-collections*.jar"/>
                 <include name="commons-el*.jar"/>
                 <include name="commons-fileupload*.jar"/>
-                <include name="commons-httpclient-acf.jar"/>
+                <include name="commons-httpclient-mcf.jar"/>
                 <include name="commons-io*.jar"/>
                 <include name="commons-logging*.jar"/>
                 <include name="eclipse*.jar"/>
@@ -368,7 +368,7 @@
                 <include name="servlet-api*.jar"/>
                 <include name="tomcat-juli*.jar"/>
                 <include name="xalan*.jar"/>
-                <include name="xercesImpl-lcf.jar"/>
+                <include name="xercesImpl-mcf.jar"/>
                 <include name="xml-apis*.jar"/>
             </fileset>
             <fileset dir="lib">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/documentstatus.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/documentstatus.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/documentstatus.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/documentstatus.jsp Mon Oct  4 18:19:16 2010
@@ -33,7 +33,7 @@ boolean maintenanceUnderway = org.apache
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: Document Status
+		Apache ManifoldCF: Document Status
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editauthority.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editauthority.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editauthority.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editauthority.jsp Mon Oct  4 18:19:16 2010
@@ -91,7 +91,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: Edit Authority
+		Apache ManifoldCF: Edit Authority
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editconnection.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editconnection.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editconnection.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editconnection.jsp Mon Oct  4 18:19:16 2010
@@ -108,7 +108,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: Edit Connection
+		Apache ManifoldCF: Edit Connection
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editjob.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editjob.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editjob.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editjob.jsp Mon Oct  4 18:19:16 2010
@@ -166,7 +166,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: Edit Job
+		Apache ManifoldCF: Edit Job
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editoutput.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editoutput.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editoutput.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/editoutput.jsp Mon Oct  4 18:19:16 2010
@@ -92,7 +92,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: Edit Output Connection
+		Apache ManifoldCF: Edit Output Connection
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/error.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/error.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/error.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/error.jsp Mon Oct  4 18:19:16 2010
@@ -27,7 +27,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: Error
+		Apache ManifoldCF: Error
 	</title>
 
 </head>

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/index.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/index.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/index.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/index.jsp Mon Oct  4 18:19:16 2010
@@ -29,7 +29,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework
+		Apache ManifoldCF
 	</title>
 
 </head>
@@ -39,7 +39,7 @@
       <tr><td colspan="2" class="banner"><jsp:include page="banner.jsp" flush="true"/></td></tr>
       <tr><td class="navigation"><jsp:include page="navigation.jsp" flush="true"/></td>
        <td class="window">
-	<p class="windowtitle">Welcome to the Apache Connectors Framework</p>
+	<p class="windowtitle">Welcome to Apache ManifoldCF</p>
        </td>
       </tr>
     </table>

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listauthorities.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listauthorities.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listauthorities.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listauthorities.jsp Mon Oct  4 18:19:16 2010
@@ -30,7 +30,7 @@
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 
 	<title>
-		Apache Connectors Framework: List Authorities
+		Apache ManifoldCF: List Authorities
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listconnections.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listconnections.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listconnections.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listconnections.jsp Mon Oct  4 18:19:16 2010
@@ -29,7 +29,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: List Connections
+		Apache ManifoldCF: List Connections
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listjobs.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listjobs.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listjobs.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listjobs.jsp Mon Oct  4 18:19:16 2010
@@ -29,7 +29,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: List job descriptions
+		Apache ManifoldCF: List job descriptions
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listoutputs.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listoutputs.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listoutputs.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/listoutputs.jsp Mon Oct  4 18:19:16 2010
@@ -29,7 +29,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: List Output Connections
+		Apache ManifoldCF: List Output Connections
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/maxactivityreport.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/maxactivityreport.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/maxactivityreport.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/maxactivityreport.jsp Mon Oct  4 18:19:16 2010
@@ -31,7 +31,7 @@ boolean maintenanceUnderway = org.apache
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: Maximum Activity Report
+		Apache ManifoldCF: Maximum Activity Report
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/maxbandwidthreport.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/maxbandwidthreport.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/maxbandwidthreport.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/maxbandwidthreport.jsp Mon Oct  4 18:19:16 2010
@@ -31,7 +31,7 @@ boolean maintenanceUnderway = org.apache
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: Maximum Bandwidth Report
+		Apache ManifoldCF: Maximum Bandwidth Report
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/queuestatus.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/queuestatus.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/queuestatus.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/queuestatus.jsp Mon Oct  4 18:19:16 2010
@@ -32,7 +32,7 @@ boolean maintenanceUnderway = org.apache
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: Queue Status
+		Apache ManifoldCF: Queue Status
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/resultreport.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/resultreport.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/resultreport.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/resultreport.jsp Mon Oct  4 18:19:16 2010
@@ -31,7 +31,7 @@ boolean maintenanceUnderway = org.apache
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: Activity Result Report
+		Apache ManifoldCF: Activity Result Report
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/showjobstatus.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/showjobstatus.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/showjobstatus.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/showjobstatus.jsp Mon Oct  4 18:19:16 2010
@@ -31,7 +31,7 @@ boolean maintenanceUnderway = org.apache
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: Status of all jobs
+		Apache ManifoldCF: Status of all jobs
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/simplereport.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/simplereport.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/simplereport.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/simplereport.jsp Mon Oct  4 18:19:16 2010
@@ -32,7 +32,7 @@ boolean maintenanceUnderway = org.apache
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: Simple History Report
+		Apache ManifoldCF: Simple History Report
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewauthority.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewauthority.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewauthority.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewauthority.jsp Mon Oct  4 18:19:16 2010
@@ -29,7 +29,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: View Authority Connection Status
+		Apache ManifoldCF: View Authority Connection Status
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewconnection.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewconnection.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewconnection.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewconnection.jsp Mon Oct  4 18:19:16 2010
@@ -29,7 +29,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: View Repository Connection Status
+		Apache ManifoldCF: View Repository Connection Status
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewjob.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewjob.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewjob.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewjob.jsp Mon Oct  4 18:19:16 2010
@@ -29,7 +29,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: View Job
+		Apache ManifoldCF: View Job
 	</title>
 
 	<script type="text/javascript">

Modified: incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewoutput.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewoutput.jsp?rev=1004347&r1=1004346&r2=1004347&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewoutput.jsp (original)
+++ incubator/lcf/trunk/modules/framework/crawler-ui/src/main/webapp/viewoutput.jsp Mon Oct  4 18:19:16 2010
@@ -29,7 +29,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="StyleSheet" href="style.css" type="text/css" media="screen"/>
 	<title>
-		Apache Connectors Framework: View Output Connection Status
+		Apache ManifoldCF: View Output Connection Status
 	</title>
 
 	<script type="text/javascript">