added property for app name

This commit is contained in:
Tony Tam
2015-03-24 17:02:12 -07:00
parent de0e108d27
commit db14a3fd05

View File

@@ -33,4 +33,4 @@ fi
export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
ags="$@ -i modules/swagger-codegen/src/test/resources/2_0/petstore.json -l objc -o samples/client/petstore/objc"
java $JAVA_OPTS -jar $executable $ags
java -DappName=PetstoreClient $JAVA_OPTS -jar $executable $ags