Skip to content

Instantly share code, notes, and snippets.

@vpasquier
Created January 15, 2015 16:07
Show Gist options
  • Save vpasquier/5b300b0ecc7190df3a02 to your computer and use it in GitHub Desktop.
Save vpasquier/5b300b0ecc7190df3a02 to your computer and use it in GitHub Desktop.
{"v": "2.0",
"project": {
"name": "nuxeo-project",
"visibility": "public",
"builders": {
"default": "maven"
},
"attributes": {
"language": [
"java"
],
"codenvyGuidedTour": [
"https://cdn.rawgit.com/nuxeo/nuxeo-codenvy/master/nuxeo-guided-tour.json"
]
},
"description": "Nuxeo Project",
"runners": {
"configs": {
"project://nuxeo": {
"ram": 2048
}
},
"default": "project://nuxeo"
},
"type": "maven"
},
"source": {
"project": {
"location": "https://github.com/nuxeo/nuxeo-codenvy-template",
"parameters": {
"branch": "master"
},
"type": "git"
}
},
"creator": {
"name": "Nuxeo",
"email": "vpasquier@nuxeo.com",
"accountId": "accountId"
},
"actions": {
"openFile": "/src/main/java/org/nuxeo/sample/SampleOperation.java",
"welcome": {
"authenticated": {
"title": "Welcome",
"contenturl": "https://rawgit.com/nuxeo/nuxeo-codenvy/master/welcome-nuxeo.html"
},
"nonauthenticated": {
"title": "Welcome",
"contenturl": "https://rawgit.com/nuxeo/nuxeo-codenvy/master/welcome-nuxeo.html"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment