X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.district.network.ui%2FMETA-INF%2FMANIFEST.MF;h=9399017efb7fe373f6488b058b2098c30fa4bc58;hb=bc05b1b2f95286aea041032325626fec71dc39b7;hp=b3aef5400f3e93c72ade1f550d8988eb79e96743;hpb=1bc60c2213f9b3fc7b4d935ba9afda2b767290e5;p=simantics%2Fdistrict.git diff --git a/org.simantics.district.network.ui/META-INF/MANIFEST.MF b/org.simantics.district.network.ui/META-INF/MANIFEST.MF index b3aef540..9399017e 100644 --- a/org.simantics.district.network.ui/META-INF/MANIFEST.MF +++ b/org.simantics.district.network.ui/META-INF/MANIFEST.MF @@ -4,8 +4,12 @@ Bundle-Name: Simantics District Network UI Bundle-SymbolicName: org.simantics.district.network.ui;singleton:=true Bundle-Version: 1.0.0.qualifier Bundle-Activator: org.simantics.district.network.ui.internal.Activator -Export-Package: org.simantics.district.network.ui.adapters, - org.simantics.district.network.ui.function +Export-Package: org.simantics.district.network.ui, + org.simantics.district.network.ui.adapters, + org.simantics.district.network.ui.breakdown, + org.simantics.district.network.ui.function, + org.simantics.district.network.ui.nodes, + org.simantics.district.network.ui.participants Require-Bundle: org.eclipse.e4.ui.model.workbench;bundle-version="1.1.100.v20150407-1430", org.eclipse.swt, org.simantics.g2d, @@ -25,7 +29,19 @@ Require-Bundle: org.eclipse.e4.ui.model.workbench;bundle-version="1.1.100.v20150 org.eclipse.e4.core.di, org.eclipse.e4.ui.di, org.eclipse.e4.core.commands, - org.eclipse.e4.core.contexts + org.eclipse.e4.core.contexts, + org.eclipse.jface, + org.simantics.scl.osgi, + org.simantics.district.route, + org.simantics.scenegraph.profile, + org.simantics.district.geotools;bundle-version="1.0.0", + org.simantics.maps.elevation.server, + org.eclipse.e4.core.services, + org.eclipse.osgi.services;bundle-version="3.6.0", + org.eclipse.nebula.widgets.nattable.core, + org.simantics.district.imports Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Import-Package: javax.inject;version="1.0.0" +Import-Package: javax.annotation;version="1.0.0";resolution:=optional, + javax.inject;version="1.0.0" Bundle-ActivationPolicy: lazy +Automatic-Module-Name: org.simantics.district.network.ui