Skip to content

Commit

Permalink
EXM-46877 2.0.0 Release notes. Use URL variable in classpath.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJitianu committed Feb 23, 2021
1 parent 9bd5275 commit 05b379d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frameworks/xspec/xspec.framework
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@
<String>${oxygenHome}/lib/*log4j*.jar</String>
<String>${oxygenHome}/lib/*xerces*.jar</String>
<String>${oxygenHome}/lib/guava-*.jar</String>
<String>${frameworkDir}/oxygen-results-view/saxon-extension.jar</String>
<String>${framework}/oxygen-results-view/saxon-extension.jar</String>
</String-array>
</field>
</antScenario>
Expand Down
8 changes: 7 additions & 1 deletion update_site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@
<li>For a failed test, you can click on it to open the diff comparison between the expected and actual results.</li>
</ul>
</div>

<div>
<h3>What's new in version 2.0.0</h3>
<ol>
<li>Comes bundled with XSpec version 2.0.7.</li>
<li>Supports running XSpec tests for XQuery files.</li>
</ol>
</div>
<div>
<h3>What's new in version 1.5.0</h3>
<ol>
Expand Down

0 comments on commit 05b379d

Please sign in to comment.