<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>metaas/tags</tt></b></td></tr>
<tr><td><tt><a href="#file1"><span id="copied">metaas-0.5</span></a></tt> </td><td colspan="3" align="center"><small id="info">[copied]</small></td><td nowrap="nowrap" align="center">metaas/trunk:375 -> 376</td></tr>
<tr class="alt"><td><tt>metaas-0.5/<a href="#file2"><span id="removed">pom.xml</span></a></tt> </td><td></td><td></td><td align="right" id="removed">-278</td><td nowrap="nowrap">374 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">metaas/trunk/pom.xml:375 -> 376</td></tr>
<tr><td></td><td></td><td></td><td align="right" id="removed">-278</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 metaas-0.5
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname" id="copied">metaas/tags</span><br />
<div class="fileheader" id="copied"><big><b>metaas-0.5</b></big> <small id="info">copied from metaas/trunk:375</small></div>
<pre class="diff"><small id="info">
Copied from metaas/trunk:374
</small></pre></div>
<hr /><a name="file2" /><div class="file">
<span class="pathname" id="removed">metaas/tags/metaas-0.5</span><br />
<div class="fileheader" id="removed"><big><b>pom.xml</b></big> <small id="info">removed after 374</small></div>
<pre class="diff"><small id="info">--- trunk/pom.xml        2007-01-31 00:05:43 UTC (rev 374)
+++ tags/metaas-0.5/pom.xml        2007-01-31 00:20:16 UTC (rev 376)
@@ -1,278 +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.metaas</groupId>
- <artifactId>metaas</artifactId>
- <packaging>jar</packaging>
- <version>0.5-SNAPSHOT</version>
- <name>metaas</name>
- <description>Java library for generating and manipulating ActionScript 3 source code</description>
- <url>http://www.badgers-in-foil.co.uk/projects/metaas/</url>
- <inceptionYear>2006</inceptionYear>
- <organization>
- <name>David Holroyd</name>
- <url>http://david.holroyd.me.uk/</url>
- </organization>
-
- <mailingLists>
- <mailingList>
- <name>metaas-dev</name>
- <subscribe>http://lists.badgers-in-foil.co.uk/mailman/listinfo/metaas-dev</subscribe>
- <unsubscribe>http://lists.badgers-in-foil.co.uk/mailman/listinfo/metaas-dev</unsubscribe>
- <archive>http://lists.badgers-in-foil.co.uk/pipermail/metaas-dev/</archive>
- </mailingList>
- </mailingLists>
-
- <licenses>
- <license>
- <distribution>repo</distribution>
- <name>GNU Lesser General Public License</name>
- <url>COPYING</url>
- </license>
- </licenses>
-
- <developers>
- <developer>
- <id>dave</id>
- <name>David Holroyd</name>
- <url>http://david.holroyd.me.uk/</url>
- <timezone>0</timezone>
- </developer>
- </developers>
-
- <scm>
- <connection>scm:svn:http://svn.badgers-in-foil.co.uk/metaas/trunk</connection>
- <developerConnection>scm:svn:http://svn.badgers-in-foil.co.uk/metaas/trunk</developerConnection>
- </scm>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptor>assembly.xml</descriptor>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <includes>
- <include>**/*Tests.java</include>
- <include>**/*Test.java</include>
- </includes>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <configuration>
- <instrumentation>
-         <includes>
- <include>uk/co/badgersinfoil/metaas/**/*.class</include>
-         </includes>
-         <excludes>
- <exclude>org/asdt/core/internal/antlr/*.class</exclude>
-         </excludes>
-         <excludes>
- <exclude>uk/co/badgersinfoil/metaas/impl/parser/**/*.class</exclude>
-         </excludes>
- </instrumentation>
- <check>
- <!-- TODO: raise coverage so that we can enforce per-packge rates too -->
- <totalBranchRate>90</totalBranchRate>
- <totalLineRate>80</totalLineRate>
- <haltOnFailure>true</haltOnFailure>
- </check>
- </configuration>
-        <executions>
- <execution>
- <goals>
- <goal>clean</goal>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-report-plugin</artifactId>
- </plugin>
-
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <configuration>
- <tasks>
- <java classname="org.antlr.Tool" classpathref="maven.plugin.classpath" fork="true" dir="src/main/antlr" maxmemory="512M">
- <!--arg value="-Xwatchconversion"/-->
- <arg value="uk/co/badgersinfoil/metaas/impl/parser/regexsimple/RegexSimple.g"/>
- <arg value="org/asdt/core/internal/antlr/AS3.g3"/>
- <arg value="uk/co/badgersinfoil/metaas/impl/parser/e4x/E4X.g"/>
- <arg line="-o ${project.build.directory}/generated-sources/antlr"/>
-                </java>
- </tasks>
-         <sourceRoot>${project.build.directory}/generated-sources/antlr</sourceRoot>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- <dependencies>
- <dependency>
- <groupId>org.antlr</groupId>
- <artifactId>antlr</artifactId>
- <version>20070101</version>
- <scope>compile</scope>
- </dependency>
- </dependencies>
- </plugin>
-
- <plugin>
-         <artifactId>maven-release-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>dist</id>
- <activation>
- <property><name>dist</name></property>
- </activation>
- <build>
- <defaultGoal>install</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <executions>
- <execution>
- <configuration>
- <excludePackageNames>uk.co.badgersinfoil.metaas.impl,org.asdt.core.internal.antlr</excludePackageNames>
- <overview>${basedir}/src/main/java/overview.html</overview>
- <stylesheetfile>${basedir}/src/main/javadoc/stylesheet.css</stylesheetfile>
- </configuration>
- <goals>
- <goal>javadoc</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <phase>install</phase>
- <configuration>
- <descriptor>assembly.xml</descriptor>
- </configuration>
- <goals>
- <goal>assembly</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <dependencies>
- <dependency>
- <groupId>org.antlr</groupId>
- <artifactId>antlr</artifactId>
- <version>20070101</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <reporting>
- <plugins>
- <plugin>
- <!-- override the default report set; just reports with useful info -->
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <reportSets>
- <reportSet>
- <reports>
- <report>dependencies</report>
- <report>project-team</report>
- <report>license</report>
- <report>scm</report>
- <report>mailing-list</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <excludePackageNames>uk.co.badgersinfoil.metaas.impl,org.asdt.core.internal.antlr</excludePackageNames>
- <overview>${basedir}/src/main/java/overview.html</overview>
- <stylesheetfile>${basedir}/src/main/javadoc/stylesheet.css</stylesheetfile>
- </configuration>
- </plugin>
-
- <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>
- </plugin>
-
- <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-pmd-plugin</artifactId>
- </plugin>
-
- <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- </plugin>
-
- <!-- plugin>
-         <groupId>org.codehaus.mojo</groupId>
-         <artifactId>jdiff-maven-plugin</artifactId>
- <!- - must be aquired and built from src; no release yet - ->
-         <version>0.1-SNAPSHOT</version>
-         <configuration>
-          <packages>uk.co.badgersinfoil.metaas</packages>
-          <oldTag>metaas-0.3</oldTag>
-         </configuration>
- </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/metaas</url>
- </site>
- </distributionManagement>
-</project>
</pre></div>
<hr /><a name="file3" /><div class="file">
<span class="pathname" id="copied">metaas/tags/metaas-0.5</span><br />
<div class="fileheader" id="copied"><big><b>pom.xml</b></big> <small id="info">copied from metaas/trunk/pom.xml:375</small></div>
<pre class="diff"><small id="info">
Copied from metaas/trunk/pom.xml:375
</small></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>