Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 85268 - Check consistency between manifest and build.properties
Summary: Check consistency between manifest and build.properties
Status: RESOLVED DUPLICATE of bug 34165
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-15 10:29 EST by Nick Edgar CLA
Modified: 2005-02-28 02:17 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2005-02-15 10:29:14 EST
build I20050214

This morning's build failed due to an inconsistency between the plugin.xml and
build.properties files for the new plug-in org.eclipse.core.components.

The plugin.xml had:
   <runtime>
      <library name="components.jar">
         <export name="*"/>
      </library>
   </runtime>

but the build.properties had:
source.component.jar = src/
output.component.jar = bin/
bin.includes = plugin.xml,\
               component.jar,\
               about.html
src.includes = about.html

In the build.properties, all occurrences of "component" should have been
"components".

It would be nice if the PDE checker produced an error marker in this case.
Comment 1 Wassim Melhem CLA 2005-02-28 02:17:18 EST

*** This bug has been marked as a duplicate of 34165 ***