fixed paths

This commit is contained in:
Tony Tam 2015-02-06 05:50:43 -08:00
parent a841f94273
commit eb1dce3d11

View File

@ -31,6 +31,6 @@ fi
# if you've executed sbt assembly previously it will use that instead.
export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
ags="$@ -i modules/swagger-codegen/src/test/resources/petstore.json -l objc -o samples/client/petstore/objc -t src/main/resources/objc"
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