Ticket #175 (assigned task)
Solve eclispe plugin renaming in a transversal manner
| Reported by: | dumoulin | Owned by: | dumoulin |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | project_tools | Version: | 0.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
For instance, eclipse artfiacts on our repository are not well-formed because there artifactID correspond to only the last part of the Bunde-SymbolicName. For example the artifactID of org.eclipse.core.runtime is runtime, and that causes the file to be named runtime_version.jar, and this name format isn't recognized by equinox when it try to resolve bundles.
So, for instance, we have to rename all eclipse artifact (see in this pom.xml)
So we have to rebuilt the artifact to include the complet symbolic name in artifactID. By the way, we could add in their pom.xml files the dependencies between these artifacts, so the declaration on our artifacts to include will be lighter.
Change History
Note: See
TracTickets for help on using
tickets.





