OSDN Git Service

リリース用に調整
[ea2ddl/ea2ddl.git] / ea2ddl-ddl / src / main / java / jp / sourceforge / ea2ddl / ddl / command / TemplateCommand.java
index 2e6a2ff..b2c2670 100644 (file)
@@ -25,7 +25,7 @@ public class TemplateCommand extends AbstractCommand {
        private Logger _logger = Logger.getLogger(TemplateCommand.class);\r
 \r
        protected String _factoryClassName;\r
-       protected String _templateFileDir = "target/classes";\r
+       protected String _templateFileDir = "templates";\r
        protected String _templateFileName;\r
        protected String _templateFileEncoding = "UTF-8";\r
        protected String _outputDirName = "output";\r