Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] where are some org.eclipse.linuxtools.internal.cdt.autotools classes moved to for Juno

Thanks, Jeff!  That solved my issues.  -Jessica

-----Original Message-----
From: linuxtools-dev-bounces@xxxxxxxxxxx [mailto:linuxtools-dev-bounces@xxxxxxxxxxx] On Behalf Of Jeff Johnston
Sent: Tuesday, May 22, 2012 11:13 AM
To: linuxtools-dev@xxxxxxxxxxx
Subject: Re: [linuxtools-dev] where are some org.eclipse.linuxtools.internal.cdt.autotools classes moved to for Juno

The Autotools plug-ins have moved to the CDT.  They are now prefixed with org.eclipse.cdt.  The internal classes, which aren't exposed externally, are now found at: org.eclipse.cdt.internal.autotools[.core, .ui]

-- Jeff J.

On 05/22/2012 01:27 PM, Zhang, Jessica wrote:
> Hi All,
>
> We are depending on the following old
> linuxtools.internal.cdt.autotools classes for our plugins, but after
> updating to the latest cdt autotools which comes from the linuxtools
> in Juno, I just couldn't find where they are. So can somebody point me
> what I need to install or what they are changed to?
>
> import
> org.eclipse.linuxtools.internal.cdt.autotools.core.configure.Autotools
> ConfigurationManager;
>
> import
> org.eclipse.linuxtools.internal.cdt.autotools.core.configure.IAConfigu
> ration;
>
> import
> org.eclipse.linuxtools.internal.cdt.autotools.core.AutotoolsNewMakeGen
> erator;
>
> import
> org.eclipse.linuxtools.internal.cdt.autotools.ui.actions.InvokeAction;
>
> import
> org.eclipse.linuxtools.internal.cdt.autotools.ui.actions.InvokeMessage
> s;
>
> import
> org.eclipse.linuxtools.internal.cdt.autotools.ui.actions.AbstractAutot
> oolsHandler;
>
> import org.eclipse.linuxtools.internal.cdt.autotools.ui.Console;
>
> import
> org.eclipse.linuxtools.internal.cdt.autotools.ui.wizards.AutotoolsBuil
> dWizardHandler;
>
> Thanks,
>
> Jessica
>
>
>
> _______________________________________________
> linuxtools-dev mailing list
> linuxtools-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/linuxtools-dev

_______________________________________________
linuxtools-dev mailing list
linuxtools-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/linuxtools-dev


Back to the top