Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
students
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Håkon Steensland Hoelsæter
students
Commits
2ac347c1
Commit
2ac347c1
authored
3 years ago
by
Magnus Schjølberg
Browse files
Options
Downloads
Patches
Plain Diff
Remove ovinger.ex
parent
9aada070
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ovinger/ovinger.ex
+0
-33
0 additions, 33 deletions
ovinger/ovinger.ex
with
0 additions
and
33 deletions
ovinger/ovinger.ex
deleted
100644 → 0
+
0
−
33
View file @
9aada070
<
?x
ml
version
=
"1.0"
encoding
=
"UTF-8"
?>
<
xmi:
XMI
xmi:
version
=
"2.0"
xmlns:
xmi
=
"http://www.omg.org/XMI"
xmlns:
xsi
=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:
exercise
=
"platform:/plugin/no.hal.learning.exercise.model/model/exercise.ecore"
xmlns:
jdt
=
"platform:/plugin/no.hal.learning.exercise.jdt/model/jdt-exercise.ecore"
xmlns:
junit
=
"platform:/plugin/no.hal.learning.exercise.junit/model/junit-exercise.ecore"
xmlns:
workbench
=
"platform:/plugin/no.hal.learning.exercise.workbench/model/workbench-exercise.ecore"
>
<
exercise:
Exercise
>
<
parts
xsi:
type
=
"exercise:ExercisePart"
title
=
"Java classes"
>
<
tasks
xsi:
type
=
"exercise:Task"
>
<
q
xsi:
type
=
"exercise:StringQuestion"
question
=
"Edit source code for Java classes."
/>
<
a
xsi:
type
=
"jdt:JdtSourceEditAnswer"
resourcePath
=
"/ovinger/src/*"
className
=
"*"
/>
</
tasks
>
<
tasks
xsi:
type
=
"exercise:Task"
>
<
q
xsi:
type
=
"exercise:StringQuestion"
question
=
"Launch Java classes."
/>
<
a
xsi:
type
=
"jdt:JdtLaunchAnswer"
className
=
"*"
/>
</
tasks
>
<
tasks
xsi:
type
=
"exercise:Task"
>
<
q
xsi:
type
=
"exercise:StringQuestion"
question
=
"Run JUnit tests."
/>
<
a
xsi:
type
=
"junit:JunitTestAnswer"
testRunName
=
"*"
/>
</
tasks
>
</
parts
>
<
parts
xsi:
type
=
"exercise:ExercisePart"
title
=
"Tool usage"
>
<
tasks
xsi:
type
=
"exercise:Task"
>
<
q
xsi:
type
=
"exercise:StringQuestion"
question
=
"Handle debug events."
/>
<
a
xsi:
type
=
"workbench:DebugEventAnswer"
elementId
=
"*"
action
=
"*.*"
/>
</
tasks
>
<
tasks
xsi:
type
=
"exercise:Task"
>
<
q
xsi:
type
=
"exercise:StringQuestion"
question
=
"Use debug commands"
/>
<
a
xsi:
type
=
"workbench:CommandExecutionAnswer"
elementId
=
"*"
action
=
"executeSuccess"
/>
</
tasks
>
<
tasks
xsi:
type
=
"exercise:Task"
>
<
q
xsi:
type
=
"exercise:StringQuestion"
question
=
"Use editors and views"
/>
<
a
xsi:
type
=
"workbench:PartTaskAnswer"
elementId
=
"*"
action
=
"*"
/>
</
tasks
>
</
parts
>
</
exercise:
Exercise
>
</
xmi:
XMI
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment