[OS-JIRA] Created: (WOL-437) org.objectstyle.wolips.goodies.win features shouldn't be offered on a Mac system through eclipse updater

From: Daryl Lee (JIRA) ("Daryl)
Date: Thu May 17 2007 - 13:37:47 EDT

  • Next message: Jake Fisher: "Re: WOL-195"

    org.objectstyle.wolips.goodies.win features shouldn't be offered on a Mac system through eclipse updater
    --------------------------------------------------------------------------------------------------------

                     Key: WOL-437
                     URL: http://issues.objectstyle.org/jira/browse/WOL-437
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: general
             Environment: Mac OS X and like a Windows system
                Reporter: Daryl Lee
                Priority: Minor

    I'm getting tired being offered the windows goodies on a mac system (and vice versa) through the eclipse update mechanism.

    Here's a diff that seems to have corrected this on my local roots.

    Index: wolips/update/local/site.xml
    ===================================================================
    --- wolips/update/local/site.xml (revision 3991)
    +++ wolips/update/local/site.xml (working copy)
    ..-9,13 +9,13 @@
        <feature url="features/org.objectstyle.wolips.tptp.feature_1.0.6.jar" id="org.objectstyle.wolips.tptp.feature" version="1.0.6">
           <category name="Profiling Support"/>
        </feature>
    - <feature url="features/org.objectstyle.wolips.goodies.mac.feature_1.0.6.jar" id="org.objectstyle.wolips.goodies.mac.feature" version="1.0.6">
    + <feature url="features/org.objectstyle.wolips.goodies.mac.feature_1.0.6.jar" id="org.objectstyle.wolips.goodies.mac.feature" version="1.0.6" os="macosx">
           <category name="Goodies Mac"/>
        </feature>
    - <feature url="features/org.objectstyle.wolips.goodies.win.feature_1.0.6.jar" id="org.objectstyle.wolips.goodies.win.feature" version="1.0.6">
    + <feature url="features/org.objectstyle.wolips.goodies.win.feature_1.0.6.jar" id="org.objectstyle.wolips.goodies.win.feature" version="1.0.6" os="win32">
           <category name="Goodies Win"/>
        </feature>

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Thu May 17 2007 - 13:37:58 EDT