Commit 5c59d79
committed
Handle test projects that are using the default output location
If the only source folder in a project is a test folder it is allowed by
JDT to use the standard output location. In such case currently nothing
is added to the project jar.
This now checks for this case and also includes compile classfiles from
there. It also makes sure that test-only classpath entries are not added
if not include test is given.1 parent c9f02f0 commit 5c59d79
File tree
2 files changed
+5
-2
lines changed- ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bnd
2 files changed
+5
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
0 commit comments