OK, done! Such a tiny commit for such a big change :) Mike
On Tue, Sep 29, 2009 at 6:51 PM, Uwe Schindler <[email protected]> wrote: > Yeeeaaah, two lines below, we should use also the 1.5 javadocs :-) > > Later this week, I will start to commit the AttributeSource things.... > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [email protected] > >> -----Original Message----- >> From: Mark Miller [mailto:[email protected]] >> Sent: Wednesday, September 30, 2009 12:41 AM >> To: [email protected] >> Subject: Re: svn commit: r820115 - /lucene/java/trunk/common-build.xml >> >> Yay! >> >> [email protected] wrote: >> > Author: mikemccand >> > Date: Tue Sep 29 22:33:28 2009 >> > New Revision: 820115 >> > >> > URL: http://svn.apache.org/viewvc?rev=820115&view=rev >> > Log: >> > move to 1.5! >> > >> > Modified: >> > lucene/java/trunk/common-build.xml >> > >> > Modified: lucene/java/trunk/common-build.xml >> > URL: http://svn.apache.org/viewvc/lucene/java/trunk/common- >> build.xml?rev=820115&r1=820114&r2=820115&view=diff >> > >> ========================================================================== >> ==== >> > --- lucene/java/trunk/common-build.xml (original) >> > +++ lucene/java/trunk/common-build.xml Tue Sep 29 22:33:28 2009 >> > @@ -58,8 +58,8 @@ >> > >> > <property name="javac.deprecation" value="off"/> >> > <property name="javac.debug" value="on"/> >> > - <property name="javac.source" value="1.4"/> >> > - <property name="javac.target" value="1.4"/> >> > + <property name="javac.source" value="1.5"/> >> > + <property name="javac.target" value="1.5"/> >> > >> > <property name="javadoc.link" >> value="http://java.sun.com/j2se/1.4/docs/api/"/> >> > <property name="javadoc.access" value="protected"/> >> > >> > >> > >> >> >> -- >> - Mark >> >> http://www.lucidimagination.com >> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
