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
Sergey Prigogin
5d7a19fa6c
Enabled JDK 1.7.
...
Change-Id: Ic2a161ea3c318dc1e8ba01c271c936bf5ed8763d
Reviewed-on: https://git.eclipse.org/r/21020
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-24 13:38:55 -05:00
Sergey Prigogin
c3d94d1bf2
Switched to Java 1.6.
2011-10-17 20:57:43 -07:00
Vivian Kong
c95d03759b
update copyrights
2009-05-26 20:52:26 +00:00
Anton Leherbauer
54d20ce0fc
Add .options file in binary build
2009-02-26 13:26:36 +00:00
Jason Montojo
dcbfe08cd5
Fix for bug 216016: Remove library.jar from core plugin
2008-01-31 19:06:15 +00:00
Vivian Kong
b5db13b841
update copyright
2008-01-10 19:43:16 +00:00
Vivian Kong
7c19d235c2
updating source level to Java 5.0
2008-01-07 22:10:03 +00:00
Vivian Kong
63fbdddc72
updating source level to Java 5.0
2008-01-07 20:18:37 +00:00
Mikhail Sennikovsky
c5603e5a0e
Template Engine submission from Bala Torati (Symbian) with some modifications and bug-fixes (see Bug 160012)
2007-04-26 17:07:39 +00:00
Andrew Ferguson
b130569488
169666: remove duplicate binding results from index queries, provide composite bindings
2007-02-13 09:14:38 +00:00
Anton Leherbauer
3685773b05
Fix compiler compliance properties for PDE export build
2006-10-02 13:19:31 +00:00
Chris Recoskie
4836857ef3
update copyrights
2006-06-14 12:16:17 +00:00
Doug Schaefer
c3277d0f4c
Put the browser folder back into the build.properties.
2006-04-20 08:11:42 +00:00
Doug Schaefer
be04db0edf
Remove the removed source folders from the build.properties file.
2006-04-12 17:42:20 +00:00
Norbert Pltt
2f2ef46adc
.options included in binary build.
2006-02-10 15:54:48 +00:00
David Inglis
58f26dfed6
Fixed build for jar'd plugins
...
cleaned up .project files
2006-01-18 18:16:35 +00:00
Doug Schaefer
f68ca2c02b
Made all of the plugins OSGi components.
2005-11-15 21:33:43 +00:00
Doug Schaefer
ecdeab8ddc
Removed the cdtparser jar since it currently has a dependency up to the cdtcore jar due to the new PDOM interface. We'll have to figure out something for this later.
2005-11-02 15:51:48 +00:00
Doug Schaefer
bbe7b9da0e
Got rid of the pdom source folder from the build.properties.
2005-09-23 15:12:39 +00:00
Doug Schaefer
6c54322782
Start of PDOM.
2005-09-09 13:31:28 +00:00
David Inglis
cf09e84a32
CPL to EPL transistion - license header update for IBM
2005-06-23 16:02:46 +00:00
John Camelon
68640e20a9
Patch for David Daoust - Updated IBM Copyright notices
2004-06-23 20:31:49 +00:00
Doug Schaefer
de0397f03e
Cleaned up the build.properties files to ensure the right things end up in the binary and source builds.
2004-05-24 17:18:38 +00:00
Doug Schaefer
b984f9d6ea
Still trying to get the source feature to work.
2004-04-29 15:41:53 +00:00
Doug Schaefer
27f77d460a
Still trying to get the source feature to work.
2004-04-29 14:44:10 +00:00
Alain Magloire
f6a9f8da22
New patch from Chris Wiebe to boost the performance
...
of the TypeInfo, a separation is done via
the Core and UI to provide more flexibility for clients
using this service.
2004-04-07 00:32:13 +00:00
David Inglis
74f6ab27e8
- removal of deprecated 1.2 methods/classes
2004-01-13 21:25:35 +00:00
Doug Schaefer
9c677d807f
Upversioned the plugins, etc to 2.0.0.
...
Made sure the jar files got included in the zips.
2003-11-25 18:24:55 +00:00
Doug Schaefer
9797bc9040
Fix the compile order of the jar files.
2003-11-06 20:53:49 +00:00
Doug Schaefer
26f7ffd775
Make the parser source folder a separate jar.
2003-11-05 19:22:44 +00:00
John Camelon
433a4ca106
*** empty log message ***
2003-09-18 17:56:47 +00:00
Doug Schaefer
e5ca3ac578
Added the dependency dir to the build properties.
2003-07-25 20:16:20 +00:00
David Inglis
138588dd26
added search source path
2003-06-16 17:56:50 +00:00
Doug Schaefer
28bd5c346f
Added the dom source folder to the build.properties.
2003-04-10 18:28:37 +00:00
Doug Schaefer
a4732cccb3
Fixed build.properties to make sure it includes the parser
...
folder.
2003-03-06 20:13:08 +00:00
Judy N. Green
90de4d7222
Updated to build instead of builder
2003-02-17 21:39:44 +00:00
Judy N. Green
33de97b583
Oops, checked in a bad copy last time. :(
2003-01-06 21:20:38 +00:00
Judy N. Green
de89d9eff5
Removed double javadoc entry
2003-01-06 21:18:36 +00:00
Judy N. Green
0bd52b9a1d
removed *.jar in build.xml files that was causing the generated jar to be included twice. Jars that need to be copied to the pluh\gins directory must be explicitly added
2002-10-17 20:42:27 +00:00
Sebastien Marineau
62922735e9
Change provider name to org.eclipse
2002-07-16 01:52:35 +00:00
Judy N. Green
e747ad4a68
Updated classpath so that we can successfully build and deploy Jar files with CDT Core and UI
2002-07-04 16:31:05 +00:00
David Inglis
4792f930ff
change all external plugin jar references to project references added
...
some missing src paths
2002-06-28 14:20:21 +00:00
Sebastien Marineau
e0fe72f58c
Initial commit of CDT code from QNX
2002-06-26 20:39:58 +00:00