From 42fd38571020ceb93eff37eea490ad87863e6394 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Thu, 8 Apr 2010 21:24:37 +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/vilya/trunk@909 c613c5cb-e716-0410-b11b-feb51c14d237 --- .classpath | 1 + etc/libs-incl.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/.classpath b/.classpath index b7a84d4f..1af14e87 100644 --- a/.classpath +++ b/.classpath @@ -5,5 +5,6 @@ + diff --git a/etc/libs-incl.xml b/etc/libs-incl.xml index 2af3ac2a..fb761f0c 100644 --- a/etc/libs-incl.xml +++ b/etc/libs-incl.xml @@ -7,6 +7,7 @@ +