Ignore:
Timestamp:
12/21/05 11:21:12 (19 years ago)
Author:
boris
Message:
  • moved out code that handles communication with OMC to a separate plugin
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.test/src/org/modelica/mdt/test/util/Utility.java

    r235 r240  
    6464import org.modelica.mdt.core.IModelicaProject;
    6565import org.modelica.mdt.core.ModelicaCore;
    66 import org.modelica.mdt.internal.omcproxy.ConnectException;
    67 import org.modelica.mdt.internal.omcproxy.InvocationError;
    68 import org.modelica.mdt.internal.omcproxy.UnexpectedReplyException;
     66import org.modelica.mdt.compiler.CompilerInstantiationException;
     67import org.modelica.mdt.compiler.ConnectException;
     68import org.modelica.mdt.compiler.InvocationError;
     69import org.modelica.mdt.compiler.UnexpectedReplyException;
    6970
    7071import abbot.finder.matchers.swt.TextMatcher;
     
    319320     * @throws UnexpectedReplyException
    320321     * @throws ConnectException
     322     * @throws CompilerInstantiationException
    321323     */
    322324    public static IModelicaFile findModelicaFileInFolder(IModelicaFolder folder,
    323325            String fileName)
    324326    throws ConnectException, UnexpectedReplyException,
    325         InvocationError, CoreException
     327        InvocationError, CoreException, CompilerInstantiationException
    326328    {
    327329        for (Object child : folder.getChildren())
Note: See TracChangeset for help on using the changeset viewer.