Advertisement
Guest User

Untitled

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