scripts/genBuildScripts.xml
changeset 69 6814f24fe420
parent 65 6bec0231e8d2
equal deleted inserted replaced
68:0f778d24a639 69:6814f24fe420
     1 <project >
     1 <project >
     2  <!-- WS_DIR is set in the associated shell scripts -->
     2  <!-- WS_DIR is set in the associated shell scripts -->
     3  <property environment="env"/>
     3  <property environment="env"/>
     4  <echo message="workspace: ${env.WS_DIR}"/>
     4  <echo message="workspace: ${env.WS_DIR}"/>
       
     5  <property name="source" value="1.5" />
       
     6  <property name="target" value="1.5" />
     5  <eclipse.buildScript 
     7  <eclipse.buildScript 
     6         elements="feature@org.symbian.tools.wrttools"
     8         elements="feature@org.symbian.tools.wrttools"
     7         buildDirectory="${env.WS_DIR}"
     9         buildDirectory="${env.WS_DIR}"
     8 	pluginPath="/usr/eclipse/JEE/eclipse/plugins"
    10 	pluginPath="/usr/eclipse/JEE/eclipse/plugins"
     9  />
    11  />