Ignore:
Timestamp:
11/04/05 10:24:14 (19 years ago)
Author:
remar
Message:
  • moved org.modelica.mdt.internal.corba to org.modelica.mdt.internal.omcproxy
  • made OMCProxy into a nicer interface to OMC
  • added lotsa try/catch around places to allow running. Should be dialogs/error log instead
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt/src/org/modelica/mdt/ui/wizards/NewPackageWizard.java

    r116 r118  
    22 * This file is part of Modelica Development Tooling.
    33 *
    4  * Copyright (c) 2005, Linköpings universitet, Department of
     4 * Copyright (c) 2005, Linkpings universitet, Department of
    55 * Computer and Information Science, PELAB
    66 *
     
    2323 *   distribution.
    2424 *
    25  * * Neither the name of Linköpings universitet nor the names of its
     25 * * Neither the name of Linkpings universitet nor the names of its
    2626 *   contributors may be used to endorse or promote products derived from
    2727 *   this software without specific prior written permission.
     
    7474    {
    7575
     76        @SuppressWarnings("unused")
    7677        private Object selection = null;
    7778
     
    244245       
    245246       
     247        @SuppressWarnings("unused")
    246248        private void updateStatus(String message, int messageType)
    247249        {
Note: See TracChangeset for help on using the changeset viewer.