<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;}
#copied {background-color:#ccccff;}
tr.alt #copied {background-color:#bbbbf7;}
#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 {white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;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="5">Commit in <b><tt>asxsd/tags</tt></b></td></tr>
<tr><td><tt><a href="#file1"><span id="copied">asxsd-0.5</span></a></tt> </td><td colspan="3" align="center"><small id="info">[copied]</small></td><td nowrap="nowrap" align="center">asxsd/trunk:194 -> 195</td></tr>
<tr class="alt"><td><tt>asxsd-0.5/<a href="#file2"><span id="removed">pom.xml</span></a></tt> </td><td></td><td></td><td align="right" id="removed">-107</td><td nowrap="nowrap">192 removed</td></tr>
<tr><td><tt> /<a href="#file3"><span id="copied">pom.xml</span></a></tt> </td><td colspan="3" align="center"><small id="info">[copied]</small></td><td nowrap="nowrap" align="center">asxsd/trunk/pom.xml:194 -> 195</td></tr>
<tr><td></td><td></td><td></td><td align="right" id="removed">-107</td><td></td></tr>
</table>
<small id="info">1 removed + 2 copied, total 3 files</small><br />
<pre class="comment">
[maven-scm] copy for tag asxsd-0.5
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname" id="copied">asxsd/tags</span><br />
<div class="fileheader" id="copied"><big><b>asxsd-0.5</b></big> <small id="info">copied from asxsd/trunk:194</small></div>
<pre class="diff"><small id="info">
Copied from asxsd/trunk:192
</small></pre></div>
<hr /><a name="file2" /><div class="file">
<span class="pathname" id="removed">asxsd/tags/asxsd-0.5</span><br />
<div class="fileheader" id="removed"><big><b>pom.xml</b></big> <small id="info">removed after 192</small></div>
<pre class="diff"><small id="info">--- trunk/pom.xml        2007-11-21 10:55:58 UTC (rev 192)
+++ tags/asxsd-0.5/pom.xml        2007-11-21 11:29:54 UTC (rev 195)
@@ -1,107 +0,0 @@
</small></pre><pre class="diff" id="removed">-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>uk.co.badgersinfoil.asxsd</groupId>
- <artifactId>asxsd</artifactId>
- <version>0.5-SNAPSHOT</version>
- <name>asxsd</name>
- <description>Java library for generating static XML-Object mappings in ActionScript 3, from XML Schema descriptions</description>
- <url>http://maven.badgers-in-foil.co.uk/sites/asxsd/</url>
- <inceptionYear>2006</inceptionYear>
- <organization>
- <name>David Holroyd</name>
- <url>http://david.holroyd.me.uk/</url>
- </organization>
- <licenses>
- <license>
- <distribution>repo</distribution>
- <name>GNU Lesser General Public License</name>
- <url>COPYING</url>
- </license>
- </licenses>
-
- <scm>
- <connection>scm:svn:http://svn.badgers-in-foil.co.uk/asxsd/tags/asxsd-0.1</connection>
- <developerConnection>scm:svn:http://svn.badgers-in-foil.co.uk/asxsd/tags/asxsd-0.1</developerConnection>
- </scm>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <!-- latest 2.1 ver is screwy -->
- <version>2.0</version>
-        <executions>
- <execution>
- <goals>
- <goal>clean</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>uk.co.badgersinfoil.metaas</groupId>
- <artifactId>metaas</artifactId>
- <version>0.7.1</version>
- </dependency>
- <dependency>
- <groupId>org.eclipse.emf</groupId>
- <artifactId>common</artifactId>
- <version>2.2.1</version>
- </dependency>
- <dependency>
- <groupId>org.eclipse.emf</groupId>
- <artifactId>ecore</artifactId>
- <version>2.2.2</version>
- </dependency>
- <dependency>
- <groupId>org.eclipse.xsd</groupId>
- <artifactId>xsd</artifactId>
- <version>2.2.2</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-report-plugin</artifactId>
- </plugin>
-
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <!-- latest 2.1 ver is screwy -->
- <version>2.0</version>
- </plugin>
- </plugins>
- </reporting>
-
- <distributionManagement>
- <repository>
- <id>bif-repository</id>
- <url>scp://maven.badgers-in-foil.co.uk/home/maven/www/maven2</url>
- </repository>
- <site>
- <id>metaas-site</id>
- <url>scp://maven.badgers-in-foil.co.uk/home/maven/www/sites/asxsd</url>
- </site>
- </distributionManagement>
-
- <repositories>
- <repository>
- <id>bif-repository</id>
- <url>http://maven.badgers-in-foil.co.uk/maven2</url>
- </repository>
- </repositories>
-</project>
</pre></div>
<hr /><a name="file3" /><div class="file">
<span class="pathname" id="copied">asxsd/tags/asxsd-0.5</span><br />
<div class="fileheader" id="copied"><big><b>pom.xml</b></big> <small id="info">copied from asxsd/trunk/pom.xml:194</small></div>
<pre class="diff"><small id="info">--- tags/asxsd-0.5/pom.xml         (rev 0)
+++ tags/asxsd-0.5/pom.xml        2007-11-21 11:29:54 UTC (rev 195)
@@ -0,0 +1,107 @@
</small></pre><pre class="diff" id="added">+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>uk.co.badgersinfoil.asxsd</groupId>
+ <artifactId>asxsd</artifactId>
+ <version>0.5</version>
+ <name>asxsd</name>
+ <description>Java library for generating static XML-Object mappings in ActionScript 3, from XML Schema descriptions</description>
+ <url>http://maven.badgers-in-foil.co.uk/sites/asxsd/</url>
+ <inceptionYear>2006</inceptionYear>
+ <organization>
+ <name>David Holroyd</name>
+ <url>http://david.holroyd.me.uk/</url>
+ </organization>
+ <licenses>
+ <license>
+ <distribution>repo</distribution>
+ <name>GNU Lesser General Public License</name>
+ <url>COPYING</url>
+ </license>
+ </licenses>
+
+ <scm>
+ <connection>scm:svn:http://svn.badgers-in-foil.co.uk/asxsd/tags/asxsd-0.5</connection>
+ <developerConnection>scm:svn:http://svn.badgers-in-foil.co.uk/asxsd/tags/asxsd-0.5</developerConnection>
+ </scm>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <!-- latest 2.1 ver is screwy -->
+ <version>2.0</version>
+        <executions>
+ <execution>
+ <goals>
+ <goal>clean</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>uk.co.badgersinfoil.metaas</groupId>
+ <artifactId>metaas</artifactId>
+ <version>0.8-b1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.emf</groupId>
+ <artifactId>common</artifactId>
+ <version>2.2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.emf</groupId>
+ <artifactId>ecore</artifactId>
+ <version>2.2.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.xsd</groupId>
+ <artifactId>xsd</artifactId>
+ <version>2.2.2</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <!-- latest 2.1 ver is screwy -->
+ <version>2.0</version>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <distributionManagement>
+ <repository>
+ <id>bif-repository</id>
+ <url>scp://maven.badgers-in-foil.co.uk/home/maven/www/maven2</url>
+ </repository>
+ <site>
+ <id>metaas-site</id>
+ <url>scp://maven.badgers-in-foil.co.uk/home/maven/www/sites/asxsd</url>
+ </site>
+ </distributionManagement>
+
+ <repositories>
+ <repository>
+ <id>bif-repository</id>
+ <url>http://maven.badgers-in-foil.co.uk/maven2</url>
+ </repository>
+ </repositories>
+</project>
</pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -> email">CVSspam</a> 0.2.12</small></center>
</body></html>