Fix for default Jakefile for themes.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2009-11-14 07:24:54 -08:00
parent c21fb3bb26
commit 722166a9d2
@@ -20,7 +20,6 @@ blend ("__project.nameasidentifier__.blend", function(__project.nameasidentifier
__project.nameasidentifier__Task.setBuildPath(FILE.join("Build", configuration));
__project.nameasidentifier__Task.setThemeDescriptors(new FileList("ThemeDescriptors.j"));
__project.nameasidentifier__Task.setPlatforms([BundleTask.Platform.Browser, BundleTask.Platform.CommonJS]);
__project.nameasidentifier__Task.setIdentifier("com.280n.__project.identifier__");
__project.nameasidentifier__Task.setResources(new FileList("Resources/*"));
});