Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 322660 - buildArtefactType org.eclipse.cdt.build.core.buildArtefactType.staticLib missing
Summary: buildArtefactType org.eclipse.cdt.build.core.buildArtefactType.staticLib missing
Status: RESOLVED FIXED
Alias: None
Product: PTP
Classification: Tools
Component: RDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.0.3   Edit
Assignee: Chris Recoskie CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-13 10:33 EDT by Michael Lindo CLA
Modified: 2010-08-13 15:20 EDT (History)
2 users (show)

See Also:


Attachments
Adds buildArtefactType staticLib and removes a sharedLib configuration (1.92 KB, patch)
2010-08-13 11:00 EDT, Michael Lindo CLA
recoskie: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Lindo CLA 2010-08-13 10:33:04 EDT
Build Identifier: 

Need to add the configuration for "org.eclipse.cdt.build.core.buildArtefactType.staticLib"

Need to remove configuration from org.eclipse.cdt.build.core.buildArtefactType.sharedLib that are actually staticLib configs.

Reproducible: Always
Comment 1 Michael Lindo CLA 2010-08-13 10:35:36 EDT
Problem found in org.eclipse.ptp.rdt.managedbuilder.xlc.ui/plugin.xml
Comment 2 Michael Lindo CLA 2010-08-13 11:00:12 EDT
Created attachment 176562 [details]
Adds buildArtefactType staticLib and removes a sharedLib configuration

Adds  buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.staticLib

Removes buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.sharedLib for toolchain org.eclipse.ptp.rdt.managedbuild.config.xlc.lib.*
Comment 3 Chris Recoskie CLA 2010-08-13 15:20:31 EDT
Applied to ptp_4_0 and HEAD.  Thanks Mike.