From c58166bdf48149de9f74114340630244c368da5f Mon Sep 17 00:00:00 2001 From: Lars Vogel Date: Mon, 22 Oct 2012 17:07:51 +0200 Subject: Adds template for creating a @Execute method --- .../templates/default-e4templates.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bundles/org.eclipse.e4.tools.jdt.templates/templates/default-e4templates.xml b/bundles/org.eclipse.e4.tools.jdt.templates/templates/default-e4templates.xml index 2f6c5404..025f5b34 100644 --- a/bundles/org.eclipse.e4.tools.jdt.templates/templates/default-e4templates.xml +++ b/bundles/org.eclipse.e4.tools.jdt.templates/templates/default-e4templates.xml @@ -66,4 +66,11 @@ public void preDestroy() { ${imp:import(javax.annotation.PreDestroy)} + + + -- cgit v1.2.3