[GRADLE-395] Re-use existing manifest.mf files Created: 11/Feb/09 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.5.2 |
Fix Version/s: | 0.9-rc-1 |
Type: | Improvement | ||
Reporter: | Patrik Schalin | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 3 |
Description |
It would be nice if it were possible to re-use existing sw project manifest files in a easy way. E.g. using the following syntax: manifest {
include "<PATH_TO_MANIFEST"
}
This would enable projects with custom existing manifests to re-use their information. Also, e.g. OSGI platforms today make heavy use of manifests. |