neo4j-community 1.8-java → 1.8.1-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +17 -0
- data/lib/neo4j-community/jars/concurrentlinkedhashmap-lru-1.3.1.jar +0 -0
- data/lib/neo4j-community/jars/neo4j-cypher-1.8.1.jar +0 -0
- data/lib/neo4j-community/jars/{neo4j-graph-algo-1.8.jar → neo4j-graph-algo-1.8.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-graph-matching-1.8.jar → neo4j-graph-matching-1.8.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-jmx-1.8.jar → neo4j-jmx-1.8.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-kernel-1.8.jar → neo4j-kernel-1.8.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-lucene-index-1.8.jar → neo4j-lucene-index-1.8.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-shell-1.8.jar → neo4j-shell-1.8.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-udc-1.8.jar → neo4j-udc-1.8.1.jar} +0 -0
- data/lib/neo4j-community/jars/{server-api-1.8.jar → server-api-1.8.1.jar} +0 -0
- data/lib/neo4j-community/version.rb +2 -2
- metadata +13 -12
- data/lib/neo4j-community/jars/neo4j-cypher-1.8.jar +0 -0
data/Rakefile
CHANGED
|
@@ -25,6 +25,22 @@ def jar_files_to_copy
|
|
|
25
25
|
Dir.new(unpack_lib_dir).entries.find_all {|x| x =~ /\.jar/}
|
|
26
26
|
end
|
|
27
27
|
|
|
28
|
+
def system_unpack_lib_dir
|
|
29
|
+
dir = tar_file.gsub('-unix.tar.gz', '')
|
|
30
|
+
dir = dir.gsub('-unix.tar', '')
|
|
31
|
+
File.expand_path("./tmp/#{dir}/system/lib")
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
def system_jars
|
|
35
|
+
Dir.new(system_unpack_lib_dir).entries.find_all {|x| x =~ /concurrentlinkedhashmap-lru/}
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
desc "List System Jars"
|
|
39
|
+
task :list do
|
|
40
|
+
puts system_jars.inspect
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
|
|
28
44
|
desc "Delete old Jar files"
|
|
29
45
|
task :delete_old_jar do
|
|
30
46
|
root = File.expand_path("./lib/neo4j-community/jars")
|
|
@@ -42,5 +58,6 @@ task :upgrade => [:delete_old_jar] do
|
|
|
42
58
|
FileUtils.mkdir_p(jars)
|
|
43
59
|
test_jars = File.expand_path("./lib/neo4j-community/test-jars")
|
|
44
60
|
jar_files_to_copy.each {|f| system "cp #{unpack_lib_dir}/#{f} #{jars}; git add #{jars}/#{f}" unless f =~ /tests/}
|
|
61
|
+
system_jars.each {|f| system "cp #{system_unpack_lib_dir}/#{f} #{jars}; git add #{jars}/#{f}" unless f =~ /tests/}
|
|
45
62
|
jar_files_to_copy.each {|f| system "cp #{unpack_lib_dir}/#{f} #{test_jars}" if f =~ /tests/}
|
|
46
63
|
end
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/neo4j-community/jars/{neo4j-graph-matching-1.8.jar → neo4j-graph-matching-1.8.1.jar}
RENAMED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: neo4j-community
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.8.1
|
|
4
5
|
prerelease:
|
|
5
|
-
version: '1.8'
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- Dmytrii Nagirniak
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-
|
|
13
|
+
date: 2012-12-27 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: ! 'The Java Jar files for the Neo4j Community, a high performance, fully
|
|
16
16
|
ACID transactional graph database – licensed under the GPL, see license - http://neo4j.org/licensing-guide/ '
|
|
@@ -26,19 +26,20 @@ files:
|
|
|
26
26
|
- README.md
|
|
27
27
|
- Rakefile
|
|
28
28
|
- lib/neo4j-community.rb
|
|
29
|
+
- lib/neo4j-community/jars/concurrentlinkedhashmap-lru-1.3.1.jar
|
|
29
30
|
- lib/neo4j-community/jars/geronimo-jta_1.1_spec-1.1.1.jar
|
|
30
31
|
- lib/neo4j-community/jars/lucene-core-3.5.0.jar
|
|
31
|
-
- lib/neo4j-community/jars/neo4j-cypher-1.8.jar
|
|
32
|
-
- lib/neo4j-community/jars/neo4j-graph-algo-1.8.jar
|
|
33
|
-
- lib/neo4j-community/jars/neo4j-graph-matching-1.8.jar
|
|
34
|
-
- lib/neo4j-community/jars/neo4j-jmx-1.8.jar
|
|
35
|
-
- lib/neo4j-community/jars/neo4j-kernel-1.8.jar
|
|
36
|
-
- lib/neo4j-community/jars/neo4j-lucene-index-1.8.jar
|
|
37
|
-
- lib/neo4j-community/jars/neo4j-shell-1.8.jar
|
|
38
|
-
- lib/neo4j-community/jars/neo4j-udc-1.8.jar
|
|
32
|
+
- lib/neo4j-community/jars/neo4j-cypher-1.8.1.jar
|
|
33
|
+
- lib/neo4j-community/jars/neo4j-graph-algo-1.8.1.jar
|
|
34
|
+
- lib/neo4j-community/jars/neo4j-graph-matching-1.8.1.jar
|
|
35
|
+
- lib/neo4j-community/jars/neo4j-jmx-1.8.1.jar
|
|
36
|
+
- lib/neo4j-community/jars/neo4j-kernel-1.8.1.jar
|
|
37
|
+
- lib/neo4j-community/jars/neo4j-lucene-index-1.8.1.jar
|
|
38
|
+
- lib/neo4j-community/jars/neo4j-shell-1.8.1.jar
|
|
39
|
+
- lib/neo4j-community/jars/neo4j-udc-1.8.1.jar
|
|
39
40
|
- lib/neo4j-community/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar
|
|
40
41
|
- lib/neo4j-community/jars/scala-library-2.9.1-1.jar
|
|
41
|
-
- lib/neo4j-community/jars/server-api-1.8.jar
|
|
42
|
+
- lib/neo4j-community/jars/server-api-1.8.1.jar
|
|
42
43
|
- lib/neo4j-community/test-jars/neo4j-kernel-1.7.1-tests.jar
|
|
43
44
|
- lib/neo4j-community/version.rb
|
|
44
45
|
- lib/neo4j-community/version.rb.orig
|
|
@@ -69,5 +70,5 @@ rubyforge_project: neo4j-community
|
|
|
69
70
|
rubygems_version: 1.8.24
|
|
70
71
|
signing_key:
|
|
71
72
|
specification_version: 3
|
|
72
|
-
summary: The neo4j Community edition v1.8 JAR files
|
|
73
|
+
summary: The neo4j Community edition v1.8.1 JAR files
|
|
73
74
|
test_files: []
|
|
Binary file
|