Fixed sed error.

This commit is contained in:
Michael Bayne
2008-11-20 00:16:57 +00:00
parent 22a3c138b7
commit 5f26eb28c9
@@ -470,13 +470,13 @@ public class GenRecordTask extends Task
protected Class<?> _prclass;
/** Specifies the path to the name code template. */
protected static final String NAME_TMPL = "com/samskivert.depot/tools/record_name.tmpl";
protected static final String NAME_TMPL = "com/samskivert/depot/tools/record_name.tmpl";
/** Specifies the path to the column code template. */
protected static final String COL_TMPL = "com/samskivert.depot/tools/record_column.tmpl";
protected static final String COL_TMPL = "com/samskivert/depot/tools/record_column.tmpl";
/** Specifies the path to the key code template. */
protected static final String KEY_TMPL = "com/samskivert.depot/tools/record_key.tmpl";
protected static final String KEY_TMPL = "com/samskivert/depot/tools/record_key.tmpl";
// markers
protected static final String MARKER = "// AUTO-GENERATED: ";