[CVS spice] more repo stuff

paul-yCVjj/[email protected] 24 Jul 2005 20:59:23 -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</tt></b><span id="info"> on MAIN</span></td></tr>
<tr><td><tt>components/jervlet/<a href="#file1"><span id="added">project.properties</span></a></tt></td><td align="right" id="added">+69</td><td></td><td nowrap="nowrap" align="right">added 1.1</td></tr>
<tr class="alt"><td><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/<a href="#file2"><span id="added">project.xml</span></a></tt></td><td align="right" id="added">+115</td><td></td><td nowrap="nowrap" align="right">added 1.1</td></tr>
<tr><td><tt>components/jndikit/<a href="#file3">project.properties</a></tt></td><td align="right" id="added">+1</td><td align="right" id="removed">-1</td><td nowrap="nowrap" align="center">1.7 -&gt; 1.8</td></tr>
<tr class="alt"><td><tt>components/loggerstore/<a href="#file4">project.properties</a></tt></td><td align="right" id="added">+1</td><td align="right" id="removed">-1</td><td nowrap="nowrap" align="center">1.5 -&gt; 1.6</td></tr>
<tr><td><tt>components/netserve/<a href="#file5">project.properties</a></tt></td><td align="right" id="added">+1</td><td align="right" id="removed">-1</td><td nowrap="nowrap" align="center">1.5 -&gt; 1.6</td></tr>
<tr class="alt"><td><tt>components/salt/<a href="#file6">project.properties</a></tt></td><td align="right" id="added">+1</td><td align="right" id="removed">-1</td><td nowrap="nowrap" align="center">1.2 -&gt; 1.3</td></tr>
<tr><td><tt>components/threadpool/<a href="#file7">project.properties</a></tt></td><td align="right" id="added">+1</td><td align="right" id="removed">-1</td><td nowrap="nowrap" align="center">1.6 -&gt; 1.7</td></tr>
<tr class="alt"><td><tt>sandbox/sca/<a href="#file8">project.properties</a></tt></td><td align="right" id="added">+1</td><td align="right" id="removed">-1</td><td nowrap="nowrap" align="center">1.2 -&gt; 1.3</td></tr>
<tr><td></td><td align="right" id="added">+190</td><td align="right" id="removed">-6</td><td></td></tr>
</table>
<small id="info">2 added + 6 modified, total 8 files</small><br />
<pre class="comment">
more repo stuff
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname" id="added">spice/components/jervlet<br /></span>
<div class="fileheader" id="added"><big><b>project.properties</b></big> <small id="info">added at 1.1</small></div>
<pre class="diff"><small id="info">diff -N project.properties
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ project.properties	24 Jul 2005 20:59:23 -0000	1.1
@@ -0,0 +1,69 @@
</small></pre><pre class="diff" id="added">+maven.remote.group=spice
+maven.repo.remote=http://www.ibiblio.org/maven,http://dist.codehaus.org
+
+maven.checkstyle.properties = ${basedir}/../../tools/checkstyle/checkstyle.xml
+maven.checkstyle.license.exists=true
+
+maven.javadoc.links = \
+    http://avalon.apache.org/api/, \
+    http://dna.jcontainer.org/apidocs/, \
+    http://java.sun.com/j2se/1.3/docs/api/
+
+maven.license.licenseFile=${basedir}/../../LICENSE.txt
+maven.linkcheck.enable=true
+
+maven.xdoc.poweredby.image=
+#maven.xdoc.jsl=target/site.jsl
+
+maven.junit.fork=true
+maven.junit.dir=${basedir}/target/test-classes
+
+spice.color1.bright=#FFFFFF
+spice.color1.light=#FFFFCC
+spice.color1.main=#CCCC99
+spice.color1.shaded=#999966
+spice.color1.dark=#666633
+spice.color1.darkest=#333300
+
+maven.ui.body.background=${spice.color1.bright}
+maven.ui.body.foreground=${spice.color1.darkest}
+maven.ui.section.background=${spice.color1.shaded}
+maven.ui.section.foreground=${spice.color1.light}
+maven.ui.subsection.background=${spice.color1.main}
+maven.ui.subsection.foreground=${spice.color1.light}
+maven.ui.table.header.background=${spice.color1.shaded}
+maven.ui.table.header.foreground=${spice.color1.light}
+
+maven.ui.table.row.odd.background=${spice.color1.light}
+maven.ui.table.row.odd.foreground=${spice.color1.dark}
+maven.ui.table.row.even.background=${spice.color1.light}
+maven.ui.table.row.even.foreground=${spice.color1.dark}
+
+maven.ui.banner.background=${spice.color1.bright}
+maven.ui.banner.foreground=${spice.color1.darkest}
+maven.ui.banner.border.top=${spice.color1.bright}
+maven.ui.banner.border.bottom=${spice.color1.shaded}
+
+maven.ui.source.background=${spice.color1.bright}
+maven.ui.source.foreground=${spice.color1.darkest}
+maven.ui.source.border.top=${spice.color1.shaded}
+maven.ui.source.border.bottom=${spice.color1.shaded}
+maven.ui.source.border.right=${spice.color1.shaded}
+maven.ui.source.border.left=${spice.color1.shaded}
+
+maven.ui.navcol.background=${spice.color1.light}
+maven.ui.navcol.background.ns4=${spice.color1.light}
+maven.ui.navcol.foreground=${spice.color1.dark}
+maven.ui.navcol.foreground.ns4=${spice.color1.dark}
+maven.ui.navcol.border.top=${spice.color1.light}
+maven.ui.navcol.border.right=${spice.color1.main}
+maven.ui.navcol.border.bottom=${spice.color1.main}
+
+maven.ui.breadcrumbs.background=${spice.color1.main}
+maven.ui.breadcrumbs.foreground=${spice.color1.dark}
+maven.ui.breadcrumbs.border.top=${spice.color1.light}
+maven.ui.breadcrumbs.border.bottom=${spice.color1.shaded}
+
+maven.ui.href.link=${spice.color1.dark}
+maven.ui.href.link.active=${spice.color1.darkest}
+maven.ui.href.link.selfref=${spice.color1.dark}
</pre></div>
<hr /><a name="file2" /><div class="file">
<span class="pathname" id="added">spice/components/jervlet<br /></span>
<div class="fileheader" id="added"><big><b>project.xml</b></big> <small id="info">added at 1.1</small></div>
<pre class="diff"><small id="info">diff -N project.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ project.xml	24 Jul 2005 20:59:23 -0000	1.1
@@ -0,0 +1,115 @@
</small></pre><pre class="diff" id="added">+&lt;?xml version="1.0"?&gt;
+&lt;project&gt;
+    &lt;extend&gt;${basedir}/../../project.xml&lt;/extend&gt;
+    &lt;name&gt;Spice Jervlet&lt;/name&gt;
+    &lt;id&gt;spice-jervlet&lt;/id&gt;    
+    &lt;package&gt;org.codehaus.spice.jervlet&lt;/package&gt;
+    &lt;currentVersion&gt;2.0-SNAPSHOT&lt;/currentVersion&gt;
+    &lt;inceptionYear&gt;2003&lt;/inceptionYear&gt;
+
+    &lt;shortDescription&gt;
+	  An IoC wrapper for Jetty
+    &lt;/shortDescription&gt;
+
+    &lt;description&gt;
+    &lt;/description&gt;
+
+    &lt;versions&gt;
+    &lt;/versions&gt;
+
+    &lt;dependencies&gt;
+        &lt;dependency&gt;
+            &lt;groupId&gt;avalon&lt;/groupId&gt;
+            &lt;artifactId&gt;avalon-framework&lt;/artifactId&gt;
+            &lt;version&gt;4.1.4&lt;/version&gt;
+        &lt;/dependency&gt;
+        &lt;dependency&gt;
+            &lt;groupId&gt;dna&lt;/groupId&gt;
+            &lt;artifactId&gt;dna-api&lt;/artifactId&gt;
+            &lt;version&gt;1.1&lt;/version&gt;
+        &lt;/dependency&gt;
+        &lt;dependency&gt;
+            &lt;groupId&gt;dna&lt;/groupId&gt;
+            &lt;artifactId&gt;dna-impl&lt;/artifactId&gt;
+            &lt;version&gt;1.1&lt;/version&gt;
+        &lt;/dependency&gt;
+        &lt;dependency&gt;
+            &lt;id&gt;picocontainer&lt;/id&gt;
+            &lt;version&gt;1.2-SNAPSHOT&lt;/version&gt;
+            &lt;url&gt;http://www.picocontainer.org/&lt;/url&gt;
+        &lt;/dependency&gt;
+        &lt;dependency&gt;
+            &lt;groupId&gt;jetty&lt;/groupId&gt;
+            &lt;artifactId&gt;org.mortbay.jetty&lt;/artifactId&gt;
+            &lt;version&gt;5.1.4&lt;/version&gt;
+        &lt;/dependency&gt;
+        &lt;dependency&gt;
+            &lt;groupId&gt;javax.servlet&lt;/groupId&gt;
+            &lt;artifactId&gt;servlet-api&lt;/artifactId&gt;
+            &lt;version&gt;2.4&lt;/version&gt;
+        &lt;/dependency&gt;
+        &lt;dependency&gt;
+            &lt;id&gt;commons-logging&lt;/id&gt;
+            &lt;version&gt;1.0.4&lt;/version&gt;
+            &lt;url&gt;http://jakarta.apache.org/commons/logging.html&lt;/url&gt;
+        &lt;/dependency&gt;
+
+    &lt;/dependencies&gt;
+
+    &lt;developers&gt;
+        &lt;developer&gt;
+            &lt;name&gt;Mauro Talevi&lt;/name&gt;
+            &lt;id&gt;mauro&lt;/id&gt;
+            &lt;roles&gt;
+                &lt;role&gt;Developer&lt;/role&gt;
+            &lt;/roles&gt;
+        &lt;/developer&gt;
+        &lt;developer&gt;
+            &lt;name&gt;Peter Donald&lt;/name&gt;
+            &lt;id&gt;donaldp&lt;/id&gt;
+            &lt;roles&gt;
+                &lt;role&gt;Developer&lt;/role&gt;
+            &lt;/roles&gt;
+        &lt;/developer&gt;
+    &lt;/developers&gt;
+
+    &lt;build&gt;
+        &lt;sourceDirectory&gt;${basedir}/src/java&lt;/sourceDirectory&gt;
+
+        &lt;!-- Resources that are packaged up inside the JAR file --&gt;
+        &lt;resources&gt;
+            &lt;resource&gt;
+                &lt;directory&gt;${basedir}/src/java&lt;/directory&gt;
+                &lt;includes&gt;
+                    &lt;include&gt;**/*.dtd&lt;/include&gt;
+                    &lt;include&gt;**/*.xsd&lt;/include&gt;
+                    &lt;include&gt;**/*.xhtml&lt;/include&gt;
+                    &lt;include&gt;**/*.xml&lt;/include&gt;
+                    &lt;include&gt;**/*.png&lt;/include&gt;
+                    &lt;include&gt;**/*.jpg&lt;/include&gt;
+                    &lt;include&gt;**/*.gif&lt;/include&gt;
+                &lt;/includes&gt;
+            &lt;/resource&gt;
+        &lt;/resources&gt;
+
+        &lt;unitTestSourceDirectory&gt;${basedir}/src/test&lt;/unitTestSourceDirectory&gt;
+        &lt;unitTest&gt;
+            &lt;includes&gt;
+                &lt;include&gt;**/*Test.*&lt;/include&gt;
+                &lt;include&gt;**/*TestCase.*&lt;/include&gt;
+            &lt;/includes&gt;
+            &lt;excludes&gt;
+                &lt;exclude&gt;**/Abstract*.*&lt;/exclude&gt;
+            &lt;/excludes&gt;
+            &lt;resources&gt;
+                &lt;resource&gt;
+                    &lt;directory&gt;${basedir}/src/test&lt;/directory&gt;
+                    &lt;includes&gt;
+                        &lt;include&gt;**/*&lt;/include&gt;
+                    &lt;/includes&gt;
+                &lt;/resource&gt;
+            &lt;/resources&gt;
+        &lt;/unitTest&gt;
+    &lt;/build&gt;
+
+&lt;/project&gt;
</pre></div>
<hr /><a name="file3" /><div class="file">
<span class="pathname">spice/components/jndikit<br /></span>
<div class="fileheader"><big><b>project.properties</b></big> <small id="info">1.7 -&gt; 1.8</small></div>
<pre class="diff"><small id="info">diff -u -r1.7 -r1.8
--- project.properties	4 Jul 2005 14:48:24 -0000	1.7
+++ project.properties	24 Jul 2005 20:59:23 -0000	1.8
@@ -1,5 +1,5 @@
</small></pre><pre class="diff" id="context"> maven.remote.group=spice
</pre><pre class="diff" id="removed">-maven.repo.remote=http://www.ibiblio.<span id="removedchars">com</span>/maven,http://dist.codehaus.org
</pre><pre class="diff" id="added">+maven.repo.remote=http://www.ibiblio.<span id="addedchars">org</span>/maven,http://dist.codehaus.org
</pre><pre class="diff" id="context"> 
 maven.compile.target=1.2
 
</pre></div>
<hr /><a name="file4" /><div class="file">
<span class="pathname">spice/components/loggerstore<br /></span>
<div class="fileheader"><big><b>project.properties</b></big> <small id="info">1.5 -&gt; 1.6</small></div>
<pre class="diff"><small id="info">diff -u -r1.5 -r1.6
--- project.properties	25 Apr 2004 00:44:44 -0000	1.5
+++ project.properties	24 Jul 2005 20:59:23 -0000	1.6
@@ -1,5 +1,5 @@
</small></pre><pre class="diff" id="context"> maven.remote.group=spice
</pre><pre class="diff" id="removed">-maven.repo.remote=http://www.ibiblio.<span id="removedchars">com</span>/maven,http://dist.codehaus.org
</pre><pre class="diff" id="added">+maven.repo.remote=http://www.ibiblio.<span id="addedchars">org</span>/maven,http://dist.codehaus.org
</pre><pre class="diff" id="context"> 
 maven.checkstyle.properties = ${basedir}/../../tools/checkstyle/checkstyle.xml
 maven.checkstyle.license.exists=true
</pre></div>
<hr /><a name="file5" /><div class="file">
<span class="pathname">spice/components/netserve<br /></span>
<div class="fileheader"><big><b>project.properties</b></big> <small id="info">1.5 -&gt; 1.6</small></div>
<pre class="diff"><small id="info">diff -u -r1.5 -r1.6
--- project.properties	25 Apr 2004 00:44:44 -0000	1.5
+++ project.properties	24 Jul 2005 20:59:23 -0000	1.6
@@ -1,5 +1,5 @@
</small></pre><pre class="diff" id="context"> maven.remote.group=spice
</pre><pre class="diff" id="removed">-maven.repo.remote=http://www.ibiblio.<span id="removedchars">com</span>/maven,http://dist.codehaus.org
</pre><pre class="diff" id="added">+maven.repo.remote=http://www.ibiblio.<span id="addedchars">org</span>/maven,http://dist.codehaus.org
</pre><pre class="diff" id="context"> 
 maven.checkstyle.properties = ${basedir}/../../tools/checkstyle/checkstyle.xml
 maven.checkstyle.license.exists=true
</pre></div>
<hr /><a name="file6" /><div class="file">
<span class="pathname">spice/components/salt<br /></span>
<div class="fileheader"><big><b>project.properties</b></big> <small id="info">1.2 -&gt; 1.3</small></div>
<pre class="diff"><small id="info">diff -u -r1.2 -r1.3
--- project.properties	25 Apr 2004 00:44:46 -0000	1.2
+++ project.properties	24 Jul 2005 20:59:23 -0000	1.3
@@ -1,5 +1,5 @@
</small></pre><pre class="diff" id="context"> maven.remote.group=spice
</pre><pre class="diff" id="removed">-maven.repo.remote=http://www.ibiblio.<span id="removedchars">com</span>/maven,http://dist.codehaus.org
</pre><pre class="diff" id="added">+maven.repo.remote=http://www.ibiblio.<span id="addedchars">org</span>/maven,http://dist.codehaus.org
</pre><pre class="diff" id="context"> 
 maven.checkstyle.properties = ${basedir}/../../tools/checkstyle/checkstyle.xml
 maven.checkstyle.license.exists=true
</pre></div>
<hr /><a name="file7" /><div class="file">
<span class="pathname">spice/components/threadpool<br /></span>
<div class="fileheader"><big><b>project.properties</b></big> <small id="info">1.6 -&gt; 1.7</small></div>
<pre class="diff"><small id="info">diff -u -r1.6 -r1.7
--- project.properties	25 Apr 2004 00:44:46 -0000	1.6
+++ project.properties	24 Jul 2005 20:59:23 -0000	1.7
@@ -1,5 +1,5 @@
</small></pre><pre class="diff" id="context"> maven.remote.group=spice
</pre><pre class="diff" id="removed">-maven.repo.remote=http://www.ibiblio.<span id="removedchars">com</span>/maven,http://dist.codehaus.org
</pre><pre class="diff" id="added">+maven.repo.remote=http://www.ibiblio.<span id="addedchars">org</span>/maven,http://dist.codehaus.org
</pre><pre class="diff" id="context"> 
 maven.checkstyle.properties = ${basedir}/../../tools/checkstyle/checkstyle.xml
 maven.checkstyle.license.exists=true
</pre></div>
<hr /><a name="file8" /><div class="file">
<span class="pathname">spice/sandbox/sca<br /></span>
<div class="fileheader"><big><b>project.properties</b></big> <small id="info">1.2 -&gt; 1.3</small></div>
<pre class="diff"><small id="info">diff -u -r1.2 -r1.3
--- project.properties	25 Apr 2004 00:44:44 -0000	1.2
+++ project.properties	24 Jul 2005 20:59:23 -0000	1.3
@@ -1,5 +1,5 @@
</small></pre><pre class="diff" id="context"> maven.remote.group=spice
</pre><pre class="diff" id="removed">-maven.repo.remote=http://www.ibiblio.<span id="removedchars">com</span>/maven,http://dist.codehaus.org
</pre><pre class="diff" id="added">+maven.repo.remote=http://www.ibiblio.<span id="addedchars">org</span>/maven,http://dist.codehaus.org
</pre><pre class="diff" id="context"> 
 maven.checkstyle.properties = ${basedir}/../../tools/checkstyle/checkstyle.xml
 maven.checkstyle.license.exists=true
</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>