Skip to content

Commit

Permalink
dropped double compilation of standard library
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Oct 17, 2024
1 parent 9e2f998 commit a8c26f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<errorsAsWarnings>false</errorsAsWarnings>
<bin>${project.basedir}</bin> <!-- because tutor appends /docs to this -->
<srcs>
<src>|lib://rascal/org/rascalmpl/library|</src>
<!--<src>|lib://rascal/org/rascalmpl/library|</src> -->
<src>${project.basedir}/courses/WhyRascal</src>
<src>${project.basedir}/courses/Recipes</src>
<src>${project.basedir}/courses/Rascal</src>
Expand Down

0 comments on commit a8c26f8

Please sign in to comment.