Browse Source

new file config

Kenneth Lausdahl 6 years ago
parent
commit
80b6535dd3

+ 12 - 0
DSL_SemanticAdaptation/be.uantwerpen.ansymo.semanticadaptation.ui/plugin.xml

@@ -407,4 +407,16 @@
 			type="text">
 		</fileTypes>
 	</extension>
+ <extension
+       point="org.eclipse.ui.newWizards">
+    <wizard
+            
+            class="be.uantwerpen.ansymo.semanticadaptation.ui.wizard.SaNewFileWizard"
+            
+            icon="icons/cview16/vdmpp_file_tsk.png"
+            id="be.uantwerpen.ansymo.semanticadaptation.ui.ui.newFileWizard"
+            name="%newProjectWizardName"
+            project="false">
+      </wizard>
+ </extension>
 </plugin>