Mercurial > hg > Members > nobuyasu > TestNeo4j
changeset 0:fdabe4f7cb70 draft
add lib
author | one |
---|---|
date | Sun, 15 Jul 2012 16:54:34 +0900 |
parents | |
children | b5c58242b587 |
files | .classpath .project lib/README.txt lib/geronimo-jta_1.1_spec-1.1.1.jar lib/lucene-core-3.5.0.jar lib/neo4j-cypher-1.8.M06.jar lib/neo4j-graph-algo-1.8.M06.jar lib/neo4j-graph-matching-1.8.M06.jar lib/neo4j-jmx-1.8.M06.jar lib/neo4j-kernel-1.8.M06.jar lib/neo4j-lucene-index-1.8.M06.jar lib/neo4j-shell-1.8.M06.jar lib/neo4j-udc-1.8.M06.jar lib/org.apache.servicemix.bundles.jline-0.9.94_1.jar lib/scala-library-2.9.1-1.jar lib/server-api-1.8.M06.jar |
diffstat | 16 files changed, 39 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.classpath Sun Jul 15 16:54:34 2012 +0900 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="bin"/> +</classpath>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.project Sun Jul 15 16:54:34 2012 +0900 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>TestNeo4j</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/README.txt Sun Jul 15 16:54:34 2012 +0900 @@ -0,0 +1,16 @@ +Neo4j Libraries +======================================= + +Neo4j core java libraries. These can be used for embedded development, +but are also required for operation of the server. + +Copy them, link them, or include them on the class path, but do **not** +delete them, because that will make the server sad. + +For more information, see the [component documentation](/doc/components.txt) + +References +---------- + +* [component documentation](/doc/components.txt) -- local documentation +* [Neo4j Components](http://components.neo4j.org) -- comprehensive online docs