[CVS spice] Commented ROLE

sjoberg-yCVjj/[email protected] 5 Jul 2005 18:37:42 -0000
Newsgroups gmane.comp.java.spice.cvs
Message-ID <[email protected]>
<html>
<head>
<style><!--
  body {background-color:#ffffff;}
  .file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
  .pathname {font-family:monospace; float:right;}
  .fileheader {margin-bottom:.5em;}
  .diff {margin:0;}
  .tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
  .tasklist ul {margin-top:0;margin-bottom:0;}
  tr.alt {background-color:#eeeeee}
  #added {background-color:#ddffdd;}
  #addedchars {background-color:#99ff99;font-weight:bolder;}
  tr.alt #added {background-color:#ccf7cc;}
  #removed {background-color:#ffdddd;}
  #removedchars {background-color:#ff9999;font-weight:bolder;}
  tr.alt #removed {background-color:#f7cccc;}
  #info {color:#888888;}
  #context {background-color:#eeeeee;}
  td {padding-left:.3em;padding-right:.3em;}
  tr.head {border-bottom-width:1px;border-bottom-style:solid;}
  tr.head td {padding:0;padding-top:.2em;}
  .task {background-color:#ffff00;}
  .comment {padding:4px;border:1px dashed #000000;background-color:#ffffdd}
  .error {color:red;}
  hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="4">Commit in <b><tt>spice/components/jervlet/src/java/org/codehaus/spice/jervlet</tt></b><span id="info"> on MAIN</span></td></tr>
<tr><td><tt><a href="#file1">Container.java</a></tt></td><td align="right" id="added">+1</td><td></td><td nowrap="nowrap" align="center">1.1 -&gt; 1.2</td></tr>
<tr class="alt"><td><tt><a href="#file2">Context.java</a></tt></td><td align="right" id="added">+1</td><td align="right" id="removed">-1</td><td nowrap="nowrap" align="center">1.1 -&gt; 1.2</td></tr>
<tr><td><tt><a href="#file3">ContextHandler.java</a></tt></td><td align="right" id="added">+1</td><td align="right" id="removed">-1</td><td nowrap="nowrap" align="center">1.1 -&gt; 1.2</td></tr>
<tr class="alt"><td><tt><a href="#file4">ContextMonitor.java</a></tt></td><td align="right" id="added">+3</td><td></td><td nowrap="nowrap" align="center">1.1 -&gt; 1.2</td></tr>
<tr><td><tt><a href="#file5">Instantiator.java</a></tt></td><td align="right" id="added">+1</td><td align="right" id="removed">-1</td><td nowrap="nowrap" align="center">1.1 -&gt; 1.2</td></tr>
<tr class="alt"><td><tt><a href="#file6">Listener.java</a></tt></td><td align="right" id="added">+1</td><td align="right" id="removed">-1</td><td nowrap="nowrap" align="center">1.1 -&gt; 1.2</td></tr>
<tr><td><tt><a href="#file7">ListenerMonitor.java</a></tt></td><td align="right" id="added">+3</td><td></td><td nowrap="nowrap" align="center">1.1 -&gt; 1.2</td></tr>
<tr><td></td><td align="right" id="added">+11</td><td align="right" id="removed">-4</td><td></td></tr>
</table>
<small id="info">7 modified files</small><br />
<pre class="comment">
Commented ROLE
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">spice/components/jervlet/src/java/org/codehaus/spice/jervlet<br /></span>
<div class="fileheader"><big><b>Container.java</b></big> <small id="info">1.1 -&gt; 1.2</small></div>
<pre class="diff"><small id="info">diff -u -r1.1 -r1.2
--- Container.java	5 Jul 2005 13:32:12 -0000	1.1
+++ Container.java	5 Jul 2005 18:37:42 -0000	1.2
@@ -30,6 +30,7 @@
</small></pre><pre class="diff" id="context">  */
 public interface Container
 {
</pre><pre class="diff" id="added">+   /** Role, used in some component frameworks */
</pre><pre class="diff" id="context">     String ROLE = Container.class.getName();
 
     /**                                    
</pre></div>
<hr /><a name="file2" /><div class="file">
<span class="pathname">spice/components/jervlet/src/java/org/codehaus/spice/jervlet<br /></span>
<div class="fileheader"><big><b>Context.java</b></big> <small id="info">1.1 -&gt; 1.2</small></div>
<pre class="diff"><small id="info">diff -u -r1.1 -r1.2
--- Context.java	5 Jul 2005 13:32:12 -0000	1.1
+++ Context.java	5 Jul 2005 18:37:42 -0000	1.2
@@ -19,7 +19,7 @@
</small></pre><pre class="diff" id="context">  */
 public interface Context
 {
</pre><pre class="diff" id="removed">-    /** Role, used <span id="removedchars">by</span> some component frameworks */
</pre><pre class="diff" id="added">+    /** Role, used <span id="addedchars">in</span> some component frameworks */
</pre><pre class="diff" id="context">     String ROLE = Context.class.getName();
 
     /**
</pre></div>
<hr /><a name="file3" /><div class="file">
<span class="pathname">spice/components/jervlet/src/java/org/codehaus/spice/jervlet<br /></span>
<div class="fileheader"><big><b>ContextHandler.java</b></big> <small id="info">1.1 -&gt; 1.2</small></div>
<pre class="diff"><small id="info">diff -u -r1.1 -r1.2
--- ContextHandler.java	5 Jul 2005 13:32:12 -0000	1.1
+++ ContextHandler.java	5 Jul 2005 18:37:42 -0000	1.2
@@ -19,7 +19,7 @@
</small></pre><pre class="diff" id="context">  */
 public interface ContextHandler
 {
</pre><pre class="diff" id="removed">-    /** Role, used <span id="removedchars">by</span> some component frameworks */
</pre><pre class="diff" id="added">+    /** Role, used <span id="addedchars">in</span> some component frameworks */
</pre><pre class="diff" id="context">     String ROLE = ContextHandler.class.getName();
 
     /**
</pre></div>
<hr /><a name="file4" /><div class="file">
<span class="pathname">spice/components/jervlet/src/java/org/codehaus/spice/jervlet<br /></span>
<div class="fileheader"><big><b>ContextMonitor.java</b></big> <small id="info">1.1 -&gt; 1.2</small></div>
<pre class="diff"><small id="info">diff -u -r1.1 -r1.2
--- ContextMonitor.java	5 Jul 2005 13:32:12 -0000	1.1
+++ ContextMonitor.java	5 Jul 2005 18:37:42 -0000	1.2
@@ -16,6 +16,9 @@
</small></pre><pre class="diff" id="context">  */
 public interface ContextMonitor
 {
</pre><pre class="diff" id="added">+    /** Role, used in some component frameworks */
+    String ROLE = ContextMonitor.class.getName();
+
</pre><pre class="diff" id="context">     /**
      * Report that an Exception was thrown when adding a Context
      *
</pre></div>
<hr /><a name="file5" /><div class="file">
<span class="pathname">spice/components/jervlet/src/java/org/codehaus/spice/jervlet<br /></span>
<div class="fileheader"><big><b>Instantiator.java</b></big> <small id="info">1.1 -&gt; 1.2</small></div>
<pre class="diff"><small id="info">diff -u -r1.1 -r1.2
--- Instantiator.java	5 Jul 2005 13:32:12 -0000	1.1
+++ Instantiator.java	5 Jul 2005 18:37:42 -0000	1.2
@@ -20,7 +20,7 @@
</small></pre><pre class="diff" id="context">  */
 public interface Instantiator
 {
</pre><pre class="diff" id="removed">-    /** Role, used <span id="removedchars">by</span> some component frameworks */
</pre><pre class="diff" id="added">+    /** Role, used <span id="addedchars">in</span> some component frameworks */
</pre><pre class="diff" id="context">     String ROLE = Instantiator.class.getName();
 
     /**
</pre></div>
<hr /><a name="file6" /><div class="file">
<span class="pathname">spice/components/jervlet/src/java/org/codehaus/spice/jervlet<br /></span>
<div class="fileheader"><big><b>Listener.java</b></big> <small id="info">1.1 -&gt; 1.2</small></div>
<pre class="diff"><small id="info">diff -u -r1.1 -r1.2
--- Listener.java	5 Jul 2005 13:32:12 -0000	1.1
+++ Listener.java	5 Jul 2005 18:37:42 -0000	1.2
@@ -17,7 +17,7 @@
</small></pre><pre class="diff" id="context">  */
 public interface Listener
 {
</pre><pre class="diff" id="removed">-    /** Role, used <span id="removedchars">by</span> some component frameworks */
</pre><pre class="diff" id="added">+    /** Role, used <span id="addedchars">in</span> some component frameworks */
</pre><pre class="diff" id="context">     String ROLE = Listener.class.getName();
 
     /** HTTP listener */
</pre></div>
<hr /><a name="file7" /><div class="file">
<span class="pathname">spice/components/jervlet/src/java/org/codehaus/spice/jervlet<br /></span>
<div class="fileheader"><big><b>ListenerMonitor.java</b></big> <small id="info">1.1 -&gt; 1.2</small></div>
<pre class="diff"><small id="info">diff -u -r1.1 -r1.2
--- ListenerMonitor.java	5 Jul 2005 13:32:12 -0000	1.1
+++ ListenerMonitor.java	5 Jul 2005 18:37:42 -0000	1.2
@@ -16,6 +16,9 @@
</small></pre><pre class="diff" id="context">  */
 public interface ListenerMonitor
 {
</pre><pre class="diff" id="added">+    /** Role, used in some component frameworks */
+    String ROLE = ListenerMonitor.class.getName();
+
</pre><pre class="diff" id="context">     /**
      * Notify that an Exception was thrown when adding a Listener.
      *
</pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -&gt; email">CVSspam</a> 0.2.8</small></center>
</body></html>