<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>linuxtools-dev</title>
		<link>http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/maillist.html</link>
		<description>linuxtools-dev</description>
		<language>en-us</language>
		<pubDate>Tue, 22 May 2012 20:30:26 GMT</pubDate>
		<lastBuildDate>Tue, 22 May 2012 20:30:26 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>linuxtools-dev</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/maillist.html</link>
		</image>
 

	<item>
		<title>Re: [linuxtools-dev] where are some org.eclipse.linuxtools.internal.cdt.autotools classes moved to for Juno</title>
		<link>http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01931.html</link>
		<description> _______________________________________________ linuxtools-dev mailing list linuxtools-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/linuxtools-dev </description>
		<content:encoded><![CDATA[<pre>Thanks, Jeff!  That solved my issues.  -Jessica

-----Original Message-----
From: linuxtools-dev-bounces@xxxxxxxxxxx [<a  href="mailto:linuxtools-dev-bounces@xxxxxxxxxxx">mailto:linuxtools-dev-bounces@xxxxxxxxxxx</a>] 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:
&gt; Hi All,
&gt;
&gt; We are depending on the following old
&gt; linuxtools.internal.cdt.autotools classes for our plugins, but after
&gt; updating to the latest cdt autotools which comes from the linuxtools
&gt; in Juno, I just couldn't find where they are. So can somebody point me
&gt; what I need to install or what they are changed to?
&gt;
&gt; import
&gt; org.eclipse.linuxtools.internal.cdt.autotools.core.configure.Autotools
&gt; ConfigurationManager;
&gt;
&gt; import
&gt; org.eclipse.linuxtools.internal.cdt.autotools.core.configure.IAConfigu
&gt; ration;
&gt;
&gt; import
&gt; org.eclipse.linuxtools.internal.cdt.autotools.core.AutotoolsNewMakeGen
&gt; erator;
&gt;
&gt; import
&gt; org.eclipse.linuxtools.internal.cdt.autotools.ui.actions.InvokeAction;
&gt;
&gt; import
&gt; org.eclipse.linuxtools.internal.cdt.autotools.ui.actions.InvokeMessage
&gt; s;
&gt;
&gt; import
&gt; org.eclipse.linuxtools.internal.cdt.autotools.ui.actions.AbstractAutot
&gt; oolsHandler;
&gt;
&gt; import org.eclipse.linuxtools.internal.cdt.autotools.ui.Console;
&gt;
&gt; import
&gt; org.eclipse.linuxtools.internal.cdt.autotools.ui.wizards.AutotoolsBuil
&gt; dWizardHandler;
&gt;
&gt; Thanks,
&gt;
&gt; Jessica
&gt;
&gt;
&gt;
&gt; _______________________________________________
&gt; linuxtools-dev mailing list
&gt; linuxtools-dev@xxxxxxxxxxx
&gt; <a  href="https://dev.eclipse.org/mailman/listinfo/linuxtools-dev">https://dev.eclipse.org/mailman/listinfo/linuxtools-dev</a>

_______________________________________________
linuxtools-dev mailing list
linuxtools-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/linuxtools-dev">https://dev.eclipse.org/mailman/listinfo/linuxtools-dev</a>

</pre>]]></content:encoded>
		<pubDate>Tue, 22 May 2012 20:25:48 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01931.html</guid>
		<author>jessica.zhang@xxxxxxx (Zhang, Jessica)</author>
	</item>
	<item>
		<title>Re: [linuxtools-dev] where are some org.eclipse.linuxtools.internal.cdt.autotools classes moved to for Juno</title>
		<link>http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01930.html</link>
		<description> </description>
		<content:encoded><![CDATA[<tt>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]</tt><br>
<br>
<pre style="margin: 0em;">-- Jeff J.</pre><br>
<tt>On 05/22/2012 01:27 PM, Zhang, Jessica wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi All,</pre><br>
<pre style="margin: 0em;">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&#x2019;t find where they
are. So can somebody point me what I need to install or what they are
changed to?</pre><br>
<pre style="margin: 0em;">import
org.eclipse.linuxtools.internal.cdt.autotools.core.configure.AutotoolsConfigurationManager;</pre><br>
<pre style="margin: 0em;">import
org.eclipse.linuxtools.internal.cdt.autotools.core.configure.IAConfiguration;</pre><br>
<pre style="margin: 0em;">import
org.eclipse.linuxtools.internal.cdt.autotools.core.AutotoolsNewMakeGenerator;</pre><br>
<pre style="margin: 0em;">import
org.eclipse.linuxtools.internal.cdt.autotools.ui.actions.InvokeAction;</pre><br>
<pre style="margin: 0em;">import
org.eclipse.linuxtools.internal.cdt.autotools.ui.actions.InvokeMessages;</pre><br>
<pre style="margin: 0em;">import
org.eclipse.linuxtools.internal.cdt.autotools.ui.actions.AbstractAutotoolsHandler;</pre><br>
<pre style="margin: 0em;">import org.eclipse.linuxtools.internal.cdt.autotools.ui.Console;</pre><br>
<pre style="margin: 0em;">import
org.eclipse.linuxtools.internal.cdt.autotools.ui.wizards.AutotoolsBuildWizardHandler;</pre><br>
<pre style="margin: 0em;">Thanks,</pre><br>
<pre style="margin: 0em;">Jessica</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;">_______________________________________________
linuxtools-dev mailing list
linuxtools-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/linuxtools-dev">https://dev.eclipse.org/mailman/listinfo/linuxtools-dev</a>
</pre></blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Tue, 22 May 2012 18:13:16 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01930.html</guid>
		<author>jjohnstn@xxxxxxx (Jeff Johnston)</author>
	</item>
	<item>
		<title>[linuxtools-dev] where are some org.eclipse.linuxtools.internal.cdt.autotools classes moved to for Juno</title>
		<link>http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01929.html</link>
		<description> 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&amp;#8217;t find where they are.  So can somebody point ...</description>
		<content:encoded><![CDATA[<table width="100%"><tr><td style="a:link { color: blue } a:visited { color: purple } ">


<div class="WordSection1">
<p class="MsoNormal">Hi All,<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">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&#8217;t find where they are.&nbsp; So can somebody
 point me what I need to install or what they are changed to?<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">import org.eclipse.linuxtools.internal.cdt.autotools.core.configure.AutotoolsConfigurationManager;<o:p></o:p></p>
<p class="MsoNormal">import org.eclipse.linuxtools.internal.cdt.autotools.core.configure.IAConfiguration;<o:p></o:p></p>
<p class="MsoNormal">import org.eclipse.linuxtools.internal.cdt.autotools.core.AutotoolsNewMakeGenerator;<o:p></o:p></p>
<p class="MsoNormal">import org.eclipse.linuxtools.internal.cdt.autotools.ui.actions.InvokeAction;<o:p></o:p></p>
<p class="MsoNormal">import org.eclipse.linuxtools.internal.cdt.autotools.ui.actions.InvokeMessages;<o:p></o:p></p>
<p class="MsoNormal">import org.eclipse.linuxtools.internal.cdt.autotools.ui.actions.AbstractAutotoolsHandler;<o:p></o:p></p>
<p class="MsoNormal">import org.eclipse.linuxtools.internal.cdt.autotools.ui.Console;<o:p></o:p></p>
<p class="MsoNormal">import org.eclipse.linuxtools.internal.cdt.autotools.ui.wizards.AutotoolsBuildWizardHandler;<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Thanks,<o:p></o:p></p>
<p class="MsoNormal">Jessica<o:p></o:p></p>
</div>


</td></tr></table>]]></content:encoded>
		<pubDate>Tue, 22 May 2012 17:27:22 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01929.html</guid>
		<author>jessica.zhang@xxxxxxx (Zhang, Jessica)</author>
	</item>
	<item>
		<title>[linuxtools-dev] Hudson build is back to stable : linuxtools-master	#878</title>
		<link>http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01928.html</link>
		<description>See &amp;lt;https://hudson.eclipse.org/hudson/job/linuxtools-master/878/changes&amp;gt; </description>
		<content:encoded><![CDATA[<pre>See &lt;<a  href="https://hudson.eclipse.org/hudson/job/linuxtools-master/878/changes">https://hudson.eclipse.org/hudson/job/linuxtools-master/878/changes</a>&gt;



</pre>]]></content:encoded>
		<pubDate>Tue, 22 May 2012 16:46:55 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01928.html</guid>
		<author>hudsonbuild@xxxxxxx (hudsonbuild)</author>
	</item>
	<item>
		<title>[linuxtools-dev] Juno RC1 week</title>
		<link>http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01927.html</link>
		<description>This is RC1 week. I hope to set aside tonight's build when I have an RC1 CDT to build against. Please consider the master branch frozen for all but emergency fixes. I will let you know when the freeze is over, hopefully tomorrow. -- Jeff J. </description>
		<content:encoded><![CDATA[<tt>This is RC1 week.  I hope to set aside tonight's build when I have an 
RC1 CDT to build against.</tt><br>
<br>
<tt>Please consider the master branch frozen for all but emergency fixes.  I 
will let you know when the freeze is over, hopefully tomorrow.</tt><br>
<br>
<pre style="margin: 0em;">-- Jeff J.</pre><br>
]]></content:encoded>
		<pubDate>Tue, 22 May 2012 16:25:26 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01927.html</guid>
		<author>jjohnstn@xxxxxxx (Jeff Johnston)</author>
	</item>


	<item>
		<title>[linuxtools-dev] Hudson build became unstable: linuxtools-master	#877</title>
		<link>http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01926.html</link>
		<description>See &amp;lt;https://hudson.eclipse.org/hudson/job/linuxtools-master/877/changes&amp;gt; </description>
		<content:encoded><![CDATA[<pre>See &lt;<a  href="https://hudson.eclipse.org/hudson/job/linuxtools-master/877/changes">https://hudson.eclipse.org/hudson/job/linuxtools-master/877/changes</a>&gt;



</pre>]]></content:encoded>
		<pubDate>Sat, 19 May 2012 04:52:02 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01926.html</guid>
		<author>hudsonbuild@xxxxxxx (hudsonbuild)</author>
	</item>


	<item>
		<title>Re: [linuxtools-dev] 1.0 before Juno, 1.1 for Juno?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01925.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">I'm fine with this.</pre><br>
<tt>I have a couple of side questions.  What happens with Linux Tools 
components that aren't ready to go out of incubation: do they stay 
behind in technology or make the move with the rest of the components? 
Can they be part of the 1.0 release?</tt><br>
<br>
<pre style="margin: 0em;">-- Jeff J.</pre><br>
<tt>On 05/10/2012 10:32 AM, Andrew Overholt wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi,</pre><br>
<pre style="margin: 0em;">I've been thinking about us shipping 1.0 in the next few weeks.  This
will allow us to do the administrative tasks associated with graduating,
etc. ahead of the Juno rush.  Our p2 repos will be in the right places
and all our docs and other stuff can point to the proper /tools
locations.  Then we can just do a quick 1.1 for Juno.</pre><br>
<pre style="margin: 0em;">What do people think?</pre><br>
<pre style="margin: 0em;">Andrew</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;">_______________________________________________
linuxtools-dev mailing list
linuxtools-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/linuxtools-dev">https://dev.eclipse.org/mailman/listinfo/linuxtools-dev</a>
</pre></blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Fri, 11 May 2012 21:07:02 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01925.html</guid>
		<author>jjohnstn@xxxxxxx (Jeff Johnston)</author>
	</item>
	<item>
		<title>[linuxtools-dev] Juno M7 freeze is over</title>
		<link>http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01924.html</link>
		<description>Our contribution to Juno M7 is solidified so feel free to commit to master. Thanks, -- Jeff J. </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Our contribution to Juno M7 is solidified so feel free to commit to master.</pre><br>
<pre style="margin: 0em;">Thanks,</pre><br>
<pre style="margin: 0em;">-- Jeff J.</pre><br>
]]></content:encoded>
		<pubDate>Fri, 11 May 2012 15:31:45 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01924.html</guid>
		<author>jjohnstn@xxxxxxx (Jeff Johnston)</author>
	</item>
	<item>
		<title>Re: [linuxtools-dev] 1.0 before Juno, 1.1 for Juno?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01923.html</link>
		<description>Yo,Well, the LTTng &amp;quot;crew&amp;quot; is not too, too warm at this idea. The code is still in flux and not ready for 1.0 yet.If you really want to release a Linux Tools 1.0, be my guest but: - package LTTng from Linux Tools 0.10 (and re-live the TCF dependency blues)-...</description>
		<content:encoded><![CDATA[<div>Yo,</div><div><br></div><div>Well, the LTTng &quot;crew&quot; is not too, too warm at this idea. The code is still in flux and not ready for 1.0 yet.</div><div><br></div><div>If you really want to release a Linux Tools 1.0, be my guest but:</div>
<div>- package LTTng from Linux Tools 0.10 (and re-live the TCF dependency blues)</div><div>- be aware that there will be no such thing as a Linux Tools 1.0.1 for Juno - it will have to be Linux Tools 2.0 (LTTng API breakage between 0.10 and 1.0)</div>
<div><br></div><div>All in all, I would not go for it... not worth the trouble. My 2 cents.</div><div><br></div><div>Regards,</div><div><br></div>-- <br>Francois<br>
]]></content:encoded>
		<pubDate>Fri, 11 May 2012 14:29:10 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01923.html</guid>
		<author>fchouinard@xxxxxxx (Francois Chouinard)</author>
	</item>


	<item>
		<title>Re: [linuxtools-dev] 1.0 before Juno, 1.1 for Juno?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01922.html</link>
		<description>If everyone agrees (I'd specifically like to hear from the LTTng crew), I hope to be able to get most of the administrative part done in the next. I'll email here if I need any specific help once we've agreed. When is the code freeze for 1.0 in the new sch...</description>
		<content:encoded><![CDATA[<tt>On 05/10/2012 12:02 PM, Andrew Overholt wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi,</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I really like the proposal. We can call the Juno release 1.0.1 if there aren't new features (Jeff expressed concerns about that). Do you need help with that Andrew? Or will you at least guide us through the administrative part to get it done?
</tt></blockquote><pre style="margin: 0em;"><br>If everyone agrees (I'd specifically like to hear from the LTTng
crew), I hope to be able to get most of the administrative part done
in the next.  I'll email here if I need any specific help once we've
agreed.
</pre></blockquote><pre style="margin: 0em;"><br>When is the code freeze for 1.0 in the new schedule? For adding features?</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;"><br>Andrew
_______________________________________________
linuxtools-dev mailing list
linuxtools-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/linuxtools-dev">https://dev.eclipse.org/mailman/listinfo/linuxtools-dev</a></pre><br>
</blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Thu, 10 May 2012 15:05:39 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg01922.html</guid>
		<author>obusatto@xxxxxxx (Ot&#xE1;vio Pontes)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->

