Menu

Commit [r2679]  Maximize  Restore  History

Added the DAOGenerator to the extensions

hotzst 2009-10-09

changed /trunk/ch.sahits.codegen.example/plugin.xml
/trunk/ch.sahits.codegen.example/plugin.xml Diff Switch to side-by-side view
--- a/trunk/ch.sahits.codegen.example/plugin.xml
+++ b/trunk/ch.sahits.codegen.example/plugin.xml
@@ -69,4 +69,11 @@
              fileextension="java">
        </generatorClass>
     </extension>
+    <extension
+          point="ch.sahits.codegen.java.generator">
+       <generator
+             class="ch.sahits.codegen.example.generator.ast.DAOGenerator"
+             display="Improve with getConnection method">
+       </generator>
+    </extension>
 </plugin>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.