Revision: 794
http://cishell.svn.sourceforge.net/cishell/?rev=794&view=rev
Author: mwlinnem
Date: 2008-07-30 17:33:06 +0000 (Wed, 30 Jul 2008)
Log Message:
-----------
Added explanatory comment.
Modified Paths:
--------------
trunk/templates/org.cishell.templates.wizards/src/org/cishell/templates/wizards/staticexecutable/NewStaticExecutableAlgorithmWizard.java
Modified: trunk/templates/org.cishell.templates.wizards/src/org/cishell/templates/wizards/staticexecutable/NewStaticExecutableAlgorithmWizard.java
===================================================================
--- trunk/templates/org.cishell.templates.wizards/src/org/cishell/templates/wizards/staticexecutable/NewStaticExecutableAlgorithmWizard.java 2008-07-30 16:56:25 UTC (rev 793)
+++ trunk/templates/org.cishell.templates.wizards/src/org/cishell/templates/wizards/staticexecutable/NewStaticExecutableAlgorithmWizard.java 2008-07-30 17:33:06 UTC (rev 794)
@@ -58,6 +58,10 @@
}
public boolean performFinish() {
+
+ //prepare all the files necessary to call the 3-argument version of performFinish, which executes
+ //each of the templates we provided in the "createTemplateSections()" method above.
+
final IProject project = template.getProjectHandle();
final IProjectDescription description = ResourcesPlugin.getWorkspace().newProjectDescription(project.getName());
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|