Skip to content

Commit

Permalink
Latest Jar and script
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmishrm committed Apr 23, 2017
1 parent 117a439 commit 82715d9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified Executable-Jar/umlgenerator.jar
100755 → 100644
Binary file not shown.
4 changes: 2 additions & 2 deletions Executable-Jar/umlparser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ OUPUT_FILE_NAME=$2

OPTION=1

if [ $INPUT_FOLDER = "sequence" ]
if [[ $INPUT_FOLDER == *"sequence"* ]];
then
OPTION=2
fi

echo $OPTION
# Compile the sources
echo "Creating diagram"

Expand Down
File renamed without changes.

0 comments on commit 82715d9

Please sign in to comment.