Martin Oberhuber
2439196220
Rev up all version numbers to 1.0.1 because the RequiredExecutionEnvironment changed
2006-11-28 18:05:08 +00:00
Martin Oberhuber
a0dab58c44
Force J2SE-1.4 compatibility on all plugins by
...
- adding .settings/org.eclipse.jdt.core.prefs
- adding .classpath/JRE_LAUNCHING_CONTAINER
- adding MANIFEST.MF/Bundle-RequiredExecutionEnvironment
2006-11-28 17:56:01 +00:00
Martin Oberhuber
51cc15b8a4
Slight update of Javadoc for IHostFile
2006-11-23 11:00:43 +00:00
David Dykstal
8142289743
[142218] - added documentation to IHostFile
2006-11-21 20:22:18 +00:00
Martin Oberhuber
08be597207
Improve Javadoc in HostShellProcessAdapter
2006-11-16 10:17:05 +00:00
Martin Oberhuber
2f2da842d1
Improve Javadoc in HostShellProcessAdapter
2006-11-16 10:13:23 +00:00
Martin Oberhuber
2d7ba36e38
Bug 161777: Rename HostShellAdapter -> HostShellProcessAdapter
2006-11-16 10:07:44 +00:00
Martin Oberhuber
b6eff0b6ac
Bug 161777 - move HostShellAdapter, HostShellOutputStream to org.eclipse.rse.services.shells
2006-11-16 10:05:11 +00:00
David McKnight
3cbae9bf2a
added copyrights
2006-11-09 14:38:37 +00:00
Kushal Munir
810b8008ba
Bug 163565: Multiple files are not deleted when one of them fails to be deleted
2006-11-09 13:37:23 +00:00
Martin Oberhuber
ef09a2df00
Fix 154874 - handle files with space or $ in the name
2006-11-09 12:19:08 +00:00
Martin Oberhuber
4f47e316c7
[cleanup] fix NON-NLS-1 tags
2006-11-09 10:54:59 +00:00
David Dykstal
c5f7fa5afd
Bug 158295 - Initial fixed process lists for Mac OS X
2006-11-08 22:18:51 +00:00
Martin Oberhuber
f8b92c4393
Improve performance by using pre-compiled regex patterns
2006-10-31 14:11:25 +00:00
Martin Oberhuber
30597f0987
Normalize pathes without using replaceAll()
2006-10-31 13:54:18 +00:00
Martin Oberhuber
4d9a2ca002
Fix bug 162781 - Regex pattern matching in PathUtility
2006-10-31 13:29:57 +00:00
Martin Oberhuber
1b56b5d133
Redo providerName="Eclipse.org" as suggested by Bjorn
2006-10-31 11:11:19 +00:00
David McKnight
441fbea44f
fix for Bug 161773 - introducing IHostOutput
2006-10-25 16:09:19 +00:00
Kushal Munir
ea4e43aff4
Make a message cloneable
2006-10-25 03:39:10 +00:00
Kushal Munir
c923ecb2cc
Bug 160371: Kill the same process the second time results in ArrayIndexOutOfBoundsException and StringIndexOutOfBoundsException
2006-10-25 03:29:12 +00:00
Martin Oberhuber
8a2d4a45db
Change Provider: Eclipse.org --> Eclipse DSDP Project as per Bjorns suggestion
2006-10-24 14:19:44 +00:00
Martin Oberhuber
f8277a4a25
WindRiver -> Wind River in Copyrights
2006-10-24 13:54:22 +00:00
Martin Oberhuber
51093e5a56
Add Copyright Attribution for Wind River Patch
2006-10-24 13:54:21 +00:00
David McKnight
38cdf43eaa
martin's patch for Bug 161844
2006-10-24 12:23:51 +00:00
Kushal Munir
6aafbf3c64
Update patterns.dat files to be the same on both server and client
2006-10-19 20:44:28 +00:00
David Dykstal
35796f38ef
[cleanup] copyright
2006-10-06 14:56:35 +00:00
David McKnight
4b7bfac9e8
fixing copyrights
2006-10-06 13:46:15 +00:00
David McKnight
74251b6f18
fix for Bug 153277 + handling of shell toolbar contributions
2006-10-03 18:43:51 +00:00
David Dykstal
e8d6b5d887
Bug 158295 - initial integration
2006-10-02 18:45:39 +00:00
David Dykstal
1069f7dc3d
Bug 158538 - fixed filetype parsing for mac os and other unix systems that support blanks in file names and someimes don't return colon delimited types from the file command.
2006-09-25 16:59:50 +00:00
Martin Oberhuber
7e823836c8
Unify and externalize plugin providerName = Eclipse.org
2006-09-20 22:05:39 +00:00
Kushal Munir
fc4f9921d5
Bug 139207: Browsing into some remote tar archives via dstore fails, and crashes the dstore server. This only occurred for tars generated on Windows and the problem was with reading the last entries in the tar archive which are different when generated on Windows than on Linux. The tar format does not specify how archives should end, though it does recommend a certain format. The problem was fixed by making our code more robust when it comes to handling end of archive entries.
2006-09-20 11:34:25 +00:00
Martin Oberhuber
6b26a0a792
[cleanup] fix 'local variable/field is never read' compiler warnings
2006-08-29 12:08:16 +00:00
Martin Oberhuber
80704617ff
[cleanup] Fix compiler warnings
2006-08-29 09:03:16 +00:00
Martin Oberhuber
4009b3cc5d
[cleanup] Fix compiler warnings
2006-08-25 16:27:52 +00:00
Martin Oberhuber
4305ce389b
[cleanup] Fix javadoc errors
2006-08-25 09:27:02 +00:00
Martin Oberhuber
a249835ec6
[cleanup] Fix javadoc errors
2006-08-25 09:21:13 +00:00
Martin Oberhuber
be5b092695
[cleanup] Fix javadoc errors
2006-08-25 09:11:51 +00:00
Martin Oberhuber
966828ec57
Fix RemoteFileSecurityException message
2006-08-17 21:39:11 +00:00
David McKnight
83f451321b
fixes for 154207 - propagating system message expcetions from service layer to subsystem
2006-08-17 18:34:46 +00:00
Martin Oberhuber
c4b581bc52
Bug 149181 - throw SystemMessageException for various ssh errors
2006-08-17 12:37:02 +00:00
Martin Oberhuber
4aab60f8fd
Move Mutex to rse.services/src, set compliance to J2SE-1.4
2006-08-17 09:23:32 +00:00
Martin Oberhuber
4b344fb0bd
[cleanup] fix some build warnings
2006-08-17 09:21:56 +00:00
David Dykstal
7f3551e958
bug 149472 - moved the RemoteFileException hierarchy to org.eclipse.rse.services.files package.
...
Here it can be exploited directly by the services.
Hardcoded the SystemMessage creation for now. This will be changed when the message file DTD is moved and message file utilities are created.
Fixed javadoc where appropriate.
2006-08-16 16:31:36 +00:00
Martin Oberhuber
051b166e76
[refactoring] 153273: move shell output parsing classes to rse.services.shells
2006-08-16 12:05:37 +00:00
Martin Oberhuber
87e522ed9f
Fix Javadoc errors for IShellService
2006-08-16 11:49:09 +00:00
David McKnight
14dbab0887
fix for 153001 - need to terminate shell output reader
2006-08-09 15:35:25 +00:00
Martin Oberhuber
6e9bacb11b
bug 145539 - update about.html files. Note the trademark info in ssh plugins.
2006-07-25 16:00:51 +00:00
David McKnight
7128ff317a
getting rid of ibm strings
2006-07-14 16:15:19 +00:00
David McKnight
0f27760625
fix for 149789
2006-07-10 15:49:15 +00:00