You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by mi...@apache.org on 2010/11/18 20:14:26 UTC

svn commit: r1036578 - /jakarta/jmeter/trunk/build.xml

Author: milamber
Date: Thu Nov 18 19:14:25 2010
New Revision: 1036578

URL: http://svn.apache.org/viewvc?rev=1036578&view=rev
Log:
Update URL for get package list (javadoc generating)

Modified:
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=1036578&r1=1036577&r2=1036578&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Thu Nov 18 19:14:25 2010
@@ -1568,7 +1568,7 @@ run JMeter unless all the JMeter jars ar
       packagenames="org.apache.jmeter.*,org.apache.jorphan.*"
       excludepackagenames="org.apache.jorphan.timer">
       <classpath refid="classpath"/>
-      <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/>
+      <link href="http://download.oracle.com/javase/1.5.0/docs/api/"/>
     </javadoc>
   </target>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


Re: svn commit: r1036578 - /jakarta/jmeter/trunk/build.xml

Posted by sebb <se...@gmail.com>.
On 18 November 2010 19:14,  <mi...@apache.org> wrote:
> Author: milamber
> Date: Thu Nov 18 19:14:25 2010
> New Revision: 1036578
>
> URL: http://svn.apache.org/viewvc?rev=1036578&view=rev
> Log:
> Update URL for get package list (javadoc generating)

Well spotted!

> Modified:
>    jakarta/jmeter/trunk/build.xml
>
> Modified: jakarta/jmeter/trunk/build.xml
> URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=1036578&r1=1036577&r2=1036578&view=diff
> ==============================================================================
> --- jakarta/jmeter/trunk/build.xml (original)
> +++ jakarta/jmeter/trunk/build.xml Thu Nov 18 19:14:25 2010
> @@ -1568,7 +1568,7 @@ run JMeter unless all the JMeter jars ar
>       packagenames="org.apache.jmeter.*,org.apache.jorphan.*"
>       excludepackagenames="org.apache.jorphan.timer">
>       <classpath refid="classpath"/>
> -      <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/>
> +      <link href="http://download.oracle.com/javase/1.5.0/docs/api/"/>
>     </javadoc>
>   </target>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: notifications-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: dev-help@jakarta.apache.org