Changeset 10 for trunk/src


Ignore:
Timestamp:
09/14/05 18:52:10 (19 years ago)
Author:
boris
Message:
 
Location:
trunk/src/org/modelica/mdt
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/modelica/mdt/NewProjectWizard.java

    r7 r10  
    2525                throws InvocationTargetException, InterruptedException
    2626        {
    27             monitor.beginTask("creating project " + newProject.getName(), 2);
     27            monitor.beginTask("creating project " + newProject.getName(), 3);
    2828            try
    2929            {
     30                /* create the project */
    3031                newProject.create(monitor);
    3132                monitor.worked(1);
     33
     34                /* open project */
    3235                newProject.open(monitor);
     36                monitor.worked(2);
     37
     38                /* add modelica nature to the project */
     39                MdtPlugin.addModelicaNature(newProject);
     40               
    3341            }
    3442            catch (CoreException e)
Note: See TracChangeset for help on using the changeset viewer.