-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
31 lines (31 loc) · 1.44 KB
/
MANIFEST.MF
File metadata and controls
31 lines (31 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mimumum DR Engine
Bundle-SymbolicName: net.solarnetwork.node.demandresponse.dresimplestrategy
Bundle-Version: 1.0.0
Bundle-Vendor: SolarNetwork
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: build.eclipse.net.solarnetwork.node.demandresponse.dretargetcost,
net.solarnetwork.node;version="1.23.0",
net.solarnetwork.node.dao;version="1.8.0",
net.solarnetwork.node.demandresponse.dretargetcost,
net.solarnetwork.node.domain;version="1.11.0",
net.solarnetwork.node.job;version="1.13.4",
net.solarnetwork.node.reactor;version="1.3.0",
net.solarnetwork.node.reactor.support;version="1.3.0",
net.solarnetwork.node.settings;version="1.10.0",
net.solarnetwork.node.settings.support;version="1.8.0",
net.solarnetwork.node.support;version="1.14.0",
net.solarnetwork.node.test;version="1.3.0",
net.solarnetwork.node.util;version="1.7.2",
net.solarnetwork.util;version="1.28.0",
org.junit;version="[4.12.0,5.0.0)",
org.junit.runner;version="[4.12.0,5.0.0)",
org.quartz;version="[2.2.3,3.0.0)",
org.quartz.simpl;version="[2.2.3,3.0.0)",
org.slf4j;version="[1.7.24,2.0.0)",
org.springframework.beans;version="[4.2.9.RELEASE,5.0.0)",
org.springframework.context;version="[4.2.9.RELEASE,5.0.0)",
org.springframework.context.support;version="[4.2.9.RELEASE,5.0.0)",
org.springframework.core;version="[4.2.9.RELEASE,5.0.0)",
org.springframework.scheduling.quartz;version="[4.2.9.RELEASE,5.0.0)"