Subversion Repositories general

Rev

Rev 240 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
240 swalkenh 1
PK
260 swalkenh 2
 
3
 
240 swalkenh 4
Comment: this plugin is/was used during testing
5
Transform-To-File: src/plugins/dummyPlugin/DummyPluginTransform.xsl
6
Created-By: 1.4.0 (Sun Microsystems Inc.)
7
Description: ...(todo)
8
XMLEditor-Plugin-Name: dummy plugin
9
Class-Path: 
10
Transform-Fro-File: src/plugins/dummyPlugin/DummyPluginTransformBack.x
11
 sl
12
Main-Class: src.plugins.dummyPlugin.DummyPlugin
13
 
14
Name: src/plugins/dummyPlugin
15
Specification-Version: 0.4 (05/07/03)
16
Specification-Title: plugin for XMLEditor
17
Implementation-Version: 0.2 (05/07/03)
18
Implementation-Title: src.plugins.dummyPlugin
19
Implementation-Vendor: group5, software practice SS_2003, University B
20
 ielefeld, Germany
21
Specification-Vendor: group5, software practice SS_2003, University Bi
22
 elefeld, Germany
23
 
24
PK
260 swalkenh 25
 
240 swalkenh 26
 
27
outLjava/io/PrintStream;
	"its just the dump dummy-plugin...!java/io/PrintStreamprintln(Ljava/lang/String;)V
28
 
29
 
30
 
31
	 !"#PK
32
]ç.û&¯ÖÃÃ(src/plugins/dummyPlugin/DummyPlugin.java/*
33
 
34
 
260 swalkenh 35
 
36
* $Id: DummyPlugin.java,v 1.1 2003/07/07 09:44:31 swalkenh Exp $
37
*/
38
39
package src.plugins.dummyPlugin;
40
41
 
42
43
 
44
 * dummy plugin used for testing
45
 
46
public class DummyPlugin extends JPanel {
47
	
48
	public DummyPlugin() {
49
		System.out.println("its just the dump dummy-plugin...!");
50
 
51
	
52
	public static void main(String[] args) {
53
		DummyPlugin dP = new DummyPlugin();
54
 
55
56
}PK
57
]ç..0KK0src/plugins/dummyPlugin/DummyPluginTransform.xsl<!-- status: testing for dummy plugin -->
58
 
240 swalkenh 59
<xsl:output method="xml" indent="yes" />
260 swalkenh 60
 
61
<!-- simply copy the whole document -->
62
<xsl:template match="/"><!-- element-plugin association -->
63
 
64
</xsl:template>
65
66
</xsl:stylesheet>PK
67
]ç..0KK4src/plugins/dummyPlugin/DummyPluginTransformBack.xsl<!-- status: testing for dummy plugin -->
68
 
240 swalkenh 69
<xsl:output method="xml" indent="yes" />
260 swalkenh 70
 
71
<!-- simply copy the whole document -->
72
<xsl:template match="/"><!-- element-plugin association -->
73
 
74
</xsl:template>
75
76
</xsl:stylesheet>PK
77
78
 
240 swalkenh 79
80
 
260 swalkenh 81
 
240 swalkenh 82
 
260 swalkenh 83
 
240 swalkenh 84
 
260 swalkenh 85
 
240 swalkenh 86
 
260 swalkenh 87
 
240 swalkenh 88