Hi Boris,

You need to build these plugins against the server-api package:

<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>server-api</artifactId>
    <version>1.4.M04</version>
</dependency>

Once they're built, you just drop the jars in the $NEO4J_HOME/plugins 
directory. Note that the jar file must include the file 
META-INF/services/org.neo4j.server.plugins.ServerPlugin file which should 
declare the name of the plugin class.

This is written up up in the docs here:

http://docs.neo4j.org/chunked/stable/server-plugins.html

Jim
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to