Revision: 793
http://cishell.svn.sourceforge.net/cishell/?rev=793&view=rev
Author: mwlinnem
Date: 2008-07-30 16:56:25 +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:35:18 UTC (rev 792)
+++ trunk/templates/org.cishell.templates.wizards/src/org/cishell/templates/wizards/staticexecutable/NewStaticExecutableAlgorithmWizard.java 2008-07-30 16:56:25 UTC (rev 793)
@@ -92,6 +92,8 @@
e.printStackTrace();
}
+ //display the README file to the user in Eclipse
+
final IFile file = template.getProjectHandle().getFile("README.txt");
final IWorkbenchWindow ww = PlatformUI.getWorkbench().getActiveWorkbenchWindow();
final IWorkbenchPage page = ww.getActivePage();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|