Changeset 1178 for trunk


Ignore:
Timestamp:
12/01/11 23:24:21 (13 years ago)
Author:
masberg
Message:

Set the required (minimum) execution environment to JavaSE-1.6. Remove useless Bundle-Localization directive. Replace deprecated Eclipse-LazyStart? directive with a Bundle-ActivationPolicy? directive.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.ui/META-INF/MANIFEST.MF

    r1058 r1178  
    55Bundle-Version: 0.7.19
    66Bundle-Activator: org.modelica.mdt.ui.UIPlugin
    7 Bundle-Localization: plugin
    87Require-Bundle: org.modelica.mdt.core,
    98 org.eclipse.ui,
     
    2322 org.eclipse.ltk.core.refactoring,
    2423 org.modelica.mdt.breakpoint
    25 Eclipse-LazyStart: true
     24Bundle-ActivationPolicy: lazy
    2625Bundle-Vendor: Adrian Pop [Adrian.Pop@liu.se] @ OSMC, Linkoping University
    2726Export-Package: org.modelica.mdt.ui;x-friends:="org.modelica.mdt.test,org.modelica.mdt.ui,org.modelica.mdt.debug.ui",
     
    4039Import-Package: org.eclipse.ltk.core.refactoring.participants,
    4140 org.eclipse.ltk.ui.refactoring
     41Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Note: See TracChangeset for help on using the changeset viewer.