This file contains hidden or 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
diff --git a/src/main/java/com/example/models/Predicates.java b/src/main/java/com/example/models/Predicates.java | |
index e9e9d35..06ad491 100644 | |
--- a/src/main/java/com/example/models/Predicates.java | |
+++ b/src/main/java/com/example/models/Predicates.java | |
@@ -1,6 +1,6 @@ | |
package com.example.models; | |
-import org.neo4j.api.core.RelationshipType; | |
+import org.neo4j.graphdb.RelationshipType; | |
This file contains hidden or 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
diff --git a/bin/textmate b/bin/textmate | |
index 56d6231..2fda421 100755 | |
--- a/bin/textmate | |
+++ b/bin/textmate | |
@@ -130,8 +130,8 @@ class TextmateInstaller < Thor | |
private | |
def remote_bundle_locations | |
- { :'Macromates Trunk' => {:scm => :svn, :url => 'http://macromates.com/svn/Bundles/trunk/Bundles'}, | |
- :'Macromates Review' => {:scm => :svn, :url => 'http://macromates.com/svn/Bundles/trunk/Review/Bundles'}, |
This file contains hidden or 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
#!/usr/bin/env bash | |
# Gather Features - checkout and build all | |
mkdir features | |
cd features | |
# gather-common: checkout, build and install into local maven repository | |
git clone git://github.com/akollegger/gather-common.git | |
cd gather-common | |
mvn clean install -DperformRelease=true |
NewerOlder