Skip to content

Commit 87b1950

Browse files
author
seunghun
committed
update build.sh for issue CUBRID#53
1 parent 9c13bc1 commit 87b1950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.cubrid.cubridmanager.build/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ echo "${PRODUCT_NAME} ${VERSION} build is started..."
2020
rm -rf ${OUTPUT_DIR}
2121
mkdir -p ${OUTPUT_DIR}
2222
cd ${BUILD_HOME}
23-
${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
23+
${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 commit comments

Comments
 (0)