NOTE! The Eclipse Plugins are now archived by webOS Archive, their site is: http://sdk.webosarchive.org/EclipsePlugin/site.xml
Hello folks, today I decided to search the old Eclipse palm webOS development plugins, first i searched the cdn urls for the plugins, but when I put the URL on Wayback machine, I saw a particular link, it said cdn.downloads.palm.com.edgekey.net, I decided to put that url on wayback machine and I found interesting results, there are some saves on it but those are the access denied ones, but then an idea came up, I copied the original url on the search bar and replaced it with that url, i found the archived eclipse site that was provided by Palm, i tried to install it on Eclipse and it worked like a charm, I tried to test it's features and that also worked like a charm, then I decided to pack the ide with the plugins installed, but it was an older version of the plugin so I went to search the latest version of the plugin and guess what, I found it, i updated the plugins and now it's all updated
This is the CDN urls that i used in able to get the plugins installed
http://cdn.downloads.palm.com.edgekey.net/sdkdownloads/eclipse-update-site/site.xml - Older Version
http://cdn.downloads.palm.com.edgekey.net/sdkdownloads/3.0.5.676/eclipse-plugin/ - Latest Version
The 3.0.5.676 one is the latest version that i found, thank you EdgeKeys for archiving that
If you want to import your existing palm webOS app projects, go on your app project folder, create a new file named ".project", then open any text or code editor and put this piece of code
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>(Put a name here)</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
<nature>com.palm.pdt.nature</nature>
</natures>
</projectDescription>