scripts/runAnt.sh
changeset 59 9ffe5293bebc
child 62 040d2c998a7b
equal deleted inserted replaced
58:17e797bd6927 59:9ffe5293bebc
       
     1 #!/bin/sh
       
     2 PDE_ECLIPSE_DIR=/usr/eclipse
       
     3 PDE_VER=3.5.1.R35x_20090820
       
     4 EQUINOX_VER=1.0.201.R35x_v20090715
       
     5 BUILD_CONF_DIR=/home/symbian/workspace/wrttools-fc/wrttools/org.symbian.tools.wrttools.feature
       
     6 JAVA_CMD=/usr/java/jdk1.6.0_18/bin/java
       
     7 BUILD_FILE=${PDE_ECLIPSE_DIR}/plugins/org.eclipse.pde.build_${PDE_VER}/scripts/productBuild/productBuild.xml 
       
     8 
       
     9 cd ${BUILD_CONF_DIR}
       
    10 ${JAVA_CMD} -jar ${PDE_ECLIPSE_DIR}/plugins/org.eclipse.equinox.launcher_${EQUINOX_VER}.jar -application org.eclipse.ant.core.antRunner -buildfile build.xml
       
    11