[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> /<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 -> 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 -> 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 -> 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 -> 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 -> 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 -> 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">+<?xml version="1.0"?>
+<project>
+ <extend>${basedir}/../../project.xml</extend>
+ <name>Spice Jervlet</name>
+ <id>spice-jervlet</id>
+ <package>org.codehaus.spice.jervlet</package>
+ <currentVersion>2.0-SNAPSHOT</currentVersion>
+ <inceptionYear>2003</inceptionYear>
+
+ <shortDescription>
+ An IoC wrapper for Jetty
+ </shortDescription>
+
+ <description>
+ </description>
+
+ <versions>
+ </versions>
+
+ <dependencies>
+ <dependency>
+ <groupId>avalon</groupId>
+ <artifactId>avalon-framework</artifactId>
+ <version>4.1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>dna</groupId>
+ <artifactId>dna-api</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>dna</groupId>
+ <artifactId>dna-impl</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <id>picocontainer</id>
+ <version>1.2-SNAPSHOT</version>
+ <url>http://www.picocontainer.org/</url>
+ </dependency>
+ <dependency>
+ <groupId>jetty</groupId>
+ <artifactId>org.mortbay.jetty</artifactId>
+ <version>5.1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ </dependency>
+ <dependency>
+ <id>commons-logging</id>
+ <version>1.0.4</version>
+ <url>http://jakarta.apache.org/commons/logging.html</url>
+ </dependency>
+
+ </dependencies>
+
+ <developers>
+ <developer>
+ <name>Mauro Talevi</name>
+ <id>mauro</id>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Peter Donald</name>
+ <id>donaldp</id>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <build>
+ <sourceDirectory>${basedir}/src/java</sourceDirectory>
+
+ <!-- Resources that are packaged up inside the JAR file -->
+ <resources>
+ <resource>
+ <directory>${basedir}/src/java</directory>
+ <includes>
+ <include>**/*.dtd</include>
+ <include>**/*.xsd</include>
+ <include>**/*.xhtml</include>
+ <include>**/*.xml</include>
+ <include>**/*.png</include>
+ <include>**/*.jpg</include>
+ <include>**/*.gif</include>
+ </includes>
+ </resource>
+ </resources>
+
+ <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
+ <unitTest>
+ <includes>
+ <include>**/*Test.*</include>
+ <include>**/*TestCase.*</include>
+ </includes>
+ <excludes>
+ <exclude>**/Abstract*.*</exclude>
+ </excludes>
+ <resources>
+ <resource>
+ <directory>${basedir}/src/test</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </resource>
+ </resources>
+ </unitTest>
+ </build>
+
+</project>
</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 -> 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 -> 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 -> 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 -> 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 -> 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 -> 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 -> email">CVSspam</a> 0.2.8</small></center>
</body></html>