File: EmptyBooFile.xft.xml

package info (click to toggle)
monodevelop-boo 2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 528 kB
  • ctags: 57
  • sloc: makefile: 246; xml: 193; sh: 160
file content (20 lines) | stat: -rw-r--r-- 634 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<Template Originator="Peter Johanson" Language="Boo" Created="04/03/2005" LastModified="04/03/2005">
	
	<TemplateConfiguration>
                <_Name>Empty File</_Name>
                <Icon>md-text-file-icon</Icon>
                <_Category>General</_Category>
                <LanguageName>Boo</LanguageName>
                <_Description>Creates an empty Boo file.</_Description>
	</TemplateConfiguration>
	
	<TemplateFiles>
                <File DefaultExtension=".boo" DefaultName="EmptyBoofile">
			<![CDATA[// created on ${Date} at ${Time}]]>
		</File>
	</TemplateFiles>
	
	<FileOptions/>
	
</Template>