<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/trunk</tt></b></td></tr>
<tr><td><tt><a href="#file1">project.xml</a></tt> </td><td></td><td align="right" id="added">+33</td><td></td><td nowrap="nowrap" align="center">415 -&gt; 416</td></tr>
</table>
<pre class="comment">
last release's metadata
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">metaas/trunk</span><br />
<div class="fileheader"><big><b>project.xml</b></big> <small id="info">415 -&gt; 416</small></div>
<pre class="diff"><small id="info">--- trunk/project.xml        2007-02-14 00:43:48 UTC (rev 415)
+++ trunk/project.xml        2007-02-15 08:48:11 UTC (rev 416)
@@ -134,6 +134,25 @@
</small></pre><pre class="diff" id="context">         statement&lt;/change&gt;
       &lt;/changelog&gt;
     &lt;/release&gt;
</pre><pre class="diff" id="added">+
+    &lt;release id="0.5" date="2007-01-30"&gt;
+      &lt;downloads&gt;
+        &lt;dl file="metaas-0.5-bin.zip"&gt;Compiled .jar and API docs&lt;/dl&gt;
+      &lt;/downloads&gt;
+      &lt;changelog&gt;
+        &lt;change&gt;Seperated auto-import processing out from
+        &lt;code&gt;ActionScriptProject#writeAll()&lt;/code&gt; - the new
+        &lt;code&gt;performAutoImport()&lt;/code&gt; method must now be used&lt;/change&gt;
+        &lt;change&gt;Fixed several bugs in interface-related code generation&lt;/change&gt;
+        &lt;change&gt;Added a 'classpath' to &lt;code&gt;ActionScriptProject&lt;/code&gt; to
+        support the auto-import process with project-external code&lt;/change&gt;
+        &lt;change&gt;Allow for regular-expression-literals, so we no longer raise
+        SyntaxException on encountering one&lt;/change&gt;
+        &lt;change&gt;Assorted parser fixes to accept more examples of valid AS
+        syntax, including several instances of 'keywords' that are also valid
+        as identifiers&lt;/change&gt;
+      &lt;/changelog&gt;
+    &lt;/release&gt;
</pre><pre class="diff" id="context">   &lt;/releases&gt;
 
   &lt;section&gt;
</pre><pre class="diff"><small id="info">@@ -151,6 +170,16 @@
</small></pre><pre class="diff" id="context">   &lt;/section&gt;
 
   &lt;section&gt;
</pre><pre class="diff" id="added">+    &lt;title&gt;Contact&lt;/title&gt;
+
+    &lt;para&gt;If you have any questions or have some code to contribute, please
+    subscribe to the
+    &lt;ulink url="http://lists.badgers-in-foil.co.uk/mailman/listinfo/metaas-dev"&gt;mailing
+    list&lt;alt&gt;metaas-development mailing list subscription
+    manager&lt;/alt&gt;&lt;/ulink&gt;.&lt;/para&gt;
+  &lt;/section&gt;
+
+  &lt;section&gt;
</pre><pre class="diff" id="context">     &lt;title&gt;Due Credit&lt;/title&gt;
     
     &lt;para&gt;metaas was inspired by the
</pre><pre class="diff"><small id="info">@@ -186,6 +215,10 @@
</small></pre><pre class="diff" id="context">       &lt;relatedproject name="Eclipse JDT DOM"&gt;
         &lt;homepage url="http://download.eclipse.org/downloads/documentation/2.0/html/plugins/org.eclipse.jdt.doc.isv/reference/api/org/eclipse/jdt/core/dom/package-summary.html"/&gt;
       &lt;/relatedproject&gt;
</pre><pre class="diff" id="added">+
+      &lt;relatedproject name="ASPOJO"&gt;
+        &lt;homepage url="http://code.google.com/p/aspojo/"/&gt;
+      &lt;/relatedproject&gt;
</pre><pre class="diff" id="context">     &lt;/relation&gt;
   &lt;/related&gt;
 
</pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -&gt; email">CVSspam</a> 0.2.12</small></center>
</body></html>