Skip to content

Commit

Permalink
update build.sh for issue CUBRID#53
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghun committed Jan 25, 2017
1 parent 9c13bc1 commit 87b1950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.cubrid.cubridmanager.build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ echo "${PRODUCT_NAME} ${VERSION} build is started..."
rm -rf ${OUTPUT_DIR}
mkdir -p ${OUTPUT_DIR}
cd ${BUILD_HOME}
${JAVA_HOME}/bin/java -jar ${ECLIPSE_HOME}/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -application org.eclipse.ant.core.antRunner -buildfile ${BUILD_DIR}/build.xml -Doutput.path=${OUTPUT_DIR} -Declipse.home=${ECLIPSE_HOME} -Dmakensis.path=${MAKENSIS_EXEC_PATH} -Dmakensis.input.path=${MAKENSIS_INPUT_PATH} -Dmakensis.output.path=${MAKENSIS_OUTPUT_PATH} -Dproduct.version=${VERSION} dist
${JAVA_HOME}/bin/java -jar ${ECLIPSE_HOME}/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar -application org.eclipse.ant.core.antRunner -buildfile ${BUILD_DIR}/build.xml -Doutput.path=${OUTPUT_DIR} -Declipse.home=${ECLIPSE_HOME} -Dmakensis.path=${MAKENSIS_EXEC_PATH} -Dmakensis.input.path=${MAKENSIS_INPUT_PATH} -Dmakensis.output.path=${MAKENSIS_OUTPUT_PATH} -Dproduct.version=${VERSION} dist

0 comments on commit 87b1950

Please sign in to comment.