Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] eclipse.jdt.git moved to gitHub.com
  • From: Sravan K Lakkimsetti <sravankumarl@xxxxxxxxxx>
  • Date: Fri, 25 Mar 2022 08:19:04 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=in.ibm.com; dmarc=pass action=none header.from=in.ibm.com; dkim=pass header.d=in.ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=SAI6/hWUhJGxLxgoVEYs4eL+3E1xxzSttv6B3rVXTxY=; b=bEfdm3EK3oZ5yeh5GxqJ8bPyIydMZIMAQ9SVoURrAeWDf47zXL2jAtp3pbuoul9W9bZegrWu1z/Y64Z3Ewj4Z6KBxMqpPZR/iIPGMMBekQNpgtQK7RJS9TZVNBQ7Gal0kEkTeYTSFLrZDPJJHR2sZUc2xLytkih14j4eJ6c9i2r/oIEXvyZKFcDg0Bl69rfQ8ijAFENMgKKiEE09aZZLVSiwzvfSB3WgWeX5G7V+z4aztKodlXV/FgcONvsqLOrGmHaxVEVbgIsoY0xNs79PBVZVLNSunb0sZi0mNEiIK/s+2HM8UZZ59bjA0EJZEDcG4u/bME2h82Q4ERbryaX0Pw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=PmxXheQTSmEA21jXKyfLBSoSAadze4nbEV6KPyn6DF60QmK6kX9vS02JReG7XMcJhtPZAfJggv0q0pPOxKfqSjIjw6rrf6A9NW98eEc3UmF9X9YKasx43HrWE5LS0dorOVt2naL62M2dFznw1GE0Taigp3N0yZu5efD3lCCqbaT3W04r8VOipt0SqmuMvE6zSE4HOu0KuQrKuqEZo27dYo6D6oBlTlkY+pu8Sj5THQ8jtt4bH1pnMtWTuWIJ+V8cZCyqhEpYFmPPm3yQtZUe8zrECsByqJqwuOmeyTOKvLVvuFHoG3HRwhP1eaJHaUu4uip1Ti5mOhINRa5dZ95aTg==
  • Delivered-to: jdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jdt-dev/>
  • List-help: <mailto:jdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels: MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_ActionId=8b190eac-5883-42b7-9d54-a280c82201cc; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_ContentBits=0; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Enabled=true; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Method=Standard; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Name=Internal; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_SetDate=2022-03-25T07:08:01Z; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_SiteId=72f988bf-86f1-41af-91ab-2d7cd011db47;
  • Thread-index: AQHYQBTdd4U4tJ3Rk0uv8Mf+eS/fn6zPrfgwgAASWMA=
  • Thread-topic: eclipse.jdt.git moved to gitHub.com

Hi Jinbo,

 

Eclipse sdk uses more than 25 repositories. We wanted to greater control over our repositories. For this we created 4 organisations(1 per project used by eclipse sdk) and moving the repositories to respective organizations.

 

Thanks

Sravan

 

From: jdt-dev <jdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Jinbo Wang via jdt-dev
Sent: 25 March 2022 12:45
To: Eclipse JDT general developers list. <jdt-dev@xxxxxxxxxxx>
Cc: Jinbo Wang <jinbwan@xxxxxxxxxxxxx>
Subject: [EXTERNAL] Re: [jdt-dev] eclipse.jdt.git moved to gitHub.com

 

Hi Manoj, thanks for the migration work.

 

A stupid question, why was it moved to eclipse-jdt instead of eclipse org (https://github.com/eclipse)?

 

Thanks,

Jinbo

From: jdt-dev <jdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Manoj Palat
Sent: Friday, March 25, 2022 2:52 PM
To: Eclipse JDT general developers list. <
jdt-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] [jdt-dev] eclipse.jdt.git moved to gitHub.com

 

Hi,

This Git repository is now moved to GitHub: https://github.com/eclipse-jdt/eclipse.jdt. 

 

Please fork this repository to your personal repositories and set it as your upstream for your existing clones using the following command:

 

$ git remote set-url origin git@xxxxxxxxxx:<your-github-id>/eclipse.jdt.git

 

Regards,

Manoj


Back to the top