Skip to content

Instantly share code, notes, and snippets.

@vpasquier
Created January 29, 2015 11:27
Show Gist options
  • Save vpasquier/bde56f79293749e1da0f to your computer and use it in GitHub Desktop.
Save vpasquier/bde56f79293749e1da0f to your computer and use it in GitHub Desktop.
{
"v": "2.1",
"creator": {
"email": "vpasquier@nuxeo.com",
"accountId": "accountID",
"name": "Nuxeo"
},
"project": {
"name": "nuxeo-project",
"visibility": "public",
"builders": {
"default": "maven"
},
"runners": {
"configs": {
"project://nuxeo": {
"ram": 2048,
"variables": {},
"options": {}
}
},
"default": "project://nuxeo"
},
"description": "Nuxeo Project",
"type": "maven",
"attributes": {
"codenvyGuidedTour": [
"https://cdn.rawgit.com/nuxeo/nuxeo-codenvy/master/nuxeo-guided-tour.json"
],
"language": [
"java"
]
}
},
"source": {
"project": {
"location": "https://github.com/nuxeo/nuxeo-codenvy-template",
"type": "git",
"parameters": {
"branch": "master"
}
},
"runners": {}
},
"ide": {
"onProjectOpened": {
"actions": [
{
"id": "openFile",
"properties": {
"file": "/src/main/java/org/nuxeo/sample/SampleOperation.java"
}
},
{
"id": "findReplace",
"properties": {
"in": "src/main/resources/instance.clid",
"find": "CLID",
"replace": "YOUR_CLID"
}
}
]
},
"onAppLoaded": {
"actions": [
{
"id": "openWelcomePage",
"properties": {
"authenticatedContentUrl": "https://rawgit.com/nuxeo/nuxeo-codenvy/master/welcome-nuxeo.html",
"authenticatedTitle": "Welcome",
"nonAuthenticatedContentUrl": "https://rawgit.com/nuxeo/nuxeo-codenvy/master/welcome-nuxeo.html",
"nonAuthenticatedTitle": "Welcome"
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment