Commit 493bedf
committed
If there are duplicate packages use the first declaration
In some rare cases it can happen that duplicate exports are present
(seen in org.eclipse.osgi with java.io package resolved from jre), in
this case API tools fails with an error.
THis now simply always ever use the first declared package for analysis.1 parent b8f34f6 commit 493bedf
File tree
1 file changed
+2
-2
lines changed- apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2301 | 2301 | | |
2302 | 2302 | | |
2303 | 2303 | | |
2304 | | - | |
| 2304 | + | |
2305 | 2305 | | |
2306 | 2306 | | |
2307 | | - | |
| 2307 | + | |
2308 | 2308 | | |
2309 | 2309 | | |
2310 | 2310 | | |
| |||
0 commit comments