Subversion Repositories general

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
240 swalkenh 1
PK
2
 
3
 
4
Comment: view everything as text, best as default plugin
5
Transform-To-File: src/plugins/textEditorPlugin/TextEditorPluginTransf
6
 orm.xsl
7
Created-By: 1.4.0 (Sun Microsystems Inc.)
8
Description: ...(todo)
9
XMLEditor-Plugin-Name: TextEditor
10
Class-Path: 
11
Transform-Fro-File: src/plugins/textEditorPlugin/TextEditorPluginTrans
12
 formBack.xsl
13
Main-Class: src.plugins.textEditorPlugin.TextEditorPlugin
14
 
15
Name: src/plugins/textEditorPlugin
16
Specification-Version: 0.4 (05/07/03)
17
Specification-Title: plugin for XMLEditor
18
Implementation-Version: 0.1 (05/07/03)
19
Implementation-Title: src.plugins.textEditorPlugin
20
Implementation-Vendor: group5, software practice SS_2003, University B
21
 ielefeld, Germany
22
Specification-Vendor: group5, software practice SS_2003, University Bi
23
 elefeld, Germany
24
 
25
PK
26
 
27
 
28
 
29
SourceFileTextEditorPlugin.java!/*·	±
30
 
31
 
32
 
33
 
34
 
35
* ss_2003
36
* group project: XML-Editor
37
* $Id:  $
38
*/
39
40
 
41
42
 
43
 
44
 * dummy plugin used for testing
45
 */
46
public class TextEditorPlugin {
47
	
48
 
49
		System.out.println("This is the main method of a dummy TextEditor plugin");
50
	}
51
52
 
53
ö<ç.3$á£ææ=src/plugins/textEditorPlugin/TextEditorPluginManifestAdditionXMLEditor-Plugin-Name: TextEditor
54
 
55
Description: ...(todo)
56
Main-Class: src.plugins.textEditorPlugin.TextEditorPlugin
57
Class-Path: 
58
Transform-To-File: src/plugins/textEditorPlugin/TextEditorPluginTransform.xsl
59
Transform-Fro-File: src/plugins/textEditorPlugin/TextEditorPluginTransformBack.xsl
60
61
 
62
Specification-Title: plugin for XMLEditor
63
Specification-Version: 0.4 (05/07/03)
64
Specification-Vendor: group5, software practice SS_2003, University Bielefeld, Germany
65
Implementation-Title: src.plugins.textEditorPlugin
66
Implementation-Version: 0.1 (05/07/03)
67
Implementation-Vendor: group5, software practice SS_2003, University Bielefeld, Germany
68
PK
69
¸–å.´C›'YY:src/plugins/textEditorPlugin/TextEditorPluginTransform.xsl<!-- status: testing for TextEditor plugin -->
70
 
71
<xsl:output method="xml" indent="yes" />
72
73
 
74
<xsl:template match="/"><!-- element-plugin association -->
75
	<xsl:copy-of select="node()" />
76
</xsl:template>
77
78
 
79
¸–å.´C›'YY>src/plugins/textEditorPlugin/TextEditorPluginTransformBack.xsl<!-- status: testing for TextEditor plugin -->
80
 
81
<xsl:output method="xml" indent="yes" />
82
83
 
84
<xsl:template match="/"><!-- element-plugin association -->
85
	<xsl:copy-of select="node()" />
86
</xsl:template>
87
88
 
89
90
 
91
 
92
 
93
 
94
 
95
 
96
 
97
 
98
 
99
 
100
 
101
 
102