Ignore:
Timestamp:
11/10/05 10:42:57 (19 years ago)
Author:
remar
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt/src/org/modelica/mdt/internal/core/ModelicaLibraryPackage.java

    r130 r133  
    103103
    104104        String[] tokens;
    105         try
    106         {
    107              tokens = OMCProxy.getPackages(fullName);
    108         }
    109         catch(InitializationException e)
     105
     106        tokens = OMCProxy.getPackages(fullName);
     107
     108        /*
     109         * If we failed to get packages from the standard library, try loading
     110         * it.
     111         */
     112        if(tokens == null)
    110113        {
    111114            OMCProxy.loadSystemLibrary();
Note: See TracChangeset for help on using the changeset viewer.