[jbosstools-issues] [JBoss JIRA] (JBIDE-15016) Ensure plugins which should be Eclipse-BundleShape: dir are unpacked

Nick Boldt (JIRA) jira-events at lists.jboss.org
Wed Jun 26 16:08:22 EDT 2013


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

Nick Boldt edited comment on JBIDE-15016 at 6/26/13 4:07 PM:
-------------------------------------------------------------

Plugins which were unpacked as folders in JBDS6: [^jbds6.plugins.list.txt]

{code}cd ~/jbdevstudio-product-universal-6.0.1.GA-v20130327-2052-B361/studio/plugins; rm -fr ~/Screenshots/jbds6.plugins.list.txt; for d in `find . -maxdepth 1 -type d| egrep "hibernate|jboss" | sort | sed -e "s#\.\/\(.\+\)_[0-9.]\+.Final.\+#\1#g"`; do echo $d >> ~/Screenshots/jbds6.plugins.list.txt ; done{code}

Plugins which were unpacked as folders in JBDS7: [^jbds7.plugins.list.txt]

{code}cd jbdevstudio-product-universal-7.0.0.Beta2-v20130606-1340; rm -fr ~/Screenshots/jbds7.plugins.list.txt; for d in `find . -maxdepth 1 -type d| egrep "hibernate|jboss" | sort | sed -e "s#\.\/\(.\+\)_[0-9.]\+.Beta.\+#\1#g"`; do echo $d >> ~/Screenshots/jbds7.plugins.list.txt ; done{code}


Difference:

!jbds7.vs.jbds6.plugins.list.png!

{code}
org.hibernate.eclipse
org.hibernate.eclipse.console
org.hibernate.eclipse.help
org.hibernate.eclipse.libs
org.hibernate.eclipse.mapper
org.jboss.ide.eclipse.freemarker
org.jboss.tools.hibernate4_0
org.jboss.tools.hibernate.ui
org.jboss.tools.jsf.vpe.jbpm
org.jboss.tools.jsf.vpe.jsf
org.jboss.tools.jsf.vpe.jstl
org.jboss.tools.struts.vpe.struts
org.jboss.tools.vpe.resref
org.jboss.tools.vpe.spring
org.jboss.tools.vpe.ui.palette
org.jboss.tools.vpe.xulrunner
org.jboss.tools.xulrunner.initializer
{code}

                
      was (Author: nickboldt):
    Plugins which were unpacked as folders in JBDS6: [^jbds6.plugins.list.txt]

Plugins which were unpacked as folders in JBDS7: [^jbds7.plugins.list.txt]

Difference:

!jbds7.vs.jbds6.plugins.list.png!

{code}
org.hibernate.eclipse
org.hibernate.eclipse.console
org.hibernate.eclipse.help
org.hibernate.eclipse.libs
org.hibernate.eclipse.mapper
org.jboss.ide.eclipse.freemarker
org.jboss.tools.hibernate4_0
org.jboss.tools.hibernate.ui
org.jboss.tools.jsf.vpe.jbpm
org.jboss.tools.jsf.vpe.jsf
org.jboss.tools.jsf.vpe.jstl
org.jboss.tools.struts.vpe.struts
org.jboss.tools.vpe.resref
org.jboss.tools.vpe.spring
org.jboss.tools.vpe.ui.palette
org.jboss.tools.vpe.xulrunner
org.jboss.tools.xulrunner.initializer
{code}

                  
> Ensure plugins which should be Eclipse-BundleShape: dir are unpacked
> --------------------------------------------------------------------
>
>                 Key: JBIDE-15016
>                 URL: https://issues.jboss.org/browse/JBIDE-15016
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: Build/Releng
>    Affects Versions: 4.1.0.Beta2
>            Reporter: Nick Boldt
>            Assignee: Max Rydahl Andersen
>             Fix For: 4.1.0.CR1
>
>         Attachments: jbds6.plugins.list.txt, jbds7.plugins.list.txt, jbds7.vs.jbds6.plugins.list.png
>
>
> We should ensure that all the plugins in JBDS which should be unpacked are correctly identified as such via an `Eclipse-BundleShape: dir` directive in their MANIFEST.MF and the feature.xml files which contain those plugins.

--
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