You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2007/05/24 09:46:16 UTC

[jira] Resolved: (QPID-279) patch: configuration changes for management console (eclipse plug-in) under Linux

     [ https://issues.apache.org/jira/browse/QPID-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie resolved QPID-279.
---------------------------------

    Resolution: Fixed

Resolving as comments say patch has been applied.

> patch: configuration changes for management console (eclipse plug-in) under Linux
> ---------------------------------------------------------------------------------
>
>                 Key: QPID-279
>                 URL: https://issues.apache.org/jira/browse/QPID-279
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: M2
>         Environment: Linux
>            Reporter: Nuno Santos
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: config.ini-20070111.patch, management-eclipse-plugin-unix.xml-20070112.patch, qpidmc_xxx.sh-20070112.patch
>
>
> The following is a patch to enable the management console eclipse plug-in to properly work under Linux ("osgi.ws" may need to be changed to "motif", depending on the system; configuration below works correctly on Fedora Core 6):
> Index: management/eclipse-plugin/src/main/resources/unix/configuration/config.ini
> ===================================================================
> --- management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (revision 495352)
> +++ management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (working copy)
> @@ -19,8 +19,12 @@
>  
>  #Product Runtime Configuration File
>  
> +osgi.ws=gtk
> +osgi.os=linux
> +osgi.arch=x86
>  osgi.splashPath=platform:/base/plugins/org.apache.qpid.management.ui
>  eclipse.product=org.apache.qpid.management.ui.product
>  eclipse.application=org.apache.qpid.management.ui.application
>  osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.core.runtime@start,com.ibm.icu,org.apache.qpid.management.ui,org.eclipse.core.commands,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime.compatibility.auth,org.eclipse.core.runtime.compatibility.registry,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.help,org.eclipse.jface,org.eclipse.swt,org.eclipse.swt.motif.linux.x86,org.eclipse.swt.gtk.linux.x86_64,org.eclipse.swt.gtk.linux.x86,org.eclipse.swt.gtk.linux.ppc,org.eclipse.swt.motif.hpux.PA_RISC,org.eclipse.swt.gtk.solaris.sparc,org.eclipse.swt.motif.solaris.sparc,org.eclipse.swt.carbon.macocx,org.eclipse.ui,org.eclipse.ui.forms,org.eclipse.ui.workbench
>  osgi.bundles.defaultStartLevel=4
> +eof=eof

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.