scripts/build.xml
changeset 159 137ed78712d1
parent 157 c68f6790ea55
child 160 9229a5237a62
--- a/scripts/build.xml	Tue Feb 16 15:33:55 2010 -0800
+++ b/scripts/build.xml	Tue Feb 16 16:10:34 2010 -0800
@@ -37,11 +37,12 @@
         into the appropriate build directory folders.
     -->
 
-   <property name="sourceDirectory" location="/home/symbian/wrttools/" />
+
    <target name="init">
         <mkdir dir="${buildDirectory}" />
         <mkdir dir="${buildDirectory}/plugins" />
-	<echo message="${sourceDirectory}" />
+	<echo message="source dir: ${sourceDirectory}" />
+	<echo message="build dir: ${buildDirectory} " />
         <copy todir="${buildDirectory}/plugins">
             <fileset dir="${sourceDirectory}">
                 <include name="org.chromium**/**/*" />
@@ -65,6 +66,8 @@
     -->
     <target name="pde-build">
         <echo message="Executing ${eclipseLocation}/plugins/org.eclipse.equinox.launcher_${equinoxLauncherPluginVersion}.jar"/>
+	<echo message="source dir: ${sourceDirectory}" />
+	<echo message="build dir: ${buildDirectory} " />
         <java classname="org.eclipse.equinox.launcher.Main" fork="true" failonerror="true">
             <arg value="-application" />
             <arg value="org.eclipse.ant.core.antRunner" />