From: <bh...@us...> - 2008-03-13 15:52:03
|
Revision: 655 http://cishell.svn.sourceforge.net/cishell/?rev=655&view=rev Author: bh2 Date: 2008-03-13 08:51:59 -0700 (Thu, 13 Mar 2008) Log Message: ----------- Re-enabled the non-compliant wizards. Also renamed them so that they better match how other wizards are called in eclipse. Modified Paths: -------------- branches/spec_update/org.cishell.templates.wizards/org.cishell.templates.wizards/plugin.xml Modified: branches/spec_update/org.cishell.templates.wizards/org.cishell.templates.wizards/plugin.xml =================================================================== --- branches/spec_update/org.cishell.templates.wizards/org.cishell.templates.wizards/plugin.xml 2008-03-12 14:21:18 UTC (rev 654) +++ branches/spec_update/org.cishell.templates.wizards/org.cishell.templates.wizards/plugin.xml 2008-03-13 15:51:59 UTC (rev 655) @@ -13,10 +13,9 @@ hasPages="true" icon="icons/cishell.ico" id="org.cishell.templates.wizards.java.NewJavaAlgorithmWizard" - name="Java-based algorithm" + name="Java Algorithm Project" preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective" project="true"/> -<!-- disabling until they can be updated for CIShell 1.0 <wizard canFinishEarly="false" category="cishell" @@ -24,7 +23,7 @@ hasPages="true" icon="icons/cishell.ico" id="org.cishell.templates.wizards.staticexecutable.NewStaticExecutableAlgorithmWizard" - name="Executable (command line) based algorithm" + name="Executable (command line)/non-Java Algorithm Project" preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective" project="true"/> <wizard @@ -34,28 +33,26 @@ hasPages="true" icon="icons/cishell.ico" id="org.cishell.templates.wizards.jython.NewJythonAlgorithmWizard" - name="Jython-based algorithm" + name="Jython Algorithm Project" preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective" project="true"/> <wizard + category="cishell" + class="org.cishell.templates.wizards.java.NewLibraryIntegrationWizard" + icon="icons/cishell.ico" + id="org.cishell.templates.wizards.java.NewLibraryPluginProjectWizard" + name="Existing Java Library (JAR) Integration Project" + preferredPerspectives="org.eclipse.pde.ui.PDEPerspective, org.eclipse.jdt.ui.JavaPerspective" + project="true"/> + <wizard canFinishEarly="false" category="cishell" class="org.cishell.templates.wizards.dataset.NewDatasetWizard" hasPages="true" icon="icons/cishell.ico" id="org.cishell.templates.wizards.staticexecutable.NewDatasetWizard" - name="Dataset" + name="Dataset Integration Project" preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective" project="true"/> ---> - <wizard - category="cishell" - class="org.cishell.templates.wizards.java.NewLibraryIntegrationWizard" - icon="icons/cishell.ico" - id="org.cishell.templates.wizards.java.NewLibraryPluginProjectWizard" - name="Create code libraries from existing jar files" - preferredPerspectives="org.eclipse.pde.ui.PDEPerspective, org.eclipse.jdt.ui.JavaPerspective" - project="true"> - </wizard> </extension> </plugin> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |