Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] P2 repository for org.eclipse.m2e.tests.common

m2eclipse SDK feature is there in http://download.eclipse.org/technology/m2e/milestones/1.0 repository, but it's not assigned any category, so you don't see it in the Install new software dialog, unless you uncheck 'Group items by category' option.

Here's a snippet from the target platform definition I'm using:

<location includeAllPlatforms="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="org.eclipse.m2e.feature.feature.group" version="1.0.0.201106052308"/>
<unit id="org.eclipse.m2e.sdk.feature.feature.group" version="1.0.0.201106052308"/>
<repository location="http://download.eclipse.org/technology/m2e/milestones/1.0"/>
</location>

The whole thing: https://github.com/objectledge/maven-extensions/tree/master/connectors/target-platform

cheers,
Rafał

On 07/05/2011 04:09 PM, Jeff MAURY wrote:
I am building an M2E extension (with Tycho). In order to build unit tests, I need the org.eclipse.m2e.tests.common bundle.
I can't find a P2 repository where I can download it.
Can someone help ?

Thanks
Jeff MAURY

--
"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury
_______________________________________________ m2e-dev mailing list m2e-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/m2e-dev


Back to the top