### Eclipse Workspace Patch 1.0 #P com.redhat.eclipse.cdt.autotools Index: plugin.xml =================================================================== RCS file: /cvs/eclipse/autotools/com.redhat.eclipse.cdt.autotools/plugin.xml,v retrieving revision 1.20 diff -u -r1.20 plugin.xml --- plugin.xml 29 Nov 2006 23:01:34 -0000 1.20 +++ plugin.xml 1 Dec 2006 18:42:11 -0000 @@ -658,6 +658,19 @@ id="com.redhat.eclipse.cdt.autotools.editor.autoconf" name="%Autoconf.editor.name"/> + + + + + - + + + + + + + Index: src/com/redhat/eclipse/cdt/autotools/editors/automake/AutomakeEditor.java =================================================================== RCS file: src/com/redhat/eclipse/cdt/autotools/editors/automake/AutomakeEditor.java diff -N src/com/redhat/eclipse/cdt/autotools/editors/automake/AutomakeEditor.java --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ src/com/redhat/eclipse/cdt/autotools/editors/automake/AutomakeEditor.java 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,7 @@ +package com.redhat.eclipse.cdt.autotools.editors.automake; + +import org.eclipse.cdt.make.internal.ui.editor.MakefileEditor; + +public class AutomakeEditor extends MakefileEditor { + +}