Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
add basis_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed Apr 3, 2015
1 parent f2e7cf1 commit 60aafc7
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
25 changes: 25 additions & 0 deletions basis_resources/repository.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"title" : "Exemple de ressources",
"collectionName": "basis_resources",
"loaders": [
{
"script": "castor-load-csv",
"pattern": "**/*.csv"
},
{
"script": "castor-load-json",
"pattern": "**/*.json"
}
],
"resources" : {
"packages" : {
"url" : [
"https://raw.githubusercontent.com/castorjs/castor-load-xml/master/package.json",
"https://raw.githubusercontent.com/castorjs/castor-load-xmlcorpus/master/package.json",
"https://raw.githubusercontent.com/castorjs/castor-load-raw/master/package.json",
"https://raw.githubusercontent.com/castorjs/castor-load-custom/master/package.json",
"https://raw.githubusercontent.com/castorjs/castor-load-csv/master/package.json"
]
}
}
}
1 change: 1 addition & 0 deletions basis_resources/repository/1.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.
1 change: 1 addition & 0 deletions basis_resources/repository/2.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
..
1 change: 1 addition & 0 deletions basis_resources/repository/3.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
...
1 change: 1 addition & 0 deletions basis_resources/repository/4.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
....
1 change: 1 addition & 0 deletions basis_resources/repository/5.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.....

0 comments on commit 60aafc7

Please sign in to comment.