Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 184123

Summary: Add org.eclipse.core.filesystem.solaris.sparc to feature
Product: [Eclipse Project] Platform Reporter: John Arthorne <john.arthorne>
Component: RelengAssignee: Kim Moir <kim.moir>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mober.at+eclipse
Version: 3.3   
Target Milestone: 3.3 M7   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Bug Depends on:    
Bug Blocks: 183137    

Description John Arthorne CLA 2007-04-25 16:49:36 EDT
There is a new filesystem fragment for solaris sparc.  The following needs to be added to org.eclipse.platform-feature/feature.xml:

   <plugin
         id="org.eclipse.core.filesystem.solaris.sparce"
         os="solaris"
         arch="sparc"
         download-size="0"
         install-size="0"
         version="0.0.0"
         fragment="true"
         unpack="false"/>
Comment 1 Martin Oberhuber CLA 2007-04-25 17:03:24 EDT
Take care, there is a little typo:
   id="org.eclipse.core.filesystem.solaris.sparce"
should be
   id="org.eclipse.core.filesystem.solaris.sparc"
Comment 2 John Arthorne CLA 2007-04-25 17:12:22 EDT
Sorry, thanks Martin.
Comment 3 Kim Moir CLA 2007-04-26 07:51:31 EDT
Released, I'll run a a test build for this and other changes later today.
Comment 4 Kim Moir CLA 2007-04-26 15:55:35 EDT
verified in test build, closing.