Community
Participate
Working Groups
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.
*** This bug has been marked as a duplicate of 34165 ***