Skip to content

Commit

Permalink
Removed external_readers property from VDMCheck3.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Jan 7, 2024
1 parent dc27b83 commit 91efafe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fmi3/vdmcheck/src/main/scripts/VDMCheck3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ SCRIPT=$0
fi
java -Xmx1g \
-Dvdmj.parser.merge_comments=true \
-Dvdmj.parser.external_readers=.fmu=fmureader.FMUReader,.xml=fmureader.FMUReader \
-Dfmureader.noschema=true \
-Dfmureader.vdmfile="$SAVE" \
-cp vdmj.jar${CLASSPATH_SEPARATOR}annotations.jar${CLASSPATH_SEPARATOR}xsd2vdm.jar${CLASSPATH_SEPARATOR}fmuReader.jar com.fujitsu.vdmj.VDMJ \
Expand Down

0 comments on commit 91efafe

Please sign in to comment.