<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Java: Insert Copyright Header into Source Code</title>
	<atom:link href="http://twit88.com/blog/2008/09/27/java-insert-copyright-header-into-source-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://twit88.com/blog/2008/09/27/java-insert-copyright-header-into-source-code/</link>
	<description>New SMS Library at http://twit88.com/platform/projects/show/messagingtoolkit !</description>
	<lastBuildDate>Wed, 08 Sep 2010 03:55:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: AndyJ</title>
		<link>http://twit88.com/blog/2008/09/27/java-insert-copyright-header-into-source-code/comment-page-1/#comment-60653</link>
		<dc:creator>AndyJ</dc:creator>
		<pubDate>Wed, 18 Mar 2009 13:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://twit88.com/blog/2008/09/27/java-insert-copyright-header-into-source-code/#comment-60653</guid>
		<description>As of at least Eclipse 3.4, you can install these tools as a plugin using the Software Updates system instead of checking out, compiling and exporting the plugin.</description>
		<content:encoded><![CDATA[<p>As of at least Eclipse 3.4, you can install these tools as a plugin using the Software Updates system instead of checking out, compiling and exporting the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Gilmer</title>
		<link>http://twit88.com/blog/2008/09/27/java-insert-copyright-header-into-source-code/comment-page-1/#comment-36045</link>
		<dc:creator>Ken Gilmer</dc:creator>
		<pubDate>Mon, 12 Jan 2009 16:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://twit88.com/blog/2008/09/27/java-insert-copyright-header-into-source-code/#comment-36045</guid>
		<description>For Eclipse 3.3.2, the plugin has a compile error.  Most likely the API has changed.  I got it to compile by changing:

SourceFile.java, Line 78:

		textFileBufferManager= FileBuffers.createTextFileBufferManager();

To:

textFileBufferManager= FileBuffers.getTextFileBufferManager();</description>
		<content:encoded><![CDATA[<p>For Eclipse 3.3.2, the plugin has a compile error.  Most likely the API has changed.  I got it to compile by changing:</p>
<p>SourceFile.java, Line 78:</p>
<p>		textFileBufferManager= FileBuffers.createTextFileBufferManager();</p>
<p>To:</p>
<p>textFileBufferManager= FileBuffers.getTextFileBufferManager();</p>
]]></content:encoded>
	</item>
</channel>
</rss>
