<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches">
    <title>gmane.comp.java.classpath.patches</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13246"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13245"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13244"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13243"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13242"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13241"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13240"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13239"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13238"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13237"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13236"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13235"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13234"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13233"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13232"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13231"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13230"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13229"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13221"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13220"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13246">
    <title>Re: Assertions and System Assertions in GNU Classpath</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13246</link>
    <description>&lt;pre&gt;
As far as I understood the documentation (in my case
http://docs.oracle.com/javase/6/docs/technotes/guides/language/assert.html#enable-disable
as a reference) it is true that '-ea' (no argument) only applies to
normal classes. The flag '-ea:*' does apply all classes:

"The above switches apply to all class loaders. With one exception, they
also apply to system classes (which do not have an explicit class
loader). The exception concerns the switches with no arguments, which
(as indicated above) do not apply to system classes."

Did I miss anything?




&lt;/pre&gt;</description>
    <dc:creator>Josef Eisl</dc:creator>
    <dc:date>2012-04-25T06:44:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13245">
    <title>Re: Assertions and System Assertions in GNU Classpath</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13245</link>
    <description>&lt;pre&gt;----- Original Message -----

I'm confused about something in this patch which perhaps you can explain.

I was under the impression that all system classes had assertions enabled
and disabled as 'system assertions' (-esa/-dsa).  So I was expecting
the patch to just return this value if the classloader was null.  Why does
it instead retrieve a system classloader and probe that on a per-package/class
basis?  How would these values be set?

As quoted before, the Oracle documentation explicitly states that -ea does
not turn on system assertions.  This patch would imply that e.g. assertions
for java.lang could be turned on by -ea:java.lang.  Is this intentional?

On the administrative side, AFAICS you haven't contributed before.  Do you have
a copyright assignment with the FSF?


Thanks,
&lt;/pre&gt;</description>
    <dc:creator>Andrew Hughes</dc:creator>
    <dc:date>2012-04-25T00:07:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13244">
    <title>Re: Assertions and System Assertions in GNU Classpath</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13244</link>
    <description>&lt;pre&gt;
Oh, yeah. That's true. If the reference implementation is used
everything should be fine ;).



&lt;/pre&gt;</description>
    <dc:creator>Josef Eisl</dc:creator>
    <dc:date>2012-04-24T19:07:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13243">
    <title>Re: Assertions and System Assertions in GNU Classpath</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13243</link>
    <description>&lt;pre&gt;On Tue, Apr 24, 2012 at 9:40 PM, Josef Eisl
&amp;lt;zapster&amp;lt; at &amp;gt;complang.tuwien.ac.at&amp;gt; wrote:

Acked-by: Pekka Enberg &amp;lt;penberg&amp;lt; at &amp;gt;kernel.org&amp;gt;

On Tue, Apr 24, 2012 at 9:40 PM, Josef Eisl
&amp;lt;zapster&amp;lt; at &amp;gt;complang.tuwien.ac.at&amp;gt; wrote:

Sure, but only for VMs that override GNU Classpath VM native classes.
Jato, for example, doesn't.


&lt;/pre&gt;</description>
    <dc:creator>Pekka Enberg</dc:creator>
    <dc:date>2012-04-24T18:52:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13242">
    <title>Assertions and System Assertions in GNU Classpath</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13242</link>
    <description>&lt;pre&gt;Hi.

Attached is a patch that enables GNU Classpath to distinguish between
normal assertions and assertions for system classes (i.e. null
classloader) as discussed on the Classpath mailing list [1].

Note that the new method
'java/lang/VMClassLoader.getSystemAssertionStatus()' must be implemented
otherwise an exception will occur.

josef

[1]:
http://developer.classpath.org/pipermail/classpath/2012-April/003195.html

On 04/24/2012 02:29 AM, Andrew Hughes wrote:

&lt;/pre&gt;</description>
    <dc:creator>Josef Eisl</dc:creator>
    <dc:date>2012-04-24T18:40:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13241">
    <title>FYI: Matcher.usePattern(Pattern) implemented and missing gcj patches pushed</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13241</link>
    <description>&lt;pre&gt;As discussed on the gcj mailing list recently:

http://gcc.gnu.org/ml/java/2012-03/msg00048.html

I've added an implementation of java.util.regex.Matcher.usePattern(Pattern).
It was pretty simple, not more than a five minute job.

ChangeLog:

2012-03-22  Andrew John Hughes  &amp;lt;ahughes&amp;lt; at &amp;gt;redhat.com&amp;gt;

* java/util/regex/Matcher.java:
(usePattern(Pattern)): Implemented.

I've also synced in a number of fixes which were only committed to gcj and not
GNU Classpath that I found during the merge:

http://gcc.gnu.org/ml/java-patches/2012-q1/msg00063.html

2012-01-01  Jakub Jelinek  &amp;lt;jakub&amp;lt; at &amp;gt;redhat.com&amp;gt;

* gnu/java/rmi/registry/RegistryImpl.java (version): Update
copyright notice dates.
* tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.

2007-02-26  Jakub Jelinek  &amp;lt;jakub&amp;lt; at &amp;gt;redhat.com&amp;gt;

* java/util/TimeZone.java (getDefaultDisplayName): Don't
check if TimeZone is instanceof SimpleTimeZone.

2006-09-13  Andrew Haley  &amp;lt;aph&amp;lt; at &amp;gt;redhat.com&amp;gt;

* java/util/PriorityQueue.java: Throw IllegalArgumentException for
capacity &lt;/pre&gt;</description>
    <dc:creator>Dr Andrew John Hughes</dc:creator>
    <dc:date>2012-04-03T14:11:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13240">
    <title>Re: [commit-cp] classpath ChangeLognative/jni/java-io/java_io_...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13240</link>
    <description>&lt;pre&gt;

One thing I forgot to mention: tooling is critical.  I don't have to
create properly-formatted ChangeLog entries by myself because there
are tools to do it.  Any change to policies requires complete tooling
support or people will waste time having to generate entries by hand.

Andrew.


&lt;/pre&gt;</description>
    <dc:creator>Andrew Haley</dc:creator>
    <dc:date>2012-03-30T09:08:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13239">
    <title>Re: [commit-cp] classpath ChangeLognative/jni/java-io/java_io_...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13239</link>
    <description>&lt;pre&gt;
I don't understand this comment.  The plugin makes git handle
ChangeLogs correctly; there are plugins to make it handle other
formats correctly, too.


Because the ChangeLog is useful to have, independently of any
particular VCS.


As long as there is a ChangeLog, it doesn't matter at all how it is
created, as long as it's correct, complete, and properly formatted.


But I don't think there is a choice.  It's too late, so all this
discussion is moot.

Andrew.


&lt;/pre&gt;</description>
    <dc:creator>Andrew Haley</dc:creator>
    <dc:date>2012-03-30T08:17:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13238">
    <title>Re: [commit-cp] classpathChangeLognative/jni/java-io/java_io_...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13238</link>
    <description>&lt;pre&gt;----- Original Message -----

Yes, let's not.  I'll just say that from my side, working with individual
changesets makes it a lot easier to dig out individual patches, etc.  Doing
the recent gcj merge with SVN was horrendous compared with the OpenJDK merges
I do (though gcc is a much bigger repo) and I think things would be a lot harder
if OpenJDK used it.

git and mercurial seem pretty much the same to me, the main difference being that mercurial
seems to trail git in terms of feature development and git has a usable branch system,
rather than the fakery we have to do with mercurial.


&lt;/pre&gt;</description>
    <dc:creator>Andrew Hughes</dc:creator>
    <dc:date>2012-03-29T23:01:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13237">
    <title>Re:  [commit-cp] classpath ChangeLog native/jni/java-io/java_io_...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13237</link>
    <description>&lt;pre&gt;Hi Andrew,

Thank you for the explanation.

Thu, 29 Mar 2012 18:33:45 +0100 Andrew Haley &amp;lt;aph&amp;lt; at &amp;gt;redhat.com&amp;gt;:

The plugin is merely a workaround.
You say "GNU projects have X" Why? ("because" is missing)
You you put ChangeLog to ignored list and regenerate on tarball release via git log would it be possible to say the project has ChangeLog or not?

VCS could keep everything you put - e.g. auto-generated files and binaries - it's up to you decide what's suitable for you when doing basic tasks.

E.g., Classpath repo has .svnignore files - if moved to git we could create .gitignore by "ln -s" for each one (putting .svningore to .git exclude file) - a working solution while keeping compatibility with SVN but will it be as convenient as "native" .gitignore (e.g., in case of cloning)? (I guess there probably exists some driver that emulates .gitignore based on .svn/cvsignore present but I'm not sure.)


If you could be here more verbose or give a link - would be appreciated. Thanks.


Agree but if there is a choice -&lt;/pre&gt;</description>
    <dc:creator>Ivan Maidanski</dc:creator>
    <dc:date>2012-03-29T20:54:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13236">
    <title>Re: [commit-cp] classpath ChangeLognative/jni/java-io/java_io_...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13236</link>
    <description>&lt;pre&gt;
But that's what the git ChangeLog plugin is for.  GNU projects have
ChangeLogs; it's up to the VCS to keep up.


So was I.  Who said that Java developers prefer SVN to Git?


Well, I vastly prefer SVN to anything I've seen recently because of
its branch handling, but maybe that's only me.  In any case, let's not
have this mailing list degenerate into "my VCS versus yours" flame
wars, just like every other list.

Andrew.


&lt;/pre&gt;</description>
    <dc:creator>Andrew Haley</dc:creator>
    <dc:date>2012-03-29T17:33:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13235">
    <title>Re:  [commit-cp] classpath ChangeLog native/jni/java-io/java_io_...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13235</link>
    <description>&lt;pre&gt;Hi Andrew,

Thu, 29 Mar 2012 17:42:17 +0100 от Andrew Haley &amp;lt;aph&amp;lt; at &amp;gt;redhat.com&amp;gt;:

Sorry for not explaining you how does git merge work. if you don't have a special ChangeLog-aware merge driver installed (like git-merge-changelog) you would almost always get merge conflicts when pulling public modifications into a privately modified ChangeLog file (same for rebasing). Every merge conflict requires manual handling. If it is decided to move to VCS that simplifies parallel development and branch merging, staying with old commit policy (relying on ChangeLog) neutralizes that benefits. 

PS. I was surprised to hear that free Java developers prefer SVN to Git. How many free Java developers have been contributing to Classpath over the passed 3-4 years? And which of them prefer to stay with CVS and SVN?

Regards.
 
&lt;/pre&gt;</description>
    <dc:creator>Ivan Maidanski</dc:creator>
    <dc:date>2012-03-29T17:19:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13234">
    <title>Re: [commit-cp] classpath ChangeLognative/jni/java-io/java_io_...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13234</link>
    <description>&lt;pre&gt;
Why?  I think this sentence is missing a "because ..." clause.

Andrew.



&lt;/pre&gt;</description>
    <dc:creator>Andrew Haley</dc:creator>
    <dc:date>2012-03-29T16:42:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13233">
    <title>Re: [commit-cp] classpath ChangeLognative/jni/java-io/java_io_...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13233</link>
    <description>&lt;pre&gt;
FWIW, I voted for git because that's what I know. I have never used
Mercurial for real work.

                       Pekka


&lt;/pre&gt;</description>
    <dc:creator>Pekka Enberg</dc:creator>
    <dc:date>2012-03-29T16:06:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13232">
    <title>Re:  [commit-cp] classpath ChangeLog native/jni/java-io/java_io_...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13232</link>
    <description>&lt;pre&gt;Hi Andrew,

It would be good to deprecate ChangeLog (used as commit log) as well.

Regards.

Thu, 29 Mar 2012 10:52:26 -0400 (EDT) Andrew Hughes &amp;lt;ahughes&amp;lt; at &amp;gt;redhat.com&amp;gt;:
&amp;gt; &lt;/pre&gt;</description>
    <dc:creator>Ivan Maidanski</dc:creator>
    <dc:date>2012-03-29T15:58:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13231">
    <title>Re: [commit-cp] classpath ChangeLognative/jni/java-io/java_io_...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13231</link>
    <description>&lt;pre&gt;
Yes, I'm sure that's the meta-reason, and I should have been
paying more attention.  :-(

Andrew.


&lt;/pre&gt;</description>
    <dc:creator>Andrew Haley</dc:creator>
    <dc:date>2012-03-29T15:17:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13230">
    <title>Re: [commit-cp] classpath ChangeLog native/jni/java-io/java_io_...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13230</link>
    <description>&lt;pre&gt;
Because nobody spoke up during the review period, so the first
suggestion was accepted.



&lt;/pre&gt;</description>
    <dc:creator>Chris Burdess</dc:creator>
    <dc:date>2012-03-29T15:12:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13229">
    <title>Re: [commit-cp] classpath ChangeLognative/jni/java-io/java_io_...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13229</link>
    <description>&lt;pre&gt;
I missed that.  OK, I'll push the patch to git.
We need at least to make the CVS read-only.

Why are we using yet another VCS, anyway?  We can pretty much
guarantee that free Java devs are used to Mercural and maybe
Subversion, but git?

Andrew.


&lt;/pre&gt;</description>
    <dc:creator>Andrew Haley</dc:creator>
    <dc:date>2012-03-29T15:07:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13221">
    <title>[PATCH] Fix java/lang/String.codePoint{At|Before}exception types</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13221</link>
    <description>&lt;pre&gt;OpenJDK throws StringIndexOutOfBoundsException and so should we.

Signed-off-by: Pekka Enberg &amp;lt;penberg&amp;lt; at &amp;gt;kernel.org&amp;gt;
---
 ChangeLog             |    6 ++++++
 java/lang/String.java |    4 ++++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cce9803..0a867cc 100644
--- a/ChangeLog
+++ b/ChangeLog
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,5 +1,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 2012-03-15  Pekka Enberg  &amp;lt;penberg&amp;lt; at &amp;gt;kernel.org&amp;gt;
 
+* java/lang/String.java:
+(codePointAt): Fix exception type.
+(codePointBefore): Fix exception type.
+
+2012-03-15  Pekka Enberg  &amp;lt;penberg&amp;lt; at &amp;gt;kernel.org&amp;gt;
+
 * java/util/Formatter.java:
 (format): Fix NPE errors.
 
diff --git a/java/lang/String.java b/java/lang/String.java
index 45c0daf..eb713ce 100644
--- a/java/lang/String.java
+++ b/java/lang/String.java
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -705,6 +705,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; public final class String
    */
   public synchronized int codePointAt(int index)
   {
+    if (index &amp;lt; 0 || index &amp;gt;= count)
+      throw new StringIndexOutOfBoundsException(index);
     // Use the CharSequence overload as we get bet&lt;/pre&gt;</description>
    <dc:creator>Pekka Enberg</dc:creator>
    <dc:date>2012-03-15T20:20:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13220">
    <title>[PATCH] Fix NPE in java/util/Formatter.format() method</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13220</link>
    <description>&lt;pre&gt;This patch fixes NPE for the following Malva test cases:

  assertEquals("false", String.format("%b", (Object[])null));
  assertEquals("null", String.format("%h", (Object[])null));
  assertEquals("null", String.format("%s", (Object[])null));
  assertEquals("null", String.format("%c", (Object[])null));
  assertEquals("null", String.format("%d", (Object[])null));
  assertEquals("null", String.format("%o", (Object[])null));
  assertEquals("null", String.format("%x", (Object[])null));

Signed-off-by: Pekka Enberg &amp;lt;penberg&amp;lt; at &amp;gt;kernel.org&amp;gt;
---
 ChangeLog                |    5 +++++
 java/util/Formatter.java |   21 ++++++++++++++++++---
 2 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 48af956..cce9803 100644
--- a/ChangeLog
+++ b/ChangeLog
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,3 +1,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+2012-03-15  Pekka Enberg  &amp;lt;penberg&amp;lt; at &amp;gt;kernel.org&amp;gt;
+
+* java/util/Formatter.java:
+(format): Fix NPE errors.
+
 2012-03-12  Pekka Enberg  &amp;lt;penberg&amp;lt; at &amp;gt;kernel.org&amp;gt;
 
 * gnu/java/nio/FileLockImpl.java,
diff --git a/java/util/Forma&lt;/pre&gt;</description>
    <dc:creator>Pekka Enberg</dc:creator>
    <dc:date>2012-03-15T19:38:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.classpath.patches/13219">
    <title>Re: [RFC/PATCH 2/2] Add missing Java 1.5 java/netmethods</title>
    <link>http://permalink.gmane.org/gmane.comp.java.classpath.patches/13219</link>
    <description>&lt;pre&gt;

----- Original Message -----

Well they at least need to be documented and the lack of implementation noted therein.
&lt;/pre&gt;</description>
    <dc:creator>Andrew Hughes</dc:creator>
    <dc:date>2012-03-15T10:06:56</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.classpath.patches">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.classpath.patches</link>
  </textinput>
</rdf:RDF>

