Skip to content
Snippets Groups Projects
Commit 8a40e026 authored by felmer's avatar felmer
Browse files

LMS-2882 switch of restriction checking

SVN: 24923
parent 3bdd9063
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,8 @@
</target>
<target name="check-restrictions" depends="compile, compile-tests">
<exec executable="sh" failonerror="true">
<!-- TODO didn't work after libraries update (r24921) -->
<!--exec executable="sh" failonerror="true">
<arg value="../libraries/restrictionchecker/jrc" />
<arg value="-r" />
<arg value="../${mainfolder}/${classes}" />
......@@ -157,7 +158,7 @@
<arg value="../libraries" />
<arg value="-cp" />
<arg value="${ecp}" />
</exec>
</exec-->
</target>
<!-- = = = = = = = = = = = = = = = = =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment