Skip to content
Snippets Groups Projects
Commit 60497ddc authored by Alexander Marinc's avatar Alexander Marinc
Browse files

Added Log Monitor as supported feature

parent 39858a76
No related branches found
No related tags found
No related merge requests found
......@@ -213,6 +213,7 @@ public class HardcodedConfigProvider implements UAALVersionProvider {
f120.put("CHE",
new BundleSet().add(new BundleEntry(new LaunchURL("mvn:org.universAAL.context/ctxt.che/1.2.0"), "")).add(
new BundleEntry(new LaunchURL("mvn:org.universAAL.ontology/ont.che/1.2.0"), "")));
f120.put("Log Monitor", new BundleSet().add(new BundleEntry(new LaunchURL("mvn:org.universAAL.tools/tools.log_mon/1.2.0"), "")));
features.put("1.2.0", f120);
Map<String, BundleSet> f121 = new HashMap<String, BundleSet>();
......@@ -221,6 +222,7 @@ public class HardcodedConfigProvider implements UAALVersionProvider {
f121.put("CHE",
new BundleSet().add(new BundleEntry(new LaunchURL("mvn:org.universAAL.context/ctxt.che/1.2.1-SNAPSHOT"), "")).add(
new BundleEntry(new LaunchURL("mvn:org.universAAL.ontology/ont.che/1.2.1-SNAPSHOT"), "")));
f121.put("Log Monitor", new BundleSet().add(new BundleEntry(new LaunchURL("mvn:org.universAAL.tools/tools.log_mon/1.2.1-SNAPSHOT"), "")));
features.put("1.2.1-SNAPSHOT", f121);
Map<String, BundleSet> f130 = new HashMap<String, BundleSet>();
......@@ -228,6 +230,7 @@ public class HardcodedConfigProvider implements UAALVersionProvider {
f130.put("CHE",
new BundleSet().add(new BundleEntry(new LaunchURL("mvn:org.universAAL.context/ctxt.che/1.3.0"), "")).add(
new BundleEntry(new LaunchURL("mvn:org.universAAL.ontology/ont.che/1.3.0"), "")));
f130.put("Log Monitor", new BundleSet().add(new BundleEntry(new LaunchURL("mvn:org.universAAL.tools/tools.log_mon/1.3.0"), "")));
features.put("1.3.0", f130);
}
......
......@@ -36,6 +36,9 @@
<bundle>mvn:org.universAAL.context/ctxt.che/1.2.0</bundle>
<bundle>mvn:org.universAAL.ontology/ont.che/1.2.0</bundle>
</bundleset>
<bundleset name="Log Monitor">
<bundle>mvn:org.universAAL.tools/tools.log_mon/1.2.0</bundle>
</bundleset>
</features>
<relevant>
......
......@@ -36,6 +36,9 @@
<bundle>mvn:org.universAAL.context/ctxt.che/1.2.1-SNAPSHOT</bundle>
<bundle>mvn:org.universAAL.ontology/ont.che/1.2.1-SNAPSHOT</bundle>
</bundleset>
<bundleset name="Log Monitor">
<bundle>mvn:org.universAAL.tools/tools.log_mon/1.2.1-SNAPSHOT</bundle>
</bundleset>
</features>
<relevant>
......
......@@ -36,6 +36,9 @@
<bundle>mvn:org.universAAL.context/ctxt.che/1.3.0</bundle>
<bundle>mvn:org.universAAL.ontology/ont.che/1.3.0</bundle>
</bundleset>
<bundleset name="Log Monitor">
<bundle>mvn:org.universAAL.tools/tools.log_mon/1.3.0</bundle>
</bundleset>
</features>
<relevant>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment