#!perl -I/usr/kde/3.1/share/apps/kdevappwizard/template-common

use gideon;

initGideon();

print "Installing project file\n";
installHTML( "${src}/template-jshello/app.tdevelop", "${dest}/${APPNAMELC}.tdevelop" );

print "Installing application sources\n";
install( "${src}/template-jshello/app.js",       "${dest}/${APPNAMELC}.js" );

print "Finished\n";