Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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>


Back to the top