Skip to content

Commit c059c86

Browse files
authored
Merge pull request #2001 from usethesource/adopt-tutor-code
Merges tutor code back into the rascal project
2 parents 5a2e048 + 52a6e2e commit c059c86

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<scm>
1010
<developerConnection>scm:git:ssh://git@github.com/usethesource/rascal.git</developerConnection>
11-
<tag>v0.41.0-RC1</tag>
11+
<tag>HEAD</tag>
1212
</scm>
1313

1414
<!-- dependency resolution configuration (usethesource) -->
@@ -137,6 +137,7 @@
137137
<bin>${project.build.outputDirectory}</bin>
138138
<srcs>
139139
<src>${project.basedir}/src/org/rascalmpl/library</src>
140+
<src>${project.basedir}/src/org/rascalmpl/tutor</src>
140141
</srcs>
141142
<sourceLookup>|std:///|</sourceLookup>
142143
<funding>${project.basedir}/FUNDING</funding>

0 commit comments

Comments
 (0)