Removed duplicate productName

This commit is contained in:
Aparajita Fishman
2011-05-10 12:20:26 -04:00
parent 2d96fcf87f
commit 910f02ea50
@@ -35,8 +35,7 @@ var buildDir = "Build";
// Do not edit! (unless you know what you are doing)
//===========================================================
var productName = "__project.nameasidentifier__"
stream = require("narwhal/term").stream,
var stream = require("narwhal/term").stream,
JAKE = require("jake"),
task = JAKE.task,
CLEAN = require("jake/clean").CLEAN,