Author: degenaro
Date: Thu Jan 31 20:49:29 2013
New Revision: 1441184

URL: http://svn.apache.org/viewvc?rev=1441184&view=rev
Log:
UIMA-2630 DUCC webserver (WS) to employ uima favicon

Added:
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/uima.ico   
(with props)
Removed:
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/ducc.ico
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/images/
Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/index.jsp
    
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/job.details.jsp
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/jobs.jsp
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/login.jsp
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/logout.jsp
    
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/preferences.jsp
    
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/reservations.jsp
    
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/service.details.jsp
    
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.definitions.jsp
    
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.deployments.jsp
    
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/submit.reservation.jsp
    
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.administration.jsp
    
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.classes.jsp
    
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.daemons.jsp
    
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/index.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/index.jsp?rev=1441184&r1=1441183&r2=1441184&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/index.jsp 
(original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/index.jsp 
Thu Jan 31 20:49:29 2013
@@ -19,7 +19,7 @@ under the License.
 <html>
 <head>
  <meta http-equiv="refresh" content="0;URL=jobs.html">
- <link rel="shortcut icon" href="ducc.ico" />
+ <link rel="shortcut icon" href="uima.ico" />
 </head>
 <body>
 </body>

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/job.details.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/job.details.jsp?rev=1441184&r1=1441183&r2=1441184&view=diff
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/job.details.jsp 
(original)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/job.details.jsp 
Thu Jan 31 20:49:29 2013
@@ -18,7 +18,7 @@ under the License.
 -->
 <html>
 <head>
-  <link rel="shortcut icon" href="ducc.ico" />
+  <link rel="shortcut icon" href="uima.ico" />
   <title>ducc-mon</title>
   <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <script src="opensources/jquery-1.4.2.js" type="text/javascript"></script>

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/jobs.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/jobs.jsp?rev=1441184&r1=1441183&r2=1441184&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/jobs.jsp 
(original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/jobs.jsp 
Thu Jan 31 20:49:29 2013
@@ -41,7 +41,7 @@ if (cookies != null)
 %>
 <html>
 <head>
-  <link rel="shortcut icon" href="ducc.ico" />
+  <link rel="shortcut icon" href="uima.ico" />
   <title>ducc-mon</title>
   <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <script src="opensources/jquery-1.4.2.js" type="text/javascript"></script>

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/login.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/login.jsp?rev=1441184&r1=1441183&r2=1441184&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/login.jsp 
(original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/login.jsp 
Thu Jan 31 20:49:29 2013
@@ -18,7 +18,7 @@ under the License.
 -->
 <html>
 <head>
-  <link rel="shortcut icon" href="ducc.ico" />
+  <link rel="shortcut icon" href="uima.ico" />
   <title>ducc-mon</title>
   <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <script src="opensources/jquery-1.4.2.js" type="text/javascript"></script>

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/logout.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/logout.jsp?rev=1441184&r1=1441183&r2=1441184&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/logout.jsp 
(original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/logout.jsp 
Thu Jan 31 20:49:29 2013
@@ -18,7 +18,7 @@ under the License.
 -->
 <html>
 <head>
-  <link rel="shortcut icon" href="ducc.ico" />
+  <link rel="shortcut icon" href="uima.ico" />
   <title>ducc-mon</title>
   <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <script src="opensources/jquery-1.4.2.js" type="text/javascript"></script>

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/preferences.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/preferences.jsp?rev=1441184&r1=1441183&r2=1441184&view=diff
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/preferences.jsp 
(original)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/preferences.jsp 
Thu Jan 31 20:49:29 2013
@@ -23,7 +23,7 @@ boolean role = true;
 %>
 <html>
 <head>
-  <link rel="shortcut icon" href="ducc.ico" />
+  <link rel="shortcut icon" href="uima.ico" />
   <title>ducc-mon</title>
   <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <script src="opensources/jquery-1.4.2.js" type="text/javascript"></script>

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/reservations.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/reservations.jsp?rev=1441184&r1=1441183&r2=1441184&view=diff
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/reservations.jsp
 (original)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/reservations.jsp
 Thu Jan 31 20:49:29 2013
@@ -41,7 +41,7 @@ if (cookies != null)
 %>
 <html>
 <head>
-  <link rel="shortcut icon" href="ducc.ico" />
+  <link rel="shortcut icon" href="uima.ico" />
   <title>ducc-mon</title>
   <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <script src="opensources/jquery-1.4.2.js" type="text/javascript"></script>

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/service.details.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/service.details.jsp?rev=1441184&r1=1441183&r2=1441184&view=diff
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/service.details.jsp
 (original)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/service.details.jsp
 Thu Jan 31 20:49:29 2013
@@ -18,7 +18,7 @@ under the License.
 -->
 <html>
 <head>
-  <link rel="shortcut icon" href="ducc.ico" />
+  <link rel="shortcut icon" href="uima.ico" />
   <title>ducc-mon</title>
   <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <script src="opensources/jquery-1.4.2.js" type="text/javascript"></script>

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.definitions.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.definitions.jsp?rev=1441184&r1=1441183&r2=1441184&view=diff
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.definitions.jsp
 (original)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.definitions.jsp
 Thu Jan 31 20:49:29 2013
@@ -41,7 +41,7 @@ if (cookies != null)
 %>
 <html>
 <head>
-  <link rel="shortcut icon" href="ducc.ico" />
+  <link rel="shortcut icon" href="uima.ico" />
   <title>ducc-mon</title>
   <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <script src="opensources/jquery-1.4.2.js" type="text/javascript"></script>

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.deployments.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.deployments.jsp?rev=1441184&r1=1441183&r2=1441184&view=diff
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.deployments.jsp
 (original)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.deployments.jsp
 Thu Jan 31 20:49:29 2013
@@ -41,7 +41,7 @@ if (cookies != null)
 %>
 <html>
 <head>
-  <link rel="shortcut icon" href="ducc.ico" />
+  <link rel="shortcut icon" href="uima.ico" />
   <title>ducc-mon</title>
   <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <script src="opensources/jquery-1.4.2.js" type="text/javascript"></script>

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/submit.reservation.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/submit.reservation.jsp?rev=1441184&r1=1441183&r2=1441184&view=diff
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/submit.reservation.jsp
 (original)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/submit.reservation.jsp
 Thu Jan 31 20:49:29 2013
@@ -18,7 +18,7 @@ under the License.
 -->
 <html>
 <head>
-  <link rel="shortcut icon" href="ducc.ico" />
+  <link rel="shortcut icon" href="uima.ico" />
   <title>ducc-mon</title>
   <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <script src="opensources/jquery-1.4.2.js" type="text/javascript"></script>

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.administration.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.administration.jsp?rev=1441184&r1=1441183&r2=1441184&view=diff
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.administration.jsp
 (original)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.administration.jsp
 Thu Jan 31 20:49:29 2013
@@ -18,7 +18,7 @@ under the License.
 -->
 <html>
 <head>
-  <link rel="shortcut icon" href="ducc.ico" />
+  <link rel="shortcut icon" href="uima.ico" />
   <title>ducc-mon</title>
   <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <script src="opensources/jquery-1.4.2.js" type="text/javascript"></script>

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.classes.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.classes.jsp?rev=1441184&r1=1441183&r2=1441184&view=diff
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.classes.jsp
 (original)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.classes.jsp
 Thu Jan 31 20:49:29 2013
@@ -41,7 +41,7 @@ if (cookies != null)
 %>
 <html>
 <head>
-  <link rel="shortcut icon" href="ducc.ico" />
+  <link rel="shortcut icon" href="uima.ico" />
   <title>ducc-mon</title>
   <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <script src="opensources/jquery-1.4.2.js" type="text/javascript"></script>

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.daemons.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.daemons.jsp?rev=1441184&r1=1441183&r2=1441184&view=diff
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.daemons.jsp
 (original)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.daemons.jsp
 Thu Jan 31 20:49:29 2013
@@ -41,7 +41,7 @@ if (cookies != null)
 %>
 <html>
 <head>
-  <link rel="shortcut icon" href="ducc.ico" />
+  <link rel="shortcut icon" href="uima.ico" />
   <title>ducc-mon</title>
   <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <script src="opensources/jquery-1.4.2.js" type="text/javascript"></script>

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp?rev=1441184&r1=1441183&r2=1441184&view=diff
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp
 (original)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp
 Thu Jan 31 20:49:29 2013
@@ -41,7 +41,7 @@ if (cookies != null)
 %>
 <html>
 <head>
-  <link rel="shortcut icon" href="ducc.ico" />
+  <link rel="shortcut icon" href="uima.ico" />
   <title>ducc-mon</title>
   <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <script src="opensources/jquery-1.4.2.js" type="text/javascript"></script>

Added: uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/uima.ico
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/uima.ico?rev=1441184&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/uima.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream


Reply via email to