[jbosstools-issues] [JBoss JIRA] (JBIDE-12093) ensure all about.html and license.html files are included via build.properties in the feature; ensure all features contain some license info (be it license.html or embedded in feature.xml/feature.properties)

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Wed Nov 7 08:47:18 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-12093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732430#comment-12732430 ] 

Max Rydahl Andersen commented on JBIDE-12093:
---------------------------------------------

I wonder why so few does not include the about.html:

find . -name build.properties | grep feature | xargs -n 1 grep -Hi about.html                                                                     ~/code/jbosstools
./jbosstools-javaee/jsf/features/org.jboss.tools.richfaces.feature/build.properties:               about.html
./jbosstools-javaee/jsf/features/org.jboss.tools.richfaces.feature/build.properties:               about.html,\
./jbosstools-jbpm/features/org.jboss.tools.jbpm.convert.feature/build.properties:               about.html

so yeah, seems like an easy fix ;)
                
> ensure all about.html and license.html files are included via build.properties in the feature; ensure all features contain some license info (be it license.html or embedded in feature.xml/feature.properties)
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-12093
>                 URL: https://issues.jboss.org/browse/JBIDE-12093
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Legal
>    Affects Versions: 4.0.0.Alpha2
>            Reporter: Nick Boldt
>            Assignee: Max Rydahl Andersen
>
> Just noticed that jst/features/org.jboss.tools.jst.feature/build.properties only includes feature.xml and feature.properties, but omits its about.html file.
> We should ensure that all features properly include all their about/license files. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list