1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00
cdt/qt/org.eclipse.cdt.qt.tests
Andrew Eidsness c6c1ef94fc Fix Qt plugin's project structure
The Qt plugins have been naming internal packages using two different
prefixes:

    cdt.qt.internal
    cdt.internal.qt

This renames all packages to cdt.internal.qt, which seems to be the
convention for other projects.

I've increased the Qt plugin versions because alot of new API has been
added, especially to the qt.core plugin.  I increased the version in the
MANIFEST.MF and pom.xml files.

I've also fixed the MANIFEST.MF files to take CDT out of the plugin
names.

I've also replaced a call to CCorePlugin.log(Exception) with a call to
QtUIPlugin.log (and added the logging functions to QtUIPlugin.

Change-Id: I1e3e7b2a42c2eb79fe33608c14a1abcf013a9f2c
Signed-off-by: Andrew Eidsness <eclipse@jfront.com>
Reviewed-on: https://git.eclipse.org/r/19698
Tested-by: Hudson CI
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
IP-Clean: Doug Schaefer <dschaefer@qnx.com>
2013-12-12 11:12:13 -05:00
..
META-INF Fix Qt plugin's project structure 2013-12-12 11:12:13 -05:00
src/org/eclipse/cdt/qt/tests Bug 422841: Add IQMethod to the QtIndex 2013-12-11 20:59:16 -05:00
.classpath Bug 422841: Initial implementation of QtIndex 2013-11-29 14:43:41 -05:00
.project Bug 422841: Initial implementation of QtIndex 2013-11-29 14:43:41 -05:00
build.properties Bug 422841: Initial implementation of QtIndex 2013-11-29 14:43:41 -05:00
plugin.properties Fix Qt plugin's project structure 2013-12-12 11:12:13 -05:00
pom.xml Fix Qt plugin's project structure 2013-12-12 11:12:13 -05:00