Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] first org.eclipse.tycho commit


On 11-04-13 06:46 AM, Sievers, Jan wrote:
...


- Following projects have checked-in binaries under apache license and will also need a 3rd-party about notice:

tycho-surefire/org.eclipse.tycho.surefire.junit
tycho-surefire/org.eclipse.tycho.surefire.junit4

BTW, I wonder why the jars are checked in to SCM.
Shouldn't we rather include the jars via copy-dependencies for GAVs

org.apache.maven.surefire:surefire-junit:2.4.3
org.apache.maven.surefire:surefire-junit4:2.4.3

? Then this case falls back to the normal 3rd party dependencies process.


These are OSGi bundles with nested jars that get pushed to the test
eclipse runtime. Even though it is theoretically possible to assemble
them at runtime, doing so will be rather cumbersome.

--
Regards,
Igor


Back to the top