On Sat, Jan 11, 2014 at 8:10 AM, Benedikt Ritter <brit...@apache.org> wrote:

> 2014/1/11 Gary Gregory <garydgreg...@gmail.com>
>
> > The parent POM does this already.
> >
>
> I don't think the ant build know about the parent pom, does it?
>

You're right. It would be nice if the Ant build could access the same
information from the POM. That would be less duplication.

Gary

>
>
> >
> > G
> >
> > -------- Original message --------
> > From: brit...@apache.org
> > Date:01/11/2014  06:56  (GMT-05:00)
> > To: comm...@commons.apache.org
> > Subject: svn commit: r1557357 - /commons/proper/lang/trunk/build.xml
> >
> > Author: britter
> > Date: Sat Jan 11 11:56:00 2014
> > New Revision: 1557357
> >
> > URL: http://svn.apache.org/r1557357
> > Log:
> > Lang requires Java 6, update URL to JavaSE docs
> >
> > Modified:
> >     commons/proper/lang/trunk/build.xml
> >
> > Modified: commons/proper/lang/trunk/build.xml
> > URL:
> >
> http://svn.apache.org/viewvc/commons/proper/lang/trunk/build.xml?rev=1557357&r1=1557356&r2=1557357&view=diff
> >
> >
> ==============================================================================
> > --- commons/proper/lang/trunk/build.xml (original)
> > +++ commons/proper/lang/trunk/build.xml Sat Jan 11 11:56:00 2014
> > @@ -29,7 +29,7 @@
> >      <property file="${user.home}/build.properties"/>
> >      <property file="${basedir}/build.properties"/>
> >      <property file="${basedir}/default.properties"/>
> > -    <property name="jdk.javadoc" value="
> > http://download.oracle.com/javase/1.5.0/docs/api/"/>
> > +    <property name="jdk.javadoc" value="
> > http://docs.oracle.com/javase/6/docs/api/"/>
> >      <property name="collections.javadoc" value="
> > http://commons.apache.org/collections/api-release/"/>
> >
> >      <!-- ========== Construct compile classpath
> > =============================== -->
> >
> >
> >
>
>
> --
> http://people.apache.org/~britter/
> http://www.systemoutprintln.de/
> http://twitter.com/BenediktRitter
> http://github.com/britter
>



-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to