Overhaul of RCOMP/GCCE error parsing to fix 8901:
-RCOMP error parser will defer C preprocessor errors to GCCECompiler error parser.
-GCCE error parser is splited into compiler/assembler/linker, calling their counterpart in CDT respectively before handling special cases.
-Updated error messages RCOMP error parser according to latest copy of RCOMP source.
-WINSCW build configuration is using CDT GCC error parser instead of GCCE(for RCOMP C preprocessor error)
Updated test case for error parsing
-Added Bugzilla regression for GCC and make error parser
-Converted test case from hardcoded SDK_ID to picking up the first SDK from device.xml with the build config specified by the test.
-Fixed bug in test harness for input file ends on the last line so it was processed in the same run.
-Fixed bug in test harness for not clearing problem view before each run(for visual cross check).
-Rewritten test harness to use JDOM XML handling(from JAXP), to solve deployment issue in newer JRE.
Manifest-Version: 1.0
Bundle-Name: Carbide.c++ UI Designer Component System
Bundle-SymbolicName: com.nokia.sdt.component.symbian;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Activator: com.nokia.sdt.component.symbian.ComponentSystemPlugin
Bundle-Vendor: Nokia
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.ui.views,
org.eclipse.emf.ecore,
org.eclipse.emf.ecore.xmi,
org.eclipse.emf.edit,
org.eclipse.emf.edit.ui,
com.nokia.cpp.utils.core,
com.nokia.cpp.utils.ui,
com.nokia.sdt.uimodel,
com.nokia.sdt.utils,
com.nokia.sdt.uidesigner,
com.nokia.sdt.sourcegen,
org.eclipse.ui.ide,
org.eclipse.ui.workbench.texteditor,
org.eclipse.jface.text,
com.nokia.sdt.symbian,
org.eclipse.gef,
com.nokia.carbide.cpp.sdk.core,
org.eclipse.cdt.core
Eclipse-LazyStart: true
Provide-Package: com.nokia.sdt.component.symbian,
com.nokia.sdt.component.symbian.actionFilter,
com.nokia.sdt.component.symbian.builder,
com.nokia.sdt.component.symbian.designerimages,
com.nokia.sdt.component.symbian.displaymodel,
com.nokia.sdt.component.symbian.events,
com.nokia.sdt.component.symbian.imagePropertyRenderingInfo,
com.nokia.sdt.component.symbian.implementations,
com.nokia.sdt.component.symbian.laf,
com.nokia.sdt.component.symbian.properties;x-friends:="com.nokia.sdt.component.symbian.test",
com.nokia.sdt.component.symbian.querycontainment,
com.nokia.sdt.component.symbian.reconcileProperty,
com.nokia.sdt.component.symbian.scripting,
com.nokia.sdt.component.symbian.scripting.impl;x-friends:="com.nokia.sdt.component.symbian.test",
com.nokia.sdt.component.symbian.sourcegen,
com.nokia.sdt.component.symbian.sourcemapping,
com.nokia.sdt.component.symbian.visual,
com.nokia.sdt.component.symbian.visual.javascript,
com.nokia.sdt.emf.component,
com.nokia.sdt.emf.component.util
Bundle-ClassPath: componentSystem.jar
Bundle-ManifestVersion: 2