This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Benoît Simard
committed
Jul 1, 2013
1 parent
8a38499
commit 760b30c
Showing
8 changed files
with
48 additions
and
193 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,3 +91,4 @@ Relation(50): | |
type: ADDRESS | ||
from: User_2 | ||
to: Address_1 | ||
|
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
143 changes: 0 additions & 143 deletions
143
samples-and-tests/logisima-play-neo4j-touiteur/.classpath
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
samples-and-tests/logisima-play-neo4j-touiteur/.settings/org.eclipse.core.resources.prefs
This file was deleted.
Oops, something went wrong.
8 changes: 5 additions & 3 deletions
8
samples-and-tests/logisima-play-neo4j-touiteur/app/jobs/Bootstrap.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
package jobs; | ||
|
||
import play.Logger; | ||
import play.jobs.Job; | ||
import play.jobs.OnApplicationStart; | ||
import play.modules.neo4j.util.Fixtures; | ||
|
||
@OnApplicationStart | ||
public class Bootstrap extends Job { | ||
|
||
public void doJob() { | ||
// Logger.info("Delete database & load yml file"); | ||
// Fixtures.deleteDatabase(); | ||
// Fixtures.loadYml("data.yml"); | ||
Logger.info("Delete database & load yml file"); | ||
Fixtures.deleteDatabase(); | ||
Fixtures.loadYml("data.yml"); | ||
} | ||
} |
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
Oops, something went wrong.