Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 398079 - org.eclipse.emf.facet.util.core.internal.exported.FileUtils.copyFolderFromBundle
Summary: org.eclipse.emf.facet.util.core.internal.exported.FileUtils.copyFolderFromBundle
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EMF-Facet (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Gregoire Dupe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-14 09:11 EST by Thomas Cicognani CLA
Modified: 2020-05-01 11:26 EDT (History)
2 users (show)

See Also:
gdupe: kepler+


Attachments
Java patch with the new method (1.99 KB, patch)
2013-01-14 09:11 EST, Thomas Cicognani CLA
gdupe: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Cicognani CLA 2013-01-14 09:11:55 EST
Created attachment 225566 [details]
Java patch with the new method

It would be usefull to add a method which copy all files from a bundled folder.
You can find in attachment, a patch providing this method.

(a) I, Thomas Cicognani, wrote 100% of the code I've provided.
(b) I have the right to contribute the code to Eclipse.
(c) I contribute the content under the EPL.
(d) This contribution contains no Cryptography features.
Comment 1 Gregoire Dupe CLA 2013-01-14 11:00:03 EST
Comment on attachment 225566 [details]
Java patch with the new method

Here is a patch smaller than 250 lines.

I've committed this contribution.

Committed revision 3016.
Comment 2 Gregoire Dupe CLA 2013-01-14 11:09:47 EST
This bug can be marked resolved.

Thomas, please, check the next build and close this bug (if all is right).
Comment 3 Thomas Cicognani CLA 2013-01-17 04:54:31 EST
Thanks.
The new method is present and works fine.