[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[cdt-dev] cannot compile cdt org.eclipse.ltk.core.refactoring.RefactoringContext is missing
|
- From: Alena Laskavaia <elaskavaia.cdt@xxxxxxxxx>
- Date: Wed, 29 Feb 2012 22:27:36 -0500
- Authentication-results: mr.google.com; spf=pass (google.com: domain of laskava@gmail.com designates 10.60.30.70 as permitted sender) smtp.mail=laskava@gmail.com; dkim=pass header.i=laskava@gmail.com
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:reply-to:sender:date:x-google-sender-auth:message-id :subject:from:to:content-type; bh=eLehuvkEJkazutTuKjsD4hY9mWRlL7Mb1i+gBcStPiQ=; b=QWdJzsbCC4qzWqcRzzqxSjxYAGDMap082bCqp8GiyZzvVuEV5SX/iwV6W8lli0zmtQ thyS8DANz+qxq+xernn6OmRECkAhVqyPooX3BEhyr/AXFPBQn6rbS6cymIB3m31jVrrw LTZBpZWLM2ZjHo1ciID4uzDd3q69iU0XjYC3k=
I updated cdt to latest master and I cannot compile it. I am missing
class org.eclipse.ltk.core.refactoring.RefactoringContext.
I used 3.7.1 base before. I thought it could be old, so I checked out
org.eclipse.ltk.core.refactoring from cvs head but it is not there
either.
Where is it?