1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00
Commit graph

145 commits

Author SHA1 Message Date
David Dykstal
78f4081458 Updating build to use stock build.xml and genericTargets.xml from org.eclipse.pde.build. 2006-05-05 17:28:37 +00:00
David Dykstal
ef31be6af0 Removing old comments. 2006-05-04 21:14:23 +00:00
David Dykstal
a994bf6631 Updating build to use stock build.xml and genericTargets.xml from org.eclipse.pde.build. 2006-05-04 20:54:28 +00:00
David Dykstal
1d52f6868f Add build information to server archives 2006-05-04 19:58:25 +00:00
David Dykstal
1c0ba6102a Updating about.html files to new format. 2006-05-04 16:38:59 +00:00
David Dykstal
f65e7c5d0c adding a src folder and file so that builds do not fail 2006-05-02 17:52:35 +00:00
David Dykstal
9e945e7d24 removing java nature from SDK project 2006-05-02 17:46:10 +00:00
David Dykstal
a8e8d5060c Removing src folder requirement. 2006-05-01 23:00:03 +00:00
David Dykstal
1d892b3fc4 Creating SDK feature, fixing feature branding, adding qualifiers to elements. 2006-05-01 22:53:53 +00:00
David Dykstal
a0805603a6 Creating SDK feature 2006-05-01 22:45:57 +00:00
David McKnight
6a7b13ef2e connect should happen regardless of security plugin 2006-05-01 20:17:14 +00:00
David Dykstal
d0bb32d149 Fixing bug 138313. Now make the message field invisible so it is removed from the tab order when there is no text. 2006-04-28 21:15:30 +00:00
David Dykstal
ffe496dd39 Fixing bug 138310. Renaming SeviceSubSystem to ServiceSubSystem. 2006-04-28 21:01:07 +00:00
David Dykstal
730612c850 Updating properties and map to indicate the correct build id. 2006-04-28 18:02:36 +00:00
David McKnight
6701ea687a classify and decorate using raw description 2006-04-28 17:44:57 +00:00
David Dykstal
1b825a396c Fixing plugin and feature descriptions. 2006-04-28 17:10:03 +00:00
David McKnight
54cc556ada fixes for dealing with .project 2006-04-28 16:36:14 +00:00
David Dykstal
f36c370794 Added support to look in jarred plugin for patterns file. 2006-04-28 15:45:56 +00:00
David Dykstal
50a3f9dd3f Final packaging steps added. 2006-04-28 01:54:29 +00:00
David Dykstal
a0151c0b62 Removing unused ResourceBundle code. All function has migrated to the new properties initialization introduced in Eclipse 3.0. 2006-04-28 00:37:05 +00:00
David Dykstal
ddb85dadad Fixing message file access so it works with jarred plugins. 2006-04-27 22:29:28 +00:00
David Dykstal
7f5e7f3b3a Removing redundant load methods. 2006-04-27 17:47:15 +00:00
David Dykstal
ce1cce7d19 Separated static from instance methods. 2006-04-27 17:35:47 +00:00
David Dykstal
b71c9701ae Added META-INF folder to bin.includes of the source plugin template 2006-04-27 16:30:32 +00:00
David Dykstal
1d5f0041b1 Changed the way images URLs are constructed. Used "/" as separator everywhere instead of File.separator. URLs must use "/". When packaging plugins as jars, the URL requirements appear to be much more strict. 2006-04-27 15:48:23 +00:00
David Dykstal
a8d5909765 Including source features in feature.xml. 2006-04-27 14:17:27 +00:00
David Dykstal
c08f853e36 Adding build properties to generate source features. 2006-04-27 13:48:31 +00:00
David Dykstal
7f1e97a9be Fxing bugzilla 138315. Handshake failure message was printing to stderr. 2006-04-27 12:53:45 +00:00
David Dykstal
19a6904752 Fix for bugzilla 138619. Windows code page problem. 2006-04-26 22:20:37 +00:00
David Dykstal
af1afc9318 Adding SSL autodetect 2006-04-26 22:19:55 +00:00
David Dykstal
21ed0c009f Changed names of scripts used when launching servers with REXEC. 2006-04-26 22:14:11 +00:00
David Dykstal
3c8afac34d Added clientserver.jar to build.properties to get rid of warning message. 2006-04-26 22:13:44 +00:00
David Dykstal
2134437423 Updating custom and generic targets to handle building of source zips and the removal of source zips and binary jars for the server generation. 2006-04-26 22:10:31 +00:00
David McKnight
f54318b537 allow for full classification 2006-04-26 21:21:13 +00:00
David McKnight
06c5a1b162 use larger buffer size default for dstore uploads and downloads 2006-04-26 20:53:28 +00:00
David McKnight
6c83070321 support remote windows shell 2006-04-26 20:43:28 +00:00
David McKnight
7f05ace5bd fix for remote windows shell 2006-04-26 20:42:02 +00:00
David McKnight
0ecce33193 disconnect(IProgressMonitor), internalDisconnect(IProgressMonitor),
uninitializeService(IProgressMonitor)
2006-04-26 19:55:23 +00:00
David Dykstal
f52702305d provider server defs according to OS types 2006-04-26 17:59:55 +00:00
David McKnight
f5ff3745ae Fix for: 138362
Incorrect default filter string for "My Home" when accessing a Windows machine from Linux RSE
2006-04-26 14:51:02 +00:00
David Dykstal
e8cd0251b4 Removing extra server scripts - now they are only in one spot - org.eclipse.rse.services.dstore/serverruntime 2006-04-26 14:25:39 +00:00
David McKnight
a3d78eb154 output interpretation fixes for local shell 2006-04-26 14:11:56 +00:00
David McKnight
7eefb61774 avoid use of RSEUIPlugin api to get workbench (since it's got flawed code for detecting headless) 2006-04-26 14:10:37 +00:00
David Dykstal
fa809ee17b updated su options in script 2006-04-26 14:06:59 +00:00
David McKnight
7fdcd75a7c disable remote filesystem create remote project action - not working properly at this time 2006-04-26 13:17:26 +00:00
Martin Oberhuber
1369c0775a Rename *.feature in .project files to *-feature 2006-04-26 07:09:09 +00:00
David Dykstal
bc2526599c updated su options in script 2006-04-25 21:29:43 +00:00
David Dykstal
79ec2c1a87 Jar up the entire plugin. 2006-04-25 21:19:05 +00:00
David McKnight
e3a06a5439 avoid use of RSEUIPlugin api to get workbench (since it's got flawed code for detecting headless) 2006-04-25 20:24:33 +00:00
David Dykstal
74075ca282 Specify that all plugins should be packed. 2006-04-25 20:14:32 +00:00