<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.8-b1</span></a></tt> </td><td colspan="3" align="center"><small id="info">[copied]</small></td><td nowrap="nowrap" align="center">metaas/trunk:546 -> 547</td></tr>
<tr class="alt"><td><tt>metaas-0.8-b1/<a href="#file2"><span id="removed">pom.xml</span></a></tt> </td><td></td><td></td><td align="right" id="removed">-276</td><td nowrap="nowrap">539 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:546 -> 547</td></tr>
<tr><td></td><td></td><td></td><td align="right" id="removed">-276</td><td></td></tr>
</table>
<small id="info">1 removed + 2 copied, total 3 files</small><br />
<div class="tasklist"><ul>
<li><a href="#task1">TODO: raise coverage so that we can enforce per-packge rates too --></a></li>
</ul></div>
<pre class="comment">
[maven-scm] copy for tag metaas-0.8-b1
</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.8-b1</b></big> <small id="info">copied from metaas/trunk:546</small></div>
<pre class="diff"><small id="info">
Copied from metaas/trunk:539
</small></pre></div>
<hr /><a name="file2" /><div class="file">
<span class="pathname" id="removed">metaas/tags/metaas-0.8-b1</span><br />
<div class="fileheader" id="removed"><big><b>pom.xml</b></big> <small id="info">removed after 539</small></div>
<pre class="diff"><small id="info">--- trunk/pom.xml        2007-10-27 15:25:51 UTC (rev 539)
+++ tags/metaas-0.8-b1/pom.xml        2007-11-21 11:20:48 UTC (rev 547)
@@ -1,276 +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.8-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>92</totalBranchRate>
- <totalLineRate>86</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>
- <groupId>uk.co.badgersinfoil.maven.plugins</groupId>
- <artifactId>maven-antlr3-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>antlr</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <includes>
- <include>**/*.g</include>
- <include>**/*.g3</include>
- </includes>
- <excludes>
- <!-- unfinished grammar -->
- <exclude>**/Regex.g</exclude>
- </excludes>
- </configuration>
- </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>05-05-2007.13</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>
-          <packages>uk.co.badgersinfoil.metaas.dom</packages>
-          <oldTag>metaas-0.5</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>
-
- <pluginRepositories>
- <pluginRepository>
- <id>bif-repository</id>
- <url>http://maven.badgers-in-foil.co.uk/maven2/</url>
- </pluginRepository>
- </pluginRepositories>
-</project>
</pre></div>
<hr /><a name="file3" /><div class="file">
<span class="pathname" id="copied">metaas/tags/metaas-0.8-b1</span><br />
<div class="fileheader" id="copied"><big><b>pom.xml</b></big> <small id="info">copied from metaas/trunk/pom.xml:546</small></div>
<pre class="diff"><small id="info">--- tags/metaas-0.8-b1/pom.xml         (rev 0)
+++ tags/metaas-0.8-b1/pom.xml        2007-11-21 11:20:48 UTC (rev 547)
@@ -0,0 +1,277 @@
</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.metaas</groupId>
+ <artifactId>metaas</artifactId>
+ <packaging>jar</packaging>
+ <version>0.8-b1</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/tags/metaas-0.8-b1</connection>
+ <developerConnection>scm:svn:http://svn.badgers-in-foil.co.uk/metaas/tags/metaas-0.8-b1</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>
+ <version>2.0</version>
+ <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>
<a name="task1" />+ <!-- <span class="task">TODO</span>: raise coverage so that we can enforce per-packge rates too -->
+ <totalBranchRate>92</totalBranchRate>
+ <totalLineRate>85</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>
+ <groupId>uk.co.badgersinfoil.maven.plugins</groupId>
+ <artifactId>maven-antlr3-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>antlr</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <includes>
+ <include>**/*.g</include>
+ <include>**/*.g3</include>
+ </includes>
+ <excludes>
+ <!-- unfinished grammar -->
+ <exclude>**/Regex.g</exclude>
+ </excludes>
+ </configuration>
+ </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>05-05-2007.13</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>
+          <packages>uk.co.badgersinfoil.metaas.dom</packages>
+          <oldTag>metaas-0.5</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>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>bif-repository</id>
+ <url>http://maven.badgers-in-foil.co.uk/maven2/</url>
+ </pluginRepository>
+ </pluginRepositories>
+</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>