File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 5
5
<projects >
6
6
</projects >
7
7
<buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.xtext.ui.shared.xtextBuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
8
13
</buildSpec >
9
14
<natures >
15
+ <nature >org.eclipse.xtext.ui.shared.xtextNature</nature >
10
16
</natures >
11
17
</projectDescription >
Original file line number Diff line number Diff line change @@ -236,6 +236,7 @@ <h3 class="text-center">
236
236
< pre class ="bash ">
237
237
238
238
< code >
239
+ sudo add-apt-repository ppa:webupd8team/java
239
240
sudo add-apt-repository ppa:mad-hephaestus/commonwealthrobotics -y
240
241
sudo apt-get update
241
242
sudo apt-get remove arduino bowlerstudio
@@ -249,7 +250,8 @@ <h3 class="text-center">
249
250
< pre class ="bash ">
250
251
251
252
< code >
252
- sudo apt-get install software-properties-common python-software-properties
253
+ sudo apt-get install software-properties-common python-software-properties
254
+ sudo add-apt-repository ppa:webupd8team/java
253
255
sudo add-apt-repository "deb http://ppa.launchpad.net/mad-hephaestus/commonwealthrobotics/ubuntu xenial main" -y
254
256
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 71EA898B
255
257
sudo apt-get update
You can’t perform that action at this time.
0 commit comments