Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Wait ... don't release yet! ... delay one week, Friday 3/1

2013/2/22 Oberhuber, Martin <Martin.Oberhuber@xxxxxxxxxxxxx>

Kosta has a very good point here:

 

moberhuber@build:/home/data/httpd/download.eclipse.org/releases/juno/201302220900>

  unzip -p content.jar | egrep 'unit id=|required.*eclipse..git' | grep -B 10 'required.*git.*2\.3' | less

 

   <unit id='org.eclipse.mylyn.github.core' version='2.3.0.201302130906'>

        <required namespace='java.package' name='org.eclipse.egit.core' range='[2.3.0,2.4.0)'/>

        <required namespace='java.package' name='org.eclipse.egit.github.core' range='[2.3.0,2.4.0)'/>

[…]

<unit id='org.eclipse.mylyn.github.ui' version='2.3.0.201302130906'>

        <required namespace='java.package' name='org.eclipse.egit.core' range='[2.3.0,2.4.0)'/>

        <required namespace='java.package' name='org.eclipse.egit.core.op' range='[2.3.0,2.4.0)'/>

[…]

   <unit id='org.eclipse.egit.mylyn.ui' version='2.3.0.201302130906'>

        <required namespace='java.package' name='org.eclipse.egit.core' range='[2.3.0,2.4.0)'/>

        <required namespace='java.package' name='org.eclipse.egit.core.synchronize' range='[2.3.0,2.4.0)'/>

 

That should be all dependencies onto egit-2.3.

I think that egit.mylyn.ui comes from egit itself, but where does the mylyn github feature actually come from ?


yes, egit.mylyn.ui is egit's mylyn integration and comes with egit

mylyn github feature is the Mylyn GitHub connector which is part of the EGit contribution since it's
developed in the EGit project. So if the EGit contribution is rolled back to SR1 this would include
rolling back the Mylyn GitHub connector to 2.1, same holds true for 2.2.0 since all these features
come in the same egit.b3aggrcon file.

--
Matthias

Back to the top