From 6fe5ae9238e51debb7b844d6aaea81d0461e68fc Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Thu, 8 Apr 2010 21:24:35 +0000 Subject: [PATCH] Include jar for JSR-250 The @Generated annotation showed up in JSR-250 and then was bundled into Java 1.6. For those of us stuck in a 1.5 world, there's fortunately a nice tiny little jar with the necessary classes, so slurp that in. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6057 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .classpath | 1 + etc/libs-incl.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/.classpath b/.classpath index 7d8557cf3..f368cc207 100644 --- a/.classpath +++ b/.classpath @@ -16,5 +16,6 @@ + diff --git a/etc/libs-incl.xml b/etc/libs-incl.xml index 59f257bf9..e5f8a5ed7 100644 --- a/etc/libs-incl.xml +++ b/etc/libs-incl.xml @@ -12,6 +12,7 @@ +