[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
RE: [cdt-patch] Fix NullPointerException on "More Info" for CDT feature
|
Commited,
Thanks Sam
-Judy
> -----Original Message-----
> From: Robb, Sam [mailto:sam.robb@xxxxxxxxxxx]
> Sent: Tuesday, November 12, 2002 11:35 AM
> To: cdt-patch@xxxxxxxxxxx
> Subject: [cdt-patch] Fix NullPointerException on "More Info" for CDT
> feature
>
>
> Add url attribute to license tag in feature.xml; when the
> user clicks on
> the "More Info" button in the "About Eclipse Platform
> Features" dialog,
> they see the license.html file instead of a
> NullPointerException on the
> console.
>
> --- org.eclipse.cdt-feature.orig/feature.xml 2002-11-12
> 11:32:51.000000000 -0500
> +++ org.eclipse.cdt-feature/feature.xml 2002-11-12
> 11:30:25.000000000 -0500
> @@ -13,7 +13,7 @@
> %description
> </description>
>
> - <license>
> + <license url="%licenseURL">
> %license
> </license>
> _______________________________________________
> cdt-patch mailing list
> cdt-patch@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-patch
>