[anjuta] project-wizard: make main.js of js-minimal exectable



commit 521c6a554a4df18c8d3ff12ccb1664ca2eb830e6
Author: Johannes Schmid <jhs gnome org>
Date:   Sat Mar 19 13:53:41 2011 -0400

    project-wizard: make main.js of js-minimal exectable

 plugins/project-wizard/templates/js.wiz.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/project-wizard/templates/js.wiz.in b/plugins/project-wizard/templates/js.wiz.in
index 1340e91..f7aea75 100644
--- a/plugins/project-wizard/templates/js.wiz.in
+++ b/plugins/project-wizard/templates/js.wiz.in
@@ -40,7 +40,7 @@
 		</directory>
 		<directory source="js_minimal" destination="[+Destination+]">
 			<directory source="src" destination="src">
-				<file source="main.js"/>
+				<file source="main.js" executable="yes"/>
 				<file source="Makefile.am.tpl" destination="Makefile.am"/>
 			</directory>
 		</directory>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]