Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 15.96 KB | None | 0 0
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: uDecide
  4. Bundle-SymbolicName: uDecide;singleton:=true
  5. Bundle-Category: protege
  6. Bundle-Description: A plugin allowing to create UBoxes and calculates scores for choices
  7. Bundle-Vendor: ***CHANGE ME*** SAMPLE: The CO-ODE Group
  8. Bundle-DocURL: ***CHANGE ME*** SAMPLE: http://www.co-ode.org
  9. Bundle-ClassPath: ., stardog-client.jar
  10. Import-Package: org.osgi.framework,
  11.  org.apache.log4j,
  12.  javax.swing,
  13.  javax.swing.border,
  14.  javax.swing.colorchooser,
  15.  javax.swing.event,
  16.  javax.swing.filechooser,
  17.  javax.swing.plaf,
  18.  javax.swing.plaf.basic,
  19.  javax.swing.plaf.metal,
  20.  javax.swing.plaf.multi,
  21.  javax.swing.plaf.synth,
  22.  javax.swing.table,
  23.  javax.swing.text,
  24.  javax.swing.text.html,
  25.  javax.swing.text.html.parser,
  26.  javax.swing.text.rtf,
  27.  javax.swing.tree,
  28.  javax.swing.undo,
  29.  com.clarkparsia.stardog.protocols.snarl,
  30.  com.clarkparsia.stardog.protocols.snarl.admin,
  31.  com.complexible.barc,
  32.  com.complexible.barc.client,
  33.  com.complexible.barc.data,
  34.  com.complexible.barc.io,
  35.  com.complexible.barc.message,
  36.  com.complexible.barc.rdf,
  37.  com.complexible.barc.rdf.query,
  38.  com.complexible.barc.rdf.query.resultio,
  39.  com.complexible.barc.rdf.rio,
  40.  com.complexible.common,
  41.  com.complexible.common.base,
  42.  com.complexible.common.cache,
  43.  com.complexible.common.collect,
  44.  com.complexible.common.dataexporter,
  45.  com.complexible.common.graph,
  46.  com.complexible.common.hash,
  47.  com.complexible.common.hppc,
  48.  com.complexible.common.inject,
  49.  com.complexible.common.io,
  50.  com.complexible.common.io.block,
  51.  com.complexible.common.io.disk,
  52.  com.complexible.common.io.impl,
  53.  com.complexible.common.io.mem,
  54.  com.complexible.common.iterations,
  55.  com.complexible.common.logging,
  56.  com.complexible.common.memory,
  57.  com.complexible.common.memory.buffer,
  58.  com.complexible.common.net,
  59.  com.complexible.common.net.ssl,
  60.  com.complexible.common.netty.codec,
  61.  com.complexible.common.netty.codec.http,
  62.  com.complexible.common.openrdf.model,
  63.  com.complexible.common.openrdf.query,
  64.  com.complexible.common.openrdf.query.util,
  65.  com.complexible.common.openrdf.repository,
  66.  com.complexible.common.openrdf.sail,
  67.  com.complexible.common.openrdf.util,
  68.  com.complexible.common.openrdf.vocabulary,
  69.  com.complexible.common.pool,
  70.  com.complexible.common.primitives,
  71.  com.complexible.common.protobuf.core,
  72.  com.complexible.common.protobuf.io,
  73.  com.complexible.common.protocols,
  74.  com.complexible.common.protocols.client,
  75.  com.complexible.common.protocols.client.rpc,
  76.  com.complexible.common.protocols.rpc,
  77.  com.complexible.common.rdf,
  78.  com.complexible.common.rdf.impl,
  79.  com.complexible.common.rdf.model,
  80.  com.complexible.common.rdf.query,
  81.  com.complexible.common.rdf.query.parser.sparql,
  82.  com.complexible.common.rdf.query.parser.sparql.ast,
  83.  com.complexible.common.rdf.query.resultio,
  84.  com.complexible.common.rdf.rio,
  85.  com.complexible.common.rdf.rio.parser,
  86.  com.complexible.common.timer,
  87.  com.complexible.common.trie,
  88.  com.complexible.common.util,
  89.  com.complexible.common.util.concurrent,
  90.  com.complexible.common.util.concurrent.locks,
  91.  com.complexible.common.view,
  92.  com.complexible.common.web,
  93.  com.complexible.stardog,
  94.  com.complexible.stardog.api,
  95.  com.complexible.stardog.api.admin,
  96.  com.complexible.stardog.api.impl,
  97.  com.complexible.stardog.api.reasoning,
  98.  com.complexible.stardog.api.search,
  99.  com.complexible.stardog.api.update,
  100.  com.complexible.stardog.api.update.impl,
  101.  com.complexible.stardog.api.update.io,
  102.  com.complexible.stardog.api.versioning,
  103.  com.complexible.stardog.api.versioning.impl,
  104.  com.complexible.stardog.db,
  105.  com.complexible.stardog.icv,
  106.  com.complexible.stardog.icv.api,
  107.  com.complexible.stardog.icv.security,
  108.  com.complexible.stardog.index,
  109.  com.complexible.stardog.index.disk,
  110.  com.complexible.stardog.jena,
  111.  com.complexible.stardog.metadata,
  112.  com.complexible.stardog.protocols,
  113.  com.complexible.stardog.protocols.admin,
  114.  com.complexible.stardog.protocols.client,
  115.  com.complexible.stardog.protocols.client.admin,
  116.  com.complexible.stardog.protocols.http,
  117.  com.complexible.stardog.protocols.http.admin,
  118.  com.complexible.stardog.protocols.http.client,
  119.  com.complexible.stardog.protocols.http.client.search,
  120.  com.complexible.stardog.protocols.http.icv.client,
  121.  com.complexible.stardog.protocols.http.reasoning.client,
  122.  com.complexible.stardog.protocols.icv,
  123.  com.complexible.stardog.protocols.reasoning,
  124.  com.complexible.stardog.protocols.snarl,
  125.  com.complexible.stardog.protocols.snarl.admin,
  126.  com.complexible.stardog.protocols.snarl.client,
  127.  com.complexible.stardog.protocols.snarl.client.admin,
  128.  com.complexible.stardog.protocols.snarl.client.search,
  129.  com.complexible.stardog.protocols.snarl.icv,
  130.  com.complexible.stardog.protocols.snarl.icv.client,
  131.  com.complexible.stardog.protocols.snarl.reasoning,
  132.  com.complexible.stardog.protocols.snarl.reasoning.client,
  133.  com.complexible.stardog.protocols.snarl.versioning.shared,
  134.  com.complexible.stardog.protocols.snarl.watchdog,
  135.  com.complexible.stardog.protocols.spec.client.versioning,
  136.  com.complexible.stardog.protocols.versioning,
  137.  com.complexible.stardog.protocols.watchdog,
  138.  com.complexible.stardog.prov,
  139.  com.complexible.stardog.reasoning,
  140.  com.complexible.stardog.reasoning.api,
  141.  com.complexible.stardog.reasoning.rule,
  142.  com.complexible.stardog.security,
  143.  com.complexible.stardog.server,
  144.  com.complexible.stardog.snarl.icv.shared,
  145.  com.complexible.stardog.util.backup,
  146.  com.complexible.stardog.versioning,
  147.  com.complexible.stardog.watchdog,
  148.  com.hp.hpl.jena,
  149.  com.hp.hpl.jena.assembler,
  150.  com.hp.hpl.jena.assembler.assemblers,
  151.  com.hp.hpl.jena.assembler.exceptions,
  152.  com.hp.hpl.jena.datatypes,
  153.  com.hp.hpl.jena.datatypes.xsd,
  154.  com.hp.hpl.jena.datatypes.xsd.impl,
  155.  com.hp.hpl.jena.enhanced,
  156.  com.hp.hpl.jena.graph,
  157.  com.hp.hpl.jena.graph.compose,
  158.  com.hp.hpl.jena.graph.impl,
  159.  com.hp.hpl.jena.mem,
  160.  com.hp.hpl.jena.n3,
  161.  com.hp.hpl.jena.n3.turtle,
  162.  com.hp.hpl.jena.n3.turtle.parser,
  163.  com.hp.hpl.jena.ontology,
  164.  com.hp.hpl.jena.ontology.impl,
  165.  com.hp.hpl.jena.query,
  166.  com.hp.hpl.jena.rdf.arp,
  167.  com.hp.hpl.jena.rdf.arp.impl,
  168.  com.hp.hpl.jena.rdf.arp.lang,
  169.  com.hp.hpl.jena.rdf.arp.states,
  170.  com.hp.hpl.jena.rdf.listeners,
  171.  com.hp.hpl.jena.rdf.model,
  172.  com.hp.hpl.jena.rdf.model.impl,
  173.  com.hp.hpl.jena.reasoner,
  174.  com.hp.hpl.jena.reasoner.rulesys,
  175.  com.hp.hpl.jena.reasoner.rulesys.builtins,
  176.  com.hp.hpl.jena.reasoner.rulesys.impl,
  177.  com.hp.hpl.jena.reasoner.transitiveReasoner,
  178.  com.hp.hpl.jena.shared,
  179.  com.hp.hpl.jena.shared.impl,
  180.  com.hp.hpl.jena.shared.uuid,
  181.  com.hp.hpl.jena.shared.wg,
  182.  com.hp.hpl.jena.sparql,
  183.  com.hp.hpl.jena.sparql.algebra,
  184.  com.hp.hpl.jena.sparql.algebra.op,
  185.  com.hp.hpl.jena.sparql.algebra.optimize,
  186.  com.hp.hpl.jena.sparql.algebra.table,
  187.  com.hp.hpl.jena.sparql.core,
  188.  com.hp.hpl.jena.sparql.core.assembler,
  189.  com.hp.hpl.jena.sparql.core.describe,
  190.  com.hp.hpl.jena.sparql.engine,
  191.  com.hp.hpl.jena.sparql.engine.binding,
  192.  com.hp.hpl.jena.sparql.engine.http,
  193.  com.hp.hpl.jena.sparql.engine.index,
  194.  com.hp.hpl.jena.sparql.engine.iterator,
  195.  com.hp.hpl.jena.sparql.engine.main,
  196.  com.hp.hpl.jena.sparql.engine.main.iterator,
  197.  com.hp.hpl.jena.sparql.engine.optimizer,
  198.  com.hp.hpl.jena.sparql.engine.optimizer.reorder,
  199.  com.hp.hpl.jena.sparql.engine.ref,
  200.  com.hp.hpl.jena.sparql.expr,
  201.  com.hp.hpl.jena.sparql.expr.aggregate,
  202.  com.hp.hpl.jena.sparql.expr.nodevalue,
  203.  com.hp.hpl.jena.sparql.function,
  204.  com.hp.hpl.jena.sparql.function.library,
  205.  com.hp.hpl.jena.sparql.function.user,
  206.  com.hp.hpl.jena.sparql.graph,
  207.  com.hp.hpl.jena.sparql.lang,
  208.  com.hp.hpl.jena.sparql.lang.arq,
  209.  com.hp.hpl.jena.sparql.lang.sparql_10,
  210.  com.hp.hpl.jena.sparql.lang.sparql_11,
  211.  com.hp.hpl.jena.sparql.lib,
  212.  com.hp.hpl.jena.sparql.mgt,
  213.  com.hp.hpl.jena.sparql.modify,
  214.  com.hp.hpl.jena.sparql.modify.request,
  215.  com.hp.hpl.jena.sparql.path,
  216.  com.hp.hpl.jena.sparql.path.eval,
  217.  com.hp.hpl.jena.sparql.pfunction,
  218.  com.hp.hpl.jena.sparql.pfunction.library,
  219.  com.hp.hpl.jena.sparql.procedure,
  220.  com.hp.hpl.jena.sparql.procedure.library,
  221.  com.hp.hpl.jena.sparql.resultset,
  222.  com.hp.hpl.jena.sparql.serializer,
  223.  com.hp.hpl.jena.sparql.sse,
  224.  com.hp.hpl.jena.sparql.sse.builders,
  225.  com.hp.hpl.jena.sparql.sse.lang,
  226.  com.hp.hpl.jena.sparql.sse.lang.parser,
  227.  com.hp.hpl.jena.sparql.sse.writers,
  228.  com.hp.hpl.jena.sparql.syntax,
  229.  com.hp.hpl.jena.sparql.util,
  230.  com.hp.hpl.jena.sparql.util.graph,
  231.  com.hp.hpl.jena.sparql.vocabulary,
  232.  com.hp.hpl.jena.update,
  233.  com.hp.hpl.jena.util,
  234.  com.hp.hpl.jena.util.cache,
  235.  com.hp.hpl.jena.util.iterator,
  236.  com.hp.hpl.jena.vocabulary,
  237.  com.hp.hpl.jena.xmloutput,
  238.  com.hp.hpl.jena.xmloutput.impl,
  239.  io.netty.bootstrap,
  240.  io.netty.buffer,
  241.  io.netty.channel,
  242.  io.netty.channel.embedded,
  243.  io.netty.channel.epoll,
  244.  io.netty.channel.group,
  245.  io.netty.channel.local,
  246.  io.netty.channel.nio,
  247.  io.netty.channel.oio,
  248.  io.netty.channel.rxtx,
  249.  io.netty.channel.sctp,
  250.  io.netty.channel.sctp.nio,
  251.  io.netty.channel.sctp.oio,
  252.  io.netty.channel.socket,
  253.  io.netty.channel.socket.nio,
  254.  io.netty.channel.socket.oio,
  255.  io.netty.channel.udt,
  256.  io.netty.channel.udt.nio,
  257.  io.netty.handler.codec,
  258.  io.netty.handler.codec.base64,
  259.  io.netty.handler.codec.bytes,
  260.  io.netty.handler.codec.compression,
  261.  io.netty.handler.codec.http,
  262.  io.netty.handler.codec.http.cors,
  263.  io.netty.handler.codec.http.multipart,
  264.  io.netty.handler.codec.http.websocketx,
  265.  io.netty.handler.codec.marshalling,
  266.  io.netty.handler.codec.protobuf,
  267.  io.netty.handler.codec.rtsp,
  268.  io.netty.handler.codec.sctp,
  269.  io.netty.handler.codec.serialization,
  270.  io.netty.handler.codec.socks,
  271.  io.netty.handler.codec.spdy,
  272.  io.netty.handler.codec.string,
  273.  io.netty.handler.logging,
  274.  io.netty.handler.ssl,
  275.  io.netty.handler.ssl.util,
  276.  io.netty.handler.stream,
  277.  io.netty.handler.timeout,
  278.  io.netty.handler.traffic,
  279.  io.netty.util,
  280.  io.netty.util.collection,
  281.  io.netty.util.concurrent,
  282.  io.netty.util.internal,
  283.  io.netty.util.internal.chmv8,
  284.  io.netty.util.internal.logging,
  285.  javax.xml,
  286.  javax.xml.datatype,
  287.  javax.xml.namespace,
  288.  javax.xml.parsers,
  289.  javax.xml.stream,
  290.  javax.xml.stream.events,
  291.  javax.xml.stream.util,
  292.  javax.xml.transform,
  293.  javax.xml.transform.dom,
  294.  javax.xml.transform.sax,
  295.  javax.xml.transform.stax,
  296.  javax.xml.transform.stream,
  297.  javax.xml.validation,
  298.  javax.xml.xpath,
  299.  jena,
  300.  jena.cmdline,
  301.  org.apache.commons.codec,
  302.  org.apache.commons.codec.binary,
  303.  org.apache.commons.codec.digest,
  304.  org.apache.commons.codec.language,
  305.  org.apache.commons.codec.language.bm,
  306.  org.apache.commons.codec.net,
  307.  org.apache.commons.compress.archivers,
  308.  org.apache.commons.compress.archivers.ar,
  309.  org.apache.commons.compress.archivers.arj,
  310.  org.apache.commons.compress.archivers.cpio,
  311.  org.apache.commons.compress.archivers.dump,
  312.  org.apache.commons.compress.archivers.jar,
  313.  org.apache.commons.compress.archivers.sevenz,
  314.  org.apache.commons.compress.archivers.tar,
  315.  org.apache.commons.compress.archivers.zip,
  316.  org.apache.commons.compress.changes,
  317.  org.apache.commons.compress.compressors,
  318.  org.apache.commons.compress.compressors.bzip2,
  319.  org.apache.commons.compress.compressors.gzip,
  320.  org.apache.commons.compress.compressors.lzma,
  321.  org.apache.commons.compress.compressors.pack200,
  322.  org.apache.commons.compress.compressors.xz,
  323.  org.apache.commons.compress.utils,
  324.  org.apache.commons.dbcp,
  325.  org.apache.commons.dbcp.cpdsadapter,
  326.  org.apache.commons.dbcp.datasources,
  327.  org.apache.commons.dbcp.managed,
  328.  org.apache.commons.httpclient,
  329.  org.apache.commons.httpclient.auth,
  330.  org.apache.commons.httpclient.cookie,
  331.  org.apache.commons.httpclient.methods,
  332.  org.apache.commons.httpclient.methods.multipart,
  333.  org.apache.commons.httpclient.params,
  334.  org.apache.commons.httpclient.protocol,
  335.  org.apache.commons.httpclient.util,
  336.  org.apache.commons.io,
  337.  org.apache.commons.io.comparator,
  338.  org.apache.commons.io.filefilter,
  339.  org.apache.commons.io.input,
  340.  org.apache.commons.io.monitor,
  341.  org.apache.commons.io.output,
  342.  org.apache.commons.jocl,
  343.  org.apache.commons.lang,
  344.  org.apache.commons.lang.builder,
  345.  org.apache.commons.lang.enums,
  346.  org.apache.commons.lang.exception,
  347.  org.apache.commons.lang.math,
  348.  org.apache.commons.lang.mutable,
  349.  org.apache.commons.lang.reflect,
  350.  org.apache.commons.lang.text,
  351.  org.apache.commons.lang.time,
  352.  org.apache.commons.logging,
  353.  org.apache.commons.logging.impl,
  354.  org.apache.commons.pool,
  355.  org.apache.commons.pool.impl,
  356.  org.apache.html.dom,
  357.  org.apache.http,
  358.  org.apache.http.annotation,
  359.  org.apache.http.auth,
  360.  org.apache.http.auth.params,
  361.  org.apache.http.client,
  362.  org.apache.http.client.cache,
  363.  org.apache.http.client.entity,
  364.  org.apache.http.client.methods,
  365.  org.apache.http.client.params,
  366.  org.apache.http.client.protocol,
  367.  org.apache.http.client.utils,
  368.  org.apache.http.concurrent,
  369.  org.apache.http.conn,
  370.  org.apache.http.conn.params,
  371.  org.apache.http.conn.routing,
  372.  org.apache.http.conn.scheme,
  373.  org.apache.http.conn.ssl,
  374.  org.apache.http.conn.util,
  375.  org.apache.http.cookie,
  376.  org.apache.http.cookie.params,
  377.  org.apache.http.entity,
  378.  org.apache.http.entity.mime,
  379.  org.apache.http.entity.mime.content,
  380.  org.apache.http.impl,
  381.  org.apache.http.impl.auth,
  382.  org.apache.http.impl.client,
  383.  org.apache.http.impl.client.cache,
  384.  org.apache.http.impl.client.cache.ehcache,
  385.  org.apache.http.impl.client.cache.memcached,
  386.  org.apache.http.impl.conn,
  387.  org.apache.http.impl.conn.tsccm,
  388.  org.apache.http.impl.cookie,
  389.  org.apache.http.impl.entity,
  390.  org.apache.http.impl.io,
  391.  org.apache.http.impl.pool,
  392.  org.apache.http.io,
  393.  org.apache.http.message,
  394.  org.apache.http.params,
  395.  org.apache.http.pool,
  396.  org.apache.http.protocol,
  397.  org.apache.http.util,
  398.  org.apache.jena.atlas,
  399.  org.apache.jena.atlas.data,
  400.  org.apache.jena.atlas.event,
  401.  org.apache.jena.atlas.io,
  402.  org.apache.jena.atlas.iterator,
  403.  org.apache.jena.atlas.json,
  404.  org.apache.jena.atlas.json.io,
  405.  org.apache.jena.atlas.json.io.parser,
  406.  org.apache.jena.atlas.json.io.parserjavacc,
  407.  org.apache.jena.atlas.json.io.parserjavacc.javacc,
  408.  org.apache.jena.atlas.lib,
  409.  org.apache.jena.atlas.lib.cache,
  410.  org.apache.jena.atlas.logging,
  411.  org.apache.jena.atlas.logging.java,
  412.  org.apache.jena.atlas.test,
  413.  org.apache.jena.atlas.web,
  414.  org.apache.jena.iri,
  415.  org.apache.jena.iri.impl,
  416.  org.apache.jena.riot,
  417.  org.apache.jena.riot.adapters,
  418.  org.apache.jena.riot.checker,
  419.  org.apache.jena.riot.lang,
  420.  org.apache.jena.riot.out,
  421.  org.apache.jena.riot.process.inf,
  422.  org.apache.jena.riot.process.normalize,
  423.  org.apache.jena.riot.stream,
  424.  org.apache.jena.riot.system,
  425.  org.apache.jena.riot.tokens,
  426.  org.apache.jena.riot.web,
  427.  org.apache.jena.web,
  428.  org.apache.wml,
  429.  org.apache.wml.dom,
  430.  org.apache.xerces.dom,
  431.  org.apache.xerces.dom.events,
  432.  org.apache.xerces.dom3.as,
  433.  org.apache.xerces.impl,
  434.  org.apache.xerces.impl.dtd,
  435.  org.apache.xerces.impl.dtd.models,
  436.  org.apache.xerces.impl.dv,
  437.  org.apache.xerces.impl.dv.dtd,
  438.  org.apache.xerces.impl.dv.util,
  439.  org.apache.xerces.impl.dv.xs,
  440.  org.apache.xerces.impl.io,
  441.  org.apache.xerces.impl.msg,
  442.  org.apache.xerces.impl.validation,
  443.  org.apache.xerces.impl.xpath,
  444.  org.apache.xerces.impl.xpath.regex,
  445.  org.apache.xerces.impl.xs,
  446.  org.apache.xerces.impl.xs.identity,
  447.  org.apache.xerces.impl.xs.models,
  448.  org.apache.xerces.impl.xs.opti,
  449.  org.apache.xerces.impl.xs.traversers,
  450.  org.apache.xerces.impl.xs.util,
  451.  org.apache.xerces.jaxp,
  452.  org.apache.xerces.jaxp.datatype,
  453.  org.apache.xerces.jaxp.validation,
  454.  org.apache.xerces.parsers,
  455.  org.apache.xerces.stax,
  456.  org.apache.xerces.stax.events,
  457.  org.apache.xerces.util,
  458.  org.apache.xerces.xinclude,
  459.  org.apache.xerces.xni,
  460.  org.apache.xerces.xni.grammars,
  461.  org.apache.xerces.xni.parser,
  462.  org.apache.xerces.xpointer,
  463.  org.apache.xerces.xs,
  464.  org.apache.xerces.xs.datatypes,
  465.  org.apache.xml.serialize,
  466.  org.apache.xmlcommons,
  467.  riotcmd,
  468.  slingshot,
  469.  starman,
  470.  starman.cli,
  471.  starman.pallet,
  472.  useful,
  473.  useful.io,
  474.  useful.utils,
  475.  useful.utils.proxy$java.lang,
  476.  vmfest.virtualbox
  477. Bundle-Version: 1.0.3
  478. Bundle-Activator: org.protege.editor.core.plugin.DefaultPluginActivator
  479. Require-Bundle: org.eclipse.equinox.registry,
  480.  org.eclipse.equinox.common,
  481.  org.protege.editor.core.application,
  482.  org.protege.editor.owl,
  483.  org.semanticweb.owl.owlapi,
  484.  stardog-client
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement