Created
April 26, 2013 07:20
-
-
Save tonit/5465512 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Export-Package: \ | |
org.neo4j.graphdb;version=${Bundle-Version},\ | |
org.neo4j.graphdb.config;version=${Bundle-Version},\ | |
org.neo4j.graphdb.event;version=${Bundle-Version},\ | |
org.neo4j.graphdb.factory;version=${Bundle-Version},\ | |
org.neo4j.graphdb.index;version=${Bundle-Version},\ | |
org.neo4j.graphdb.traversal;version=${Bundle-Version},\ | |
org.neo4j.helpers;version=${Bundle-Version},\ | |
org.neo4j.helpers.collection;version=${Bundle-Version},\ | |
org.neo4j.helpers.progress;version=${Bundle-Version},\ | |
org.neo4j.kernel;version=${Bundle-Version},\ | |
org.neo4j.kernel.configuration;version=${Bundle-Version},\ | |
org.neo4j.kernel.extension;version=${Bundle-Version},\ | |
org.neo4j.kernel.guard;version=${Bundle-Version},\ | |
org.neo4j.kernel.info;version=${Bundle-Version},\ | |
org.neo4j.kernel.lifecycle;version=${Bundle-Version},\ | |
org.neo4j.kernel.logging;version=${Bundle-Version},\ | |
org.neo4j.tooling;version=${Bundle-Version},\ | |
org.neo4j.cypher.javacompat;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.annotations;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.batchinsert;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.cache;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.core;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.index;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.nioneo.store;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.nioneo.store.windowpool;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.nioneo.xa;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.persistence;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.recovery;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.storemigration;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.storemigration.legacystore;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.storemigration.monitoring;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.transaction;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.transaction.xaframework;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.traversal;version=${Bundle-Version},\ | |
org.neo4j.kernel.impl.util;version=${Bundle-Version},\ | |
org.neo4j.unsafe.batchinsert;version=${Bundle-Version} | |
Bundle-Version: 1.9.0.SNAPSHOT | |
Bundle-Name: org.neo4j.kernel | |
Import-Package:\ | |
!org.neo4j.graphalgo,\ | |
!org.neo4j.graphmatching,\ | |
!sun.misc,\ | |
!com.sun.*,\ | |
javax.transaction,\ | |
javax.transaction.xa,\ | |
* | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment