]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
changed echo output
authorbeutel <beutel>
Tue, 14 Aug 2007 17:50:25 +0000 (17:50 +0000)
committerbeutel <beutel>
Tue, 14 Aug 2007 17:50:25 +0000 (17:50 +0000)
tools/build.xml

index ee5ca246880ee977d8cc206695a6b59b7856156e..9d3401cbfad971ad0f96a480254f6421aa08a8e1 100644 (file)
@@ -1,7 +1,7 @@
 <project name="tinyos-2.x tools" default="all">
 
        <target name="all" >
-               <echo message = "Building ${project.name}" />
+               <echo message = "Building tinyos-2.x tools" />
                <exec executable="./Bootstrap" failonerror="true">
                </exec>
                <exec executable="./configure" failonerror="true">
@@ -12,7 +12,7 @@
        </target>
 
        <target name="install_cruisecontrol" >
-               <echo message = "Building ${project.name}" />
+               <echo message = "Building tinyos-2.x tools" />
                <exec executable="./Bootstrap" failonerror="true">
                </exec>
                <exec executable="./configure" failonerror="true">