| Summary: | Add common top-level files to git repositories | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ralf Sternberg <rsternberg> |
| Component: | Releng | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 2.3 | ||
| Target Milestone: | 2.3 M3 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Ralf Sternberg
README.md, CONTRIBUTING.md have been created for both projects, RAP Runtime + RAP Tools In addition to that, there's now a pom.xml in the root of the Git repository that defines the modules to be built. In most cases I suggest to use a `mvn clean verify` instead of using the `install` goal because we don't want to copy the RAP bundles into the local Maven repository. In the RAP Tools project it was necessary to rework the way the target definition file is loaded. Maybe it was a lucky coincidence that the old version worked, but with the separation between parent pom and module definition pom in the root directory the target definition file could not be loaded/resolved any more. The target definition file is now in its own module. Unfortunately there is no LICENSE.md file in markdown format available, and we are not allowed to create one ourself without coordinating this with EMO / Eclipse Legal. But the EPL is referenced in the README.md and for the time being this should be enough. * RAP Runtime https://git.eclipse.org/r/#/c/25483/ * RAP Tools https://git.eclipse.org/r/#/c/25477/ Fixed. Changes pushed to RAP Runtime (commit c040750d8e61e503e79a90f7bef7028ff8ed0226) + RAP Tools (commit 4e14ae63ab837ed89ccaafab75b22eb17295f94a). |