Bug 231143 - [jar exporter] Jar builders should be able to export external class files
Summary: [jar exporter] Jar builders should be able to export external class files
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.5 M1   Edit
Assignee: Benno Baumgartner CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2008-05-08 11:38 EDT by Benno Baumgartner CLA
Modified: 2008-08-04 09:43 EDT (History)
1 user (show)

See Also:


Attachments
fix (7.01 KB, patch)
2008-07-16 11:40 EDT, Benno Baumgartner CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benno Baumgartner CLA 2008-05-08 11:38:05 EDT
I20080507-2000

This is a Fup of bug 229302
Is:
 At the moment only the FatJarBuilder is able to export external class files (see JarFileExportOperation.exportExternalClassFolder).
Should:
 An extension interface for IJarBuilder should be added as API such that other jar builders can also export external class files.
Comment 1 Benno Baumgartner CLA 2008-07-16 11:40:41 EDT
Created attachment 107633 [details]
fix
Comment 2 Benno Baumgartner CLA 2008-07-16 11:43:55 EDT
fixed > I20080715-1015