Bug 164479 - FTP/Target plug-ins should specify EEs in their manifest
Summary: FTP/Target plug-ins should specify EEs in their manifest
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M5   Edit
Assignee: Platform Team Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-11-14 10:38 EST by DJ Houghton CLA
Modified: 2007-06-05 15:30 EDT (History)
1 user (show)

See Also:


Attachments
Patch to fix up org.eclipse.ftp's project settings. (2.84 KB, patch)
2006-12-30 07:49 EST, Remy Suen CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description DJ Houghton CLA 2006-11-14 10:38:03 EST
From bug 163924.

[FTP/WebDAV/Target] Plug-in manifest files need to declare minimum required execution environments

These plug-ins doesn't seem to have seen much changes since Eclipse 3.2.0 came
out, as a result, they don't have any EE markings in their manifest files. This
is important for users since they can quickly identify what runtime
environments these plug-ins can be used in.
Comment 1 Michael Valenta CLA 2006-12-12 13:55:10 EST
DJ, are you fgoing to add this to the org.eclipse.webdav plug-in?
Comment 2 DJ Houghton CLA 2006-12-12 15:04:52 EST
Already done. See bug 163924.
Comment 3 Michael Valenta CLA 2006-12-12 15:42:46 EST
I don;t know how I missed that. Anyway, fix released to HEAD.
Comment 4 Remy Suen CLA 2006-12-30 07:49:34 EST
Created attachment 56264 [details]
Patch to fix up org.eclipse.ftp's project settings.

This patch will:
-set execution environments in MANIFEST.MF from CDC-1.0/F1.0, J2SE-1.3, and J2SE-1.4, to simply CDC-1.0/F1.0 and J2SE-1.3, see [1]
-set project compiler compliance to 1.3
-set project JRE to CDC-1.0/F1.0 instead of the workspace default

[1] - http://wiki.eclipse.org/index.php/Execution_Environments#Foundation_class_libraries
Comment 5 Michael Valenta CLA 2007-01-02 09:56:10 EST
Patch released.
Comment 6 Michael Valenta CLA 2007-02-06 09:58:49 EST
Verified using I20070206-0010