-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codenvy.json
More file actions
123 lines (123 loc) · 2.78 KB
/
.codenvy.json
File metadata and controls
123 lines (123 loc) · 2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"v": "4.0",
"name": "Android-Hello-World",
"workspace": {
"environments": [
{
"name": "ubuntu_android",
"machineConfigs": [
{
"limits": {
"ram": 2000
},
"name": "ws-machine",
"type": "docker",
"source": {
"location": "http://beta.codenvy.com/api/recipe/recipeeypjl2op7oozcp07/script",
"type": "recipe"
},
"dev": true,
"servers": [],
"envVariables": {},
"links": []
}
]
}
],
"defaultEnv": "ubuntu_android",
"projects": [
{
"links": [],
"name": "mobile-android-hello-world",
"attributes": {
"maven.artifactId": [
"mobile-android-java-basic"
],
"maven.test.source.folder": [
"src/test/java"
],
"maven.parent.version": [
""
],
"maven.parent.groupId": [
""
],
"maven.version": [
"1.0-SNAPSHOT"
],
"languageVersion": [
"1.8.0_45"
],
"language": [
"java"
],
"maven.source.folder": [
"src/main/java"
],
"git.repository.remotes": [
"https://github.com/che-samples/mobile-android-hello-world.git"
],
"maven.groupId": [
"com.codenvy.examples"
],
"containsJavaFiles": [
"true"
],
"maven.packaging": [
"apk"
],
"vcs.provider.name": [
"git"
],
"git.current.branch.name": [
"master"
],
"maven.parent.artifactId": [
""
]
},
"type": "maven",
"source": {
"location": "https://github.com/che-samples/mobile-android-hello-world.git",
"type": "git",
"parameters": {}
},
"path": "/mobile-android-hello-world",
"problems": [],
"mixins": [
"git"
]
}
],
"name": "ubuntu_android",
"commands": [
{
"commandLine": "mvn -f ${current.project.path} clean install",
"name": "build-n-run",
"attributes": {
"previewUrl": "http://${server.port.6080}/"
},
"type": "mvn"
}
],
"links": []
},
"ide": {
"onProjectsLoaded": {
"actions": [
{
"properties": {
"name": "build-n-run"
},
"id": "runCommand"
},
{
"properties": {
"file": "/mobile-android-hello-world/README.md"
},
"id": "openFile"
}
]
}
}
}