Merge pull request #306 from nsacyber/xjc-script-tweak

XJC Generation Tweak
This commit is contained in:
Cyrus 2020-10-14 12:37:38 -04:00 committed by GitHub
commit aac395d846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,4 +12,6 @@ fi
XSD_FILE=$SRC_DIR/main/resources/swid_schema.xsd
xjc -p hirs.utils.xjc $XSD_FILE -d $DEST_DIR -quiet
if [ ! -d "$DEST_DIR/hirs/utils/xjc" ]; then
xjc -p hirs.utils.xjc $XSD_FILE -d $DEST_DIR -quiet
fi