1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
Martin Oberhuber 2b9bbdec61 Bug 303083 - Make cdt.core.native plugin consistent after rename
The org.eclipse.cdt.core.native plugin has been renamed from 
org.eclipse.cdt.core.spawner but that has left a couple inconsistencies
which are fixed with this commit:

1. Rename o.e.cdt.internal.core.spawner package -> natives package
   Note that renaming the package to "native" was not possible since
   "native" is a Java keyword, thus I chose "natives"
2. Rename CSpawnerPlugin -> CNativePlugin, update win32 fragment
3. Fix PLUGIN_ID for proper logging with IStatus
4. Fix MANIFEST.MF export-package;split declaration
5. Add "version" spec on "export-package" for pty and spawner packages
6. Rename "utils" source folder to "src" as this is standard practice
7. Remove "spawner" from the list of Javadoc plugins in cdt.core

Change-Id: Ie5d1112d3f2da120dd5b1446cb6a137382226f0f
Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
Reviewed-on: https://git.eclipse.org/r/27346
Tested-by: Hudson CI
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-05-27 12:04:41 -04:00
build Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
codan Added a TODO. 2014-04-22 17:19:16 -07:00
core Bug 303083 - Make cdt.core.native plugin consistent after rename 2014-05-27 12:04:41 -04:00
cross Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
debug Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
doc bug 433472: Sample code is untidy 2014-04-29 11:37:16 -04:00
dsf Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
dsf-gdb Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
jtag Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
launch/org.eclipse.cdt.launch Removed unused code 2014-04-09 15:36:11 -04:00
llvm Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
lrparser Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
memory Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
p2 Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
qt Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
releng Bug 303083 - Rename spawner bundle to 'native' 2014-05-26 14:38:12 -04:00
remote Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
testsrunner Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
upc Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
util Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
visualizer Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
windows Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
xlc Bug 435309 - Use the shared license file scheme for CDT 2014-05-26 10:03:45 -04:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Bug 303083 - Rename spawner bundle to 'native' 2014-05-26 14:38:12 -04:00