~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/addins/TextTemplating/MonoDevelop.TextTemplating/MonoDevelop.TextTemplating.addin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
       url         = "http://monodevelop.com"
7
7
       description = "Support for editing and running T4 text templates."
8
8
       category    = "IDE extensions"
9
 
       version     = "2.4">
 
9
       version     = "2.6">
10
10
        
11
11
        <Runtime>
12
12
                <Import assembly="Mono.TextTemplating.dll" />
13
13
        </Runtime>
14
14
        
15
15
        <Dependencies>
16
 
                <Addin id="Core" version="2.4"/>
17
 
                <Addin id="Ide" version="2.4"/>
18
 
                <Addin id="SourceEditor2" version="2.4"/>
 
16
                <Addin id="Core" version="2.6"/>
 
17
                <Addin id="Ide" version="2.6"/>
 
18
                <Addin id="SourceEditor2" version="2.6"/>
19
19
        </Dependencies>
20
20
        
21
21
        <Extension path = "/MonoDevelop/SourceEditor2/SyntaxModes">
36
36
        </Extension>
37
37
        
38
38
        <Extension path = "/MonoDevelop/ProjectModel/DomParser">
39
 
                <Class class = "MonoDevelop.TextTemplating.Parser.T4Parser" />
 
39
                <Parser class = "MonoDevelop.TextTemplating.Parser.T4Parser" fileExtensions=".tt" />
40
40
        </Extension>
41
41
        
42
42
        <Extension path = "/MonoDevelop/Ide/TextEditorExtensions">
46
46
        <Extension path = "/MonoDevelop/Ide/FileTemplates">
47
47
                <FileTemplate id       = "T4TemplateCSharp"
48
48
                              file     = "Templates/T4TemplateCSharp.xft.xml"/>
 
49
                <FileTemplate id       = "T4PreprocessedTemplateCSharp"
 
50
                              file     = "Templates/T4PreprocessedTemplateCSharp.xft.xml"/>
49
51
        </Extension>
50
52
        
51
53
        <Extension path = "/MonoDevelop/Ide/CustomTools">
52
 
                <Tool name="TextTemplatingFileGenerator" type="MonoDevelop.TextTemplating.TextTemplatingTool"/>
 
54
                <Tool name="TextTemplatingFileGenerator" type="MonoDevelop.TextTemplating.TextTemplatingFileGenerator"/>
 
55
                <Tool name="TextTemplatingFilePreprocessor" type="MonoDevelop.TextTemplating.TextTemplatingFilePreprocessor"/>
53
56
        </Extension>
54
57
</Addin>