Skip to content

Commit

Permalink
Updating sre plugin manifest to integrate janus v3 new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaud committed Jan 15, 2020
1 parent 2cc74b3 commit 99056e8
Showing 1 changed file with 35 additions and 107 deletions.
142 changes: 35 additions & 107 deletions sre/io.janusproject/io.janusproject.plugin/META-INF/MANIFEST.MF
Expand Up @@ -13,115 +13,43 @@ Require-Bundle: io.sarl.core;bundle-version="0.11.0",
org.apache.commons.cli;bundle-version="1.4.0",
org.arakhne.afc.core.vmutils;bundle-version="16.0.0",
org.arakhne.afc.core.util;bundle-version="16.0.0",
org.arakhne.afc.core.inputoutput;bundle-version="16.0.0",
com.google.gson;bundle-version="2.8.5",
javax.inject;bundle-version="1.0.0",
aopalliance;bundle-version="1.0.0",
com.google.inject;bundle-version="4.1.0"
com.google.inject;bundle-version="4.1.0",
com.fasterxml.jackson.core.jackson-annotations;bundle-version="2.9.8",
io.bootique;bundle-version="1.0.0",
org.arakhne.afc.bootique.log4j;bundle-version="16.0.0",
org.arakhne.afc.bootique.variables;bundle-version="16.0.0"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor
Export-Package: io.janusproject;
uses:="io.sarl.lang.core,
org.eclipse.osgi.util,
com.google.inject,
org.apache.commons.cli,
io.janusproject.kernel,
io.sarl.core",
io.janusproject.kernel;
uses:="io.sarl.lang.core,
org.eclipse.osgi.util,
io.janusproject.services,
io.janusproject.services.spawn,
io.janusproject.services.logging",
io.janusproject.kernel.annotations,
io.janusproject.kernel.bic;
uses:="io.sarl.lang.core,
org.eclipse.xtext.xbase.lib.util,
io.janusproject.kernel,
io.janusproject.services.spawn,
org.eclipse.xtext.xbase.lib,
io.sarl.core,
io.sarl.lang.util,
org.eclipse.osgi.util",
io.janusproject.kernel.bic.internaleventdispatching;uses:="io.sarl.lang.core,io.janusproject.services.executor,org.eclipse.xtext.xbase.lib",
io.janusproject.kernel.repository;uses:="io.sarl.lang.core,io.sarl.lang.util,io.janusproject.services.distributeddata",
io.janusproject.kernel.services.gson;uses:="org.eclipse.osgi.util,io.janusproject.services.network,com.google.gson",
io.janusproject.kernel.services.guava;uses:="io.janusproject.util,com.google.common.collect",
io.janusproject.kernel.services.hazelcast;
uses:="io.janusproject.services.infrastructure,
com.hazelcast.core,
io.janusproject.util,
io.janusproject.services,
io.janusproject.services.logging,
io.janusproject.services.kerneldiscovery,
org.eclipse.osgi.util,
io.janusproject.services.executor,
io.janusproject.services.network,
com.google.common.collect,
io.janusproject.services.distributeddata",
io.janusproject.kernel.services.jdk.contextspace;
uses:="io.sarl.lang.core,
com.google.inject,
io.janusproject.services.contextspace,
org.eclipse.osgi.util,
io.janusproject.services,
io.janusproject.services.logging,
io.sarl.util,
io.sarl.lang.util,
io.janusproject.services.distributeddata",
io.janusproject.kernel.services.jdk.distributeddata;uses:="io.janusproject.util,io.janusproject.services,io.janusproject.services.distributeddata",
io.janusproject.kernel.services.jdk.executors;
uses:="org.eclipse.osgi.util,
io.janusproject.services.executor,
io.janusproject.services,
io.janusproject.services.logging",
io.janusproject.kernel.services.jdk.infrastructure;uses:="io.janusproject.services.infrastructure,com.google.common.util.concurrent",
io.janusproject.kernel.services.jdk.kerneldiscovery;
uses:="io.janusproject.services.executor,
io.janusproject.services.network,
io.janusproject.services,
io.janusproject.services.kerneldiscovery",
io.janusproject.kernel.services.jdk.logging;uses:="io.janusproject.services,io.janusproject.services.logging,com.google.common.util.concurrent",
io.janusproject.kernel.services.jdk.network;uses:="io.sarl.lang.core,org.eclipse.osgi.util,io.janusproject.services.network",
io.janusproject.kernel.services.jdk.spawn;
uses:="io.sarl.lang.core,
org.eclipse.osgi.util,
com.google.inject,
io.sarl.sarlspecification,
io.janusproject.services,
io.janusproject.services.spawn,
io.sarl.lang.util",
io.janusproject.kernel.services.zeromq;uses:="io.sarl.lang.core,org.eclipse.osgi.util,io.janusproject.services.network",
io.janusproject.kernel.space;
uses:="io.sarl.lang.core,
io.janusproject.kernel.repository,
io.janusproject.services.logging,
io.sarl.lang.util,
org.eclipse.osgi.util,
io.janusproject.services.executor,
io.janusproject.services.network,
io.sarl.util,
io.janusproject.services.distributeddata",
io.janusproject.modules;uses:="com.google.inject",
io.janusproject.modules.eventserial;uses:="com.google.inject",
io.janusproject.modules.executors;uses:="com.google.inject,javax.inject",
io.janusproject.modules.hazelcast;
uses:="io.sarl.lang.core,
com.hazelcast.logging,
org.eclipse.osgi.util,
com.google.inject,
com.hazelcast.nio.serialization,
io.janusproject.services.logging,
com.hazelcast.nio",
io.janusproject.modules.kernel;uses:="com.google.inject",
io.janusproject.modules.nonetwork;uses:="com.google.inject",
io.janusproject.modules.zeromq;uses:="com.google.inject",
io.janusproject.services;uses:="com.google.common.util.concurrent,com.google.common.collect",
io.janusproject.services.contextspace;uses:="io.sarl.lang.core,io.janusproject.services",
io.janusproject.services.distributeddata;uses:="io.janusproject.services,com.google.common.collect",
io.janusproject.services.executor;uses:="io.janusproject.services",
io.janusproject.services.infrastructure;uses:="com.google.common.util.concurrent",
io.janusproject.services.kerneldiscovery;uses:="io.janusproject.services",
io.janusproject.services.logging;uses:="io.janusproject.services",
io.janusproject.services.network;uses:="io.sarl.lang.core,io.janusproject.services,com.google.common.util.concurrent",
io.janusproject.services.spawn;uses:="io.sarl.lang.core,io.janusproject.services",
io.janusproject.util;uses:="com.google.common.collect,io.janusproject.services.distributeddata"
Export-Package: io.janusproject,
io.sarl.revision,
io.sarl.sre,
io.sarl.sre.boot,
io.sarl.sre.boot.commands,
io.sarl.sre.boot.configs,
io.sarl.sre.boot.configs.subconfigs,
io.sarl.sre.boot.internal.internal,
io.sarl.sre.boot.internal.kernel,
io.sarl.sre.boot.internal.naming,
io.sarl.sre.boot.internal.services,
io.sarl.sre.boot.internal.skills,
io.sarl.sre.boot.internal.spaces,
io.sarl.sre.capacities,
io.sarl.sre.internal,
io.sarl.sre.naming,
io.sarl.sre.services,
io.sarl.sre.services.context,
io.sarl.sre.services.executor,
io.sarl.sre.services.infrastructure,
io.sarl.sre.services.lifecycle,
io.sarl.sre.services.logging,
io.sarl.sre.services.namespace,
io.sarl.sre.services.probing,
io.sarl.sre.services.time,
io.sarl.sre.skills,
io.sarl.sre.skills.bic,
io.sarl.sre.skills.internal,
io.sarl.sre.spaces

0 comments on commit 99056e8

Please sign in to comment.